/* КОНТЕЙНЕР ДЛЯ ВСЕЙ ИНФОРМАЦИИ О ЗАКАЗЕ */
.order {
  position: relative;
  margin: 0 auto;
}
/* СПИСКИ ЗАКАЗОВ */
.orders-list {
  width: 1200px;
  min-height: 500px;
  min-height: 50vh;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  /* disable margin collapse */
}
@media (max-width: 567px) {
  .orders-list {
    width: 100vw;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list {
    width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list {
    width: 100vw;
  }
}
.orders-list.with-filters {
  margin-top: 48px;
}
@media (max-width: 567px) {
  .orders-list.with-filters {
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list.with-filters {
    margin-top: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list.with-filters {
    margin-top: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list.with-filters {
    margin-top: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.orders-list-notfound {
  padding: 45px;
  text-align: center;
}
.orders-list-notfound .p1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 200;
}
.orders-list-item {
  margin: 0 0 0 200px;
  padding: 0;
  width: 1000px;
  height: 56px;
  font-size: 36px;
  line-height: 56px;
  overflow: hidden;
  display: block;
}
@media (max-width: 567px) {
  .orders-list-item {
    margin-left: 0;
    margin-top: 24px;
    width: calc(100vw / 6.0 * 6);
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
    font-size: 16px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-item {
    margin-left: 0;
    width: calc(100vw / 12.0 * 12);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item {
    margin-left: 0;
    width: calc(100vw / 12.0 * 12);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item {
    margin-left: 0;
    width: calc(100vw / 16.0 * 16);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.orders-list-item a,
.orders-list-item a:visited {
  text-decoration: none;
  color: inherit;
}
.orders-list-part-wrap {
  display: inline-block;
  float: left;
  height: inherit;
  line-height: inherit;
}
@media (max-width: 567px) {
  .orders-list-part-wrap {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
.orders-list-part {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: inherit;
  /* 56px! */
  border-bottom: 6px solid #ccc;
}
@media (max-width: 567px) {
  .orders-list-part {
    box-sizing: border-box;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    border-bottom: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part {
    box-sizing: border-box;
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part {
    box-sizing: border-box;
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    border-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part {
    box-sizing: border-box;
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    border-bottom: 0;
  }
}
.orders-list-item:nth-child(2n) .orders-list-part {
  border-bottom: 6px solid #f4b542;
}
@media (max-width: 567px) {
  .orders-list-item:nth-child(2n) .orders-list-part {
    border-bottom: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-item:nth-child(2n) .orders-list-part {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item:nth-child(2n) .orders-list-part {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-part {
    border-bottom: 0;
  }
}
.orders-list-part.part-date {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 567px) {
  .orders-list-part.part-date {
    width: calc(100vw / 6.0 * 2);
    padding-right: 0;
    text-align: center;
    background-color: #e7e7e7;
    white-space: nowrap;
    overflow: hidden;
    /* FIXME: text overflow */
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-date {
    width: calc(100vw / 12.0 * 3);
    padding-right: 0;
    padding-left: 10px;
    text-align: left;
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-date {
    width: calc(100vw / 12.0 * 3);
    padding-right: 0;
    text-align: center;
    border-bottom: 6px solid #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-date {
    width: calc(100vw / 16.0 * 5);
    padding-right: 30px;
    border-bottom: 6px solid #ccc;
  }
}
.orders-list-item:nth-child(2n) .orders-list-part.part-date {
  /* no @mobile_portrait */
  /* no @mobile_landscape */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-date {
    border-bottom: 6px solid #f4b542;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-date {
    border-bottom: 6px solid #f4b542;
  }
}
.orders-list-date {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.orders-list-part.part-title {
  width: 195px;
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 567px) {
  .orders-list-part.part-title {
    width: calc(100vw / 6.0 * 2);
    padding-right: 0;
    text-align: center;
    background-color: #e7e7e7;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-title {
    width: calc(100vw / 12.0 * 3);
    padding-right: 0;
    text-align: center;
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-title {
    width: calc(100vw / 12.0 * 3.5);
    padding-right: 20px;
    border-bottom: 6px solid #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-title {
    width: calc(100vw / 16.0 * 3.5);
    padding-right: 20px;
    border-bottom: 6px solid #ccc;
  }
}
.orders-list-item:nth-child(2n) .orders-list-part.part-title {
  /* no @mobile_portrait */
  /* no @mobile_landscape */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-title {
    border-bottom: 6px solid #f4b542;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-title {
    border-bottom: 6px solid #f4b542;
  }
}
.orders-list-title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.orders-list-title .order-title-num {
  line-height: 1;
  vertical-align: baseline;
}
.orders-list-part.part-items-count {
  width: 140px;
  padding-left: 10px;
  text-align: left;
  background-color: #ccc;
}
@media (max-width: 567px) {
  .orders-list-part.part-items-count {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-items-count {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-items-count {
    width: calc(100vw / 12.0 * 1.5);
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-items-count {
    width: calc(100vw / 16.0 * 1.5);
    padding-left: 0;
    text-align: center;
  }
}
.orders-list-item:nth-child(2n) .orders-list-part.part-items-count {
  background-color: #f4b542;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-items-count {
    background-color: #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-items-count {
    background-color: #ccc;
  }
}
.orders-list-items-count {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.orders-list-part.part-price {
  width: 200px;
  background-color: #e9e5e0;
  text-align: right;
}
@media (max-width: 567px) {
  .orders-list-part.part-price {
    width: calc(100vw / 6.0 * 2);
    text-align: center;
    background-color: #e7e7e7;
    margin-right: -2px;
    /* workaround for some resolutions */
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-price {
    width: calc(100vw / 12.0 * 2);
    text-align: center;
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-price {
    width: calc(100vw / 12.0 * 2);
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-price {
    width: calc(100vw / 16.0 * 2);
    text-align: center;
  }
}
.orders-list-price {
  font-size: 32px;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  font-weight: 200;
}
@media (max-width: 567px) {
  .orders-list-price {
    font-size: 16px;
    line-height: 32px;
    font-weight: inherit;
    padding: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-price {
    font-size: 16px;
    line-height: 32px;
    font-weight: inherit;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-price {
    font-size: 16px;
    line-height: 32px;
    font-weight: inherit;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-price {
    font-size: 16px;
    line-height: 32px;
    font-weight: inherit;
    padding: 0;
  }
}
.orders-list-status {
  width: 300px;
  text-align: center;
  background-color: #ccc;
  margin-right: -2px;
  /* workaround for some resolutions */
}
@media (max-width: 567px) {
  .orders-list-status {
    width: calc(100vw / 6.0 * 6);
    background-color: #e7e7e7;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-status {
    width: calc(100vw / 12.0 * 4);
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-status {
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-status {
    width: calc(100vw / 16.0 * 4);
  }
}
.orders-list-item:nth-child(2n) .orders-list-status {
  background-color: #f4b542;
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-item:nth-child(2n) .orders-list-status {
    background-color: #e7e7e7;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-status {
    background-color: #ccc;
  }
}
.orders-list-status > div {
  display: inline;
  font-size: 16px;
  line-height: 32px;
}
.orders-list-part.part-first-btn {
  width: 150px;
  text-align: center;
  background-color: #ccc;
}
@media (max-width: 567px) {
  .orders-list-part.part-first-btn {
    width: calc(100vw / 6.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-first-btn {
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-first-btn {
    width: calc(100vw / 12.0);
    /* FIXME: text overflow */
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-first-btn {
    width: calc(100vw / 16.0 * 2);
  }
}
.orders-list-item:nth-child(2n) .orders-list-part.part-first-btn {
  background-color: #f4b542;
  /* no @mobile_portrait */
  /* no @mobile_landscape */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-first-btn {
    background-color: #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-item:nth-child(2n) .orders-list-part.part-first-btn {
    background-color: #ccc;
  }
}
.orders-list-part.part-second-btn {
  width: 150px;
  text-align: center;
  background-color: #e9e5e0;
  margin-right: -2px;
  /* workaround for some resolutions */
}
@media (max-width: 567px) {
  .orders-list-part.part-second-btn {
    width: calc(100vw / 6.0 * 3);
    background-color: #e7e7e7;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-list-part.part-second-btn {
    width: calc(100vw / 12.0 * 2);
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-list-part.part-second-btn {
    width: calc(100vw / 12.0);
    /* FIXME: text overflow */
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-list-part.part-second-btn {
    width: calc(100vw / 16.0 * 2);
  }
}
.orders-list-first-btn,
.orders-list-second-btn {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  /* reset <a> style */
  text-decoration: none;
}
button.orders-list-first-btn,
button.orders-list-second-btn {
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  background-color: transparent;
  height: inherit;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}
button.orders-list-first-btn > span,
button.orders-list-second-btn > span {
  display: inline-block;
  width: 100%;
  height: inherit;
}
button.orders-list-first-btn > span > span,
button.orders-list-second-btn > span > span {
  font-size: 16px;
  line-height: 32px;
}
/* ФИЛЬТРЫ В ШПАКЕ СПИСКА ЗАКАЗОВ */
.orders-filters {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  background-color: #bababa;
  padding-left: 200px;
}
.orders-filters .orders-filter-text {
  background: transparent;
  margin: 0;
  padding: 0 15px;
  border: 0;
  width: 145px;
  height: 3em;
  /* required by IE11 */
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: left;
  vertical-align: top;
}
.orders-filters .orders-filter-btn {
  width: 220px;
  height: 48px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  /* reset <button> style */
  margin: 0;
  padding: 0 15px;
  border: 0;
  background-color: #bababa;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-align: left;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
}
.orders-filters .orders-filter-btn:hover {
  background-color: #ccc;
}
.orders-filters .orders-filter-btn:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 6px;
  width: 36px;
  height: 36px;
  background-image: url('../i/icon-search.png');
  /* from main app */
  background-size: 36px 36px;
  background-position: center center;
  background-repeat: no-repeat;
}
.orders-filters .orders-filter-count {
  width: 120px;
}
.orders-filters .orders-filter-price {
  width: 170px;
}
/* ЗАГОЛОВОК ЗАКАЗА */
.order-header {
  min-height: 220px;
  /* 55px * 4 */
  position: relative;
}
@media (max-width: 567px) {
  .order-header {
    min-height: calc(100vw / 320.0 * 460.0 / 8.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-header {
    min-height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-header {
    min-height: calc(100vw / 768.0 * 924.0 / 16.0 * 3);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-header {
    min-height: calc(100vw / 1024.0 * 668.0 / 12.0 * 4);
  }
}
.order-title {
  width: 600px;
  margin: 0 auto;
  height: 49px;
  line-height: 49px;
  /* required for order-title-content vertical-align */
  border-bottom: 6px solid #f4b542;
  text-align: right;
  /* TODO: fixed-header? */
}
@media (max-width: 567px) {
  .order-title {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-title {
    position: absolute;
    right: 0;
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    text-align: center;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-title {
    margin: 0;
    margin-left: calc(100vw / 12.0 * 3);
    width: calc(100vw / 12.0 * 5);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-title {
    width: calc(100vw / 16.0 * 8);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-title-content {
  display: inline-block;
  vertical-align: bottom;
  /* line-height: 1.25; */
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 6px;
  margin-right: 100px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-title-content {
    margin: 0;
    line-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-title-content {
    margin-right: calc(100vw / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-title-content {
    margin-right: calc(100vw / 16.0);
  }
}
.order-title-num {
  /* По дизайну было font-size: 34px, но новый формат номера в списке заказов не влезал */
  font-size: 28px;
  font-weight: 200;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-title-num {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.order-date {
  width: 500px;
  text-align: right;
  margin: 0 auto;
  padding-right: 100px;
  line-height: 30px;
}
@media (max-width: 567px) {
  .order-date {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-date {
    position: absolute;
    right: calc(100vw / 12.0 * 3);
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    text-align: center;
    padding: 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-date {
    margin: 0;
    width: calc(100vw / 12.0 * 3);
    position: relative;
    padding-right: 0;
    bottom: 36px;
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-date {
    width: calc(100vw / 16.0 * 7);
    position: relative;
    padding-right: 0;
    padding-left: calc(100vw / 16.0);
    bottom: 36px;
    text-align: left;
    font-size: 16px;
  }
}
/* КНОПКИ С ДЕЙСТВИЯМИ НАД ЗАКАЗОМ */
.order-actions form {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* Базовые стили для кнопок */
.order-action-btn {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  vertical-align: top;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 567px) {
  .order-action-btn {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-action-btn {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-action-btn {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-action-btn {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-action-btn.textonly {
  cursor: auto;
}
.btn-full {
  width: 100%;
}
.btn-half {
  width: 50%;
}
.btn-gray {
  background-color: #ccc;
}
.order-action-btn.btn-gray:hover {
  background-color: #d3d3d3;
}
.btn-orange {
  background-color: #f4b542;
}
.btn-light {
  background-color: #f3eee9;
}
/* Кнопочки действий над заказом */
.order-actions-manage {
  display: flex;
  flex-direction: row;
}
.order-actions-manage > * {
  flex-basis: 0;
  flex-grow: 1;
}
/* Кнопочка оформления заказа внизу мобильной версии */
.order-checkout-btn-mobile-wrap {
  display: none;
}
@media (max-width: 567px) {
  .order-checkout-btn-mobile-wrap {
    display: block;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-checkout-btn-mobile-wrap {
    display: block;
  }
}
.order-checkout-btn-mobile {
  display: inline-block;
  vertical-align: top;
  background-color: #f4b542;
  color: black;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
@media (max-width: 567px) {
  .order-checkout-btn-mobile {
    width: 100%;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-checkout-btn-mobile {
    width: 100%;
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
/* Сеточки */
.order-actions-manage {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 55px;
}
@media (max-width: 567px) {
  .order-actions-manage {
    right: auto;
    left: 0;
    top: calc(100vw / 320.0 * 460.0 / 8.0);
    width: calc(100vw / 6.0 * 6);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-manage {
    right: auto;
    left: 0;
    top: calc(100vw / 568.0 * 320.0 / 8.0);
    width: calc(100vw / 12.0 * 6);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-manage {
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-manage {
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-actions-status-wrap {
  position: absolute;
  right: 0;
  top: 55px;
  width: 300px;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 567px) {
  .order-actions-status-wrap {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
    right: auto;
    left: 0;
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-status-wrap {
    top: calc(100vw / 568.0 * 320.0 / 8.0);
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-status-wrap {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-status-wrap {
    top: calc(100vw / 1024.0 * 668.0 / 12.0);
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-actions-price-final {
  position: absolute;
  right: 0;
  top: 110px;
  width: 300px;
  height: 55px;
  font-size: 34px;
  font-weight: 200;
  background-color: #f3eee9;
}
@media (max-width: 567px) {
  .order-actions-price-final {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    background-color: transparent;
    font-size: 16px;
    font-weight: inherit;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-price-final {
    top: 0;
    right: auto;
    left: calc(100vw / 12.0 * 3);
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    background-color: transparent;
    font-size: 16px;
    font-weight: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-price-final {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    right: calc(100vw / 12.0 * 4);
    width: calc(100vw / 12.0 * 5);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    background-color: transparent;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-price-final {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-actions-price-nonfinal {
  position: absolute;
  right: 150px;
  top: 110px;
  width: 150px;
  height: 55px;
  background-color: #f3eee9;
  font-size: 0;
  /* Для хитрого выравнивания по вертикали */
}
@media (max-width: 567px) {
  .order-actions-price-nonfinal {
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    background-color: transparent;
    font-weight: inherit;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-price-nonfinal {
    top: 0;
    right: auto;
    left: calc(100vw / 12.0 * 3);
    width: calc(100vw / 12.0 * 1.5);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    background-color: transparent;
    font-weight: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-price-nonfinal {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    right: calc(100vw / 12.0 * 6.5);
    width: calc(100vw / 12.0 * 2.5);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    background-color: transparent;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-price-nonfinal {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
    width: calc(100vw / 16.0 * 2);
    right: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-actions-price-nonfinal .order-price-text {
  font-size: 13px;
  padding: 0 8px;
  /* Хитрое выравнивание по вертикали */
  display: inline-block;
  vertical-align: middle;
  line-height: 1.54;
}
.order-actions-price-nonfinal-notice {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 110px;
  width: 150px;
  height: 55px;
  background-color: #ccc;
  font-size: 0;
  /* Для хитрого выравнивания по вертикали */
  /* reset <a> style */
  color: inherit;
  text-decoration: none;
}
@media (max-width: 567px) {
  .order-actions-price-nonfinal-notice {
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-price-nonfinal-notice {
    top: 0;
    right: auto;
    left: calc(100vw / 12.0 * 4.5);
    width: calc(100vw / 12.0 * 1.5);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-price-nonfinal-notice {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    right: calc(100vw / 12.0 * 4);
    width: calc(100vw / 12.0 * 2.5);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    background-color: transparent;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-price-nonfinal-notice {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-actions-price-nonfinal-notice:hover {
  text-decoration: underline;
  background-color: #d3d3d3;
}
.order-actions-price-nonfinal-notice .price-notice-text {
  font-size: 13px;
  /* Хитрое выравнивание по вертикали */
  display: inline-block;
  vertical-align: middle;
  line-height: 1.54;
}
.order-actions-price-nonfinal-notice .price-notice-phone-icon-wrap {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  font-size: 0;
  margin-left: 8px;
}
.order-actions-price-nonfinal-notice .price-notice-phone-icon {
  vertical-align: middle;
  width: 14px;
  height: 14px;
}
.order-actions-delivery {
  position: absolute;
  right: 0;
  top: 165px;
  width: 300px;
  height: 55px;
}
@media (max-width: 567px) {
  .order-actions-delivery {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-actions-delivery {
    top: calc(100vw / 568.0 * 320.0 / 8.0);
    right: calc(100vw / 12.0 * 3);
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-actions-delivery {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    right: auto;
    left: 0;
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-actions-delivery {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 3);
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
/* Стили статуса заказа */
.order-action-status {
  height: 100%;
  overflow: hidden;
  height: inherit;
  line-height: inherit;
  width: 100%;
  text-align: center;
  font-size: 0;
  /* Нужно для хитрого выравнивания по вертикали */
}
.order-action-status-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.54;
}
.order-action-status.status-unconfirmed,
.order-action-status.status-need-contact,
.order-action-status.status-not-paid,
.order-action-status.status-canceled {
  background-color: #ccc;
}
.order-action-status.status-processing {
  background-color: #f3eee9;
}
.order-action-status.status-finished {
  background-color: #f4b542;
}
.order-action-call-btn {
  display: inline-block;
  float: right;
  width: 27px;
  height: 27px;
  margin: 14px;
  margin-top: 14px;
  margin-left: 14px;
  margin-right: 14px;
  background-image: url('../i/order-phone.png');
  background-size: 27px 27px;
  vertical-align: top;
}
@media (max-width: 567px) {
  .order-action-call-btn {
    margin-top: calc((100vw / 320.0 * 460.0 / 8.0 - 27px) / 2);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-action-call-btn {
    margin-top: calc((100vw / 568.0 * 320.0 / 8.0 - 27px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-action-call-btn {
    margin-top: calc((100vw / 768.0 * 924.0 / 16.0 - 27px) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-action-call-btn {
    margin-top: calc((100vw / 1024.0 * 668.0 / 12.0 - 27px) / 2);
  }
}
/* СПИСОК ТОВАРОВ */
.order-items {
  overflow: visible;
  position: relative;
}
.order-items-arrows-wrap {
  width: 150px;
  /* 75px * 2 */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.order-items-arrows {
  position: relative;
  overflow: hidden;
  /* required for amfixedscroll */
}
.order-items-arrow-up,
.order-items-arrow-down {
  width: 75px;
  height: 55px;
  font-size: 1.5em;
  line-height: 55px;
  text-align: center;
  color: #555;
  float: left;
  cursor: pointer;
  background-color: #d88628;
}
.order-item-empty {
  padding: 48px;
  font-size: 32px;
  text-align: center;
  color: #aaa;
}
.order-inline-form {
  display: inline;
  margin: 0;
  padding: 0;
}
/* ЗАГОЛОВКИ КОЛОНОК НА desktop И tablet */
.order-col-labels {
  height: 0;
  overflow: visible;
  width: 1200px;
}
@media (max-width: 567px) {
  .order-col-labels {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-col-labels {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-labels {
    width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-labels {
    width: calc(100vw / 16.0 * 12);
  }
}
.order-col-label {
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  bottom: 55px;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-col-label {
    box-sizing: border-box;
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
    bottom: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-label {
    box-sizing: border-box;
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
    bottom: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-col-label.label-image {
  width: 280px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-col-label.label-image {
    width: calc(100vw / 12.0 * 5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-label.label-image {
    width: calc(100vw / 16.0 * 5);
  }
}
.order-col-label.label-desc {
  width: 180px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-col-label.label-desc {
    width: calc(100vw / 12.0 * 3);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-label.label-desc {
    width: calc(100vw / 16.0 * 3);
  }
}
.order-col-label.label-count {
  width: 80px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-col-label.label-count {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-label.label-count {
    display: none;
  }
}
.order-col-label.label-layouts {
  width: 280px;
  margin-right: -1px;
  /* workaround for some resolutions */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-col-label.label-layouts {
    width: calc(100vw / 12.0 * 5);
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-col-label.label-layouts {
    width: calc(100vw / 16.0 * 4);
    text-align: center;
  }
}
/* САМ ТОВАР */
.order-item {
  position: relative;
  overflow: hidden;
  min-height: 275px;
  /* 55px * 5 */
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 567px) {
  .order-item {
    min-height: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item {
    min-height: calc(100vw / 568.0 * 320.0 / 8.0 * 12);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item {
    min-height: calc(100vw / 768.0 * 924.0 / 16.0 * 7);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item {
    min-height: calc(100vw / 1024.0 * 668.0 / 12.0 * 5);
  }
}
/* Картинка товара */
.order-item .order-item-col-image {
  float: left;
  overflow: hidden;
  width: 300px;
  min-height: 1px;
  /* чтобы не схлопывалось при отсутствии контента */
}
@media (max-width: 567px) {
  .order-item .order-item-col-image {
    float: none;
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0);
    width: 100%;
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 4);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item .order-item-col-image {
    width: calc(100vw / 12.0 * 6);
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item .order-item-col-image {
    width: calc(100vw / 12.0 * 5);
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item .order-item-col-image {
    width: calc(100vw / 16.0 * 5);
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 5);
  }
}
.order-item-image-container {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* will be overridden by js */
  width: 300px;
  height: 220px;
}
@media (max-width: 567px) {
  .order-item-image-container {
    width: inherit;
    height: inherit;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-image-container {
    width: inherit;
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-image-container {
    width: inherit;
    height: inherit;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-image-container {
    width: inherit;
    height: inherit;
  }
}
.order-item-image-container.order-item-image-missing {
  text-align: center;
  font-style: italic;
}
.order-item-goods-application {
  width: 100%;
  height: 100%;
}
.order-item-goods-application > svg {
  width: 100%;
  height: 100%;
}
.order-item-goods-application > svg .main {
  fill: white;
  stroke: black;
  stroke-width: 0.2%;
}
.order-item-goods-application > svg .print {
  cursor: pointer;
  fill: rgba(245, 181, 65, 0.4);
  stroke: #d98728;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.order-item-goods-application > svg .print:hover {
  fill: rgba(245, 181, 65, 0.7);
}
.order-item-goods-application > svg .print.selected {
  fill: rgba(245, 181, 65, 0.9);
}
.order-item-goods-application > svg .printnum {
  font-size: 20px;
  text-anchor: middle;
  dominant-baseline: middle;
  /* text-before-edge; */
  fill: #883818;
  pointer-events: none;
}
.order-item-goods-small-image {
  text-align: left;
}
.order-item-goods-small-image img {
  width: 50px;
  border: 0;
  vertical-align: top;
}
.order-item-goods-big-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@supports (object-fit: contain) {
  .order-item-goods-big-image {
    height: 100%;
    object-fit: contain;
  }
}
/* Описание товара и кнопки выбора изделия */
.order-item-col-desc {
  float: left;
  width: 200px;
}
@media (max-width: 567px) {
  .order-item-col-desc {
    float: none;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-col-desc {
    width: calc(100vw / 12.0 * 6);
    margin-right: -2px;
    /* workaround for some resolutions */
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-col-desc {
    width: calc(100vw / 12.0 * 3);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-col-desc {
    width: calc(100vw / 16.0 * 3);
  }
}
.order-item-product-info {
  background-color: #f3eee9;
  padding: 18px 10px;
  height: 74px;
  /* 55px * 2 - padding */
  overflow: hidden;
  text-overflow: ellipsis;
  /* FIXME: not working */
}
@media (max-width: 567px) {
  .order-item-product-info {
    padding: 5px 20px;
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 2 - 10px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-product-info {
    padding: 5px 20px;
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 2 - 10px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-product-info {
    padding: 10px 10px;
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 2 - 20px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-product-info {
    padding: 10px 10px;
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 2 - 20px);
  }
}
.order-item-select-product-btn,
.order-item-select-user-product-btn,
.order-item-edit-user-product-btn {
  background-color: #f4b542;
  /* reset <button> and <a> style */
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  /* Для хитрого выравнивания по вертикали */
  font-size: 0;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 567px) {
  .order-item-select-product-btn,
  .order-item-select-user-product-btn,
  .order-item-edit-user-product-btn {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-select-product-btn,
  .order-item-select-user-product-btn,
  .order-item-edit-user-product-btn {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-select-product-btn,
  .order-item-select-user-product-btn,
  .order-item-edit-user-product-btn {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-select-product-btn,
  .order-item-select-user-product-btn,
  .order-item-edit-user-product-btn {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-product-btn-text {
  /* Хитрое выравнивание по вертикали */
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
}
.order-item-edit-user-product-btn {
  background-color: white;
  line-height: 53px;
  border: 1px solid #d88628;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .order-item-edit-user-product-btn {
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 - 2px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-edit-user-product-btn {
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 - 2px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-edit-user-product-btn {
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 - 2px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-edit-user-product-btn {
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 - 2px);
  }
}
/* Тираж */
.order-item-col-count-mobile-title {
  text-align: center;
  display: none;
}
@media (max-width: 567px) {
  .order-item-col-count-mobile-title {
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    width: calc(100vw / 6.0);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-col-count-mobile-title {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-col-count-mobile-title {
    display: block;
    position: absolute;
    left: calc(100vw / 12.0 * 4);
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-col-count-mobile-title {
    display: block;
    position: absolute;
    right: calc(100vw / 16.0 * 2);
    top: calc(100vw / 1024.0 * 668.0 / 12.0);
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-col-count {
  float: left;
  width: 100px;
  background-color: #ccc;
}
@media (max-width: 567px) {
  .order-item-col-count {
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0);
    width: calc(100vw / 6.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-col-count {
    float: none;
    position: absolute;
    left: 0;
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 6);
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-col-count {
    float: none;
    position: absolute;
    left: calc(100vw / 12.0 * 6);
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-col-count {
    float: none;
    position: absolute;
    right: 0;
    top: calc(100vw / 1024.0 * 668.0 / 12.0);
    width: calc(100vw / 16.0 * 2);
  }
}
.order-item-count-input {
  width: 100%;
  height: 19px;
  line-height: 19px;
  margin: 0;
  padding: 18px 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 567px) {
  .order-item-count-input {
    padding: 0;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-count-input {
    padding: 0;
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-count-input {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-count-input {
    padding: 0;
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
/* Пряталка стрелок у <input type="number" /> */
.order-item-count-input::-webkit-outer-spin-button,
.order-item-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-item-count-input {
  -moz-appearance: textfield;
}
.order-item-count-save-btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #f4b542;
  box-sizing: border-box;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  display: none;
}
@media (max-width: 567px) {
  .order-item-count-save-btn {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-count-save-btn {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-count-save-btn {
    /* display: inline-block; */
    display: none;
    /* не влезает на страницу :( */
    vertical-align: top;
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-count-save-btn {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item.no-js .order-item-count-save-btn {
  display: block;
}
/* Список макетов */
.order-item-col-layouts-mobile-title {
  text-align: center;
  display: none;
}
@media (max-width: 567px) {
  .order-item-col-layouts-mobile-title {
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    width: calc(100vw / 6.0 * 5);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-col-layouts-mobile-title {
    display: block;
    position: absolute;
    left: calc(100vw / 12.0 * 2);
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
.order-item-col-layouts {
  float: left;
  width: 300px;
}
@media (max-width: 567px) {
  .order-item-col-layouts {
    float: right;
    width: calc(100vw / 6.0 * 5);
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0);
    margin-left: -1px;
    /* workaround for some resolutions */
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-col-layouts {
    width: calc(100vw / 12.0 * 6);
    margin-left: calc(100vw / 12.0 * 2);
    margin-top: calc(100vw / 568.0 * 320.0 / 8.0);
    min-height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-col-layouts {
    width: calc(100vw / 12.0 * 4);
    margin-right: -2px;
    /* workaround for some resolutions */
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-col-layouts {
    width: calc(100vw / 16.0 * 4);
  }
}
.order-item-layout {
  height: 55px;
  line-height: 55px;
}
@media (max-width: 567px) {
  .order-item-layout {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-layout {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-layout {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-layout {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-layout-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 54px;
  border: 1px solid #d88628;
  border-bottom: 0;
  width: 178px;
  /* 300px - 55px btn - 55px btn - 10px padding - 2px border */
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  /* reset <a> style */
  color: inherit;
  text-decoration: none;
}
@media (max-width: 567px) {
  .order-item-layout-label {
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 - 1px);
    box-sizing: border-box;
    width: calc(100vw / 6.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-layout-label {
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 - 1px);
    box-sizing: border-box;
    width: calc(100vw / 12.0 * 4);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-layout-label {
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 - 1px);
    box-sizing: border-box;
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-layout-label {
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 - 1px);
    box-sizing: border-box;
    width: calc(100vw / 16.0 * 2);
  }
}
.order-item:last-child .order-item-layout:last-child .order-item-layout-label,
.order-item-layout:last-child:nth-child(1) .order-item-layout-label,
.order-item-layout:last-child:nth-child(2) .order-item-layout-label,
.order-item-layout:last-child:nth-child(3) .order-item-layout-label,
.order-item-layout:last-child:nth-child(4) .order-item-layout-label {
  line-height: 53px;
  border-bottom: 1px solid #d88628;
}
@media (max-width: 567px) {
  .order-item:last-child .order-item-layout:last-child .order-item-layout-label,
  .order-item-layout:last-child:nth-child(1) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(2) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(3) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(4) .order-item-layout-label {
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 - 2px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item:last-child .order-item-layout:last-child .order-item-layout-label,
  .order-item-layout:last-child:nth-child(1) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(2) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(3) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(4) .order-item-layout-label {
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 - 2px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item:last-child .order-item-layout:last-child .order-item-layout-label,
  .order-item-layout:last-child:nth-child(1) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(2) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(3) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(4) .order-item-layout-label {
    /* FIXME: видимо, тут работу с нижней границей надо переделать */
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 - 2px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item:last-child .order-item-layout:last-child .order-item-layout-label,
  .order-item-layout:last-child:nth-child(1) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(2) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(3) .order-item-layout-label,
  .order-item-layout:last-child:nth-child(4) .order-item-layout-label {
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 - 2px);
  }
}
.order-item-layout-add-nonuser-btn,
.order-item-layout-view-btn,
.order-item-layout-delete-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #f4b542;
  vertical-align: top;
  display: inline-block;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 567px) {
  .order-item-layout-add-nonuser-btn,
  .order-item-layout-view-btn,
  .order-item-layout-delete-btn {
    width: calc(100vw / 6.0);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-layout-add-nonuser-btn,
  .order-item-layout-view-btn,
  .order-item-layout-delete-btn {
    width: calc(100vw / 12.0);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-layout-add-nonuser-btn,
  .order-item-layout-view-btn,
  .order-item-layout-delete-btn {
    width: calc(100vw / 12.0);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-layout-add-nonuser-btn,
  .order-item-layout-view-btn,
  .order-item-layout-delete-btn {
    width: calc(100vw / 16.0);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-layout-delete-btn {
  background-color: #d88628;
  margin-right: -2px;
  /* workaround for some resolutions */
}
.order-item-layout-add-nonuser-btn {
  width: 110px;
  /* 55px * 2 */
  margin-right: -2px;
  /* workaround for some resolutions */
}
@media (max-width: 567px) {
  .order-item-layout-add-nonuser-btn {
    width: calc(100vw / 6.0 * 2);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-layout-add-nonuser-btn {
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-layout-add-nonuser-btn {
    width: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-layout-add-nonuser-btn {
    width: calc(100vw / 16.0 * 2);
  }
}
.order-item-layout-inputelem {
  /* Потому что просто display: none всё ломает в Safari */
  position: absolute;
  top: -100px;
}
.order-item-layout-label .order-item-layout-text {
  color: black;
  border-bottom: 1px solid transparent;
}
.order-item-layout-label:hover .order-item-layout-text {
  border-bottom: 1px dotted black;
}
.order-item.no-js .order-item-layout-inputelem {
  position: static;
  top: 0;
  width: 105px;
  font-size: 11px;
  font-family: inherit;
}
.order-item-layout-label .order-item-layout-text .label-desktop {
  display: inline;
}
.order-item-layout-label .order-item-layout-text .label-nodesktop {
  display: none;
}
@media (max-width: 1199px) {
  .order-item-layout-label .order-item-layout-text .label-desktop {
    display: none;
  }
  .order-item-layout-label .order-item-layout-text .label-nodesktop {
    display: inline;
  }
}
/* Плашка с ценой */
.order-item-price {
  overflow: hidden;
  display: block;
  background-color: #ccc;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  /* reset <a> style */
  color: inherit;
  text-decoration: none;
  /* Для хитрого выравнивания по вертикали */
  font-size: 0;
  position: absolute;
  right: 150px;
  top: 0;
  width: 150px;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 567px) {
  .order-item-price {
    right: auto;
    left: 0;
    top: 0;
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-price {
    right: 0;
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 6);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-price {
    right: auto;
    left: 0;
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-price {
    right: calc(100vw / 16.0 * 2);
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-price:hover {
  text-decoration: underline;
  background-color: #d3d3d3;
}
.order-item-price.price-non-final {
  padding: 0 0 0 14px;
}
.order-item-price-content {
  /* Хитрое выравнивание по вертикали */
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
}
.order-item-price-phone-icon-wrap {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  font-size: 0;
  margin-left: 8px;
}
.order-item-price-phone-icon {
  vertical-align: middle;
  width: 14px;
  height: 14px;
}
/* Кнопка удаления */
.order-item-delete-area {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 567px) {
  .order-item-delete-area {
    right: 0;
    top: 0;
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-delete-area {
    right: calc(100vw / 12.0 * 2);
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 6);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-delete-area {
    right: auto;
    left: calc(100vw / 12.0 * 2);
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-delete-area {
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-item-delete-btn {
  text-align: center;
  width: inherit;
  height: inherit;
  line-height: inherit;
  border: 1px solid #f4b542;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: white;
}
/* Комментарий */
.order-item-comment-area {
  position: absolute;
  right: 0;
  top: 55px;
  width: 300px;
}
@media (max-width: 567px) {
  .order-item-comment-area {
    position: static;
    clear: both;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-comment-area {
    position: static;
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-comment-area {
    right: auto;
    left: 0;
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 5);
    width: calc(100vw / 12.0 * 5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-comment-area {
    width: calc(100vw / 16.0 * 4);
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
  }
}
.order-item-comment {
  width: 263px;
  /* 300px - border - padding */
  height: 184px;
  /* 55px * 4 - padding */
  background-color: white;
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
  padding: 18px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  resize: none;
}
@media (max-width: 567px) {
  .order-item-comment {
    padding: 4px;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item-comment {
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #f4b542;
    width: 100%;
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 3);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item-comment {
    box-sizing: border-box;
    width: 100%;
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    border-left: 0;
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item-comment {
    box-sizing: border-box;
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 3);
  }
}
.order-item.no-js .order-item-comment {
  height: 129px;
  /* 184px - 55px for fallback button */
}
@media (max-width: 567px) {
  .order-item.no-js .order-item-comment {
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item.no-js .order-item-comment {
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item.no-js .order-item-comment {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item.no-js .order-item-comment {
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
  }
}
.order-item-comment-savebtn {
  display: none;
}
.order-item.no-js .order-item-comment-savebtn {
  display: inline-block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #f4b542;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 567px) {
  .order-item.no-js .order-item-comment-savebtn {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-item.no-js .order-item-comment-savebtn {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-item.no-js .order-item-comment-savebtn {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-item.no-js .order-item-comment-savebtn {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
/* ФОРМА ОФОРМЛЕНИЯ ЗАКАЗА */
.order-confirm-form {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
}
@media (max-width: 567px) {
  .order-confirm-form {
    width: 100vw;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-form {
    width: calc(100vw / 12.0 * 10);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-form {
    width: calc(100vw / 12.0 * 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-form {
    width: calc(100vw / 16.0 * 10);
  }
}
.order-confirm-form-header {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 25px;
  font-size: inherit;
  background-color: #ccc;
  font-size: 0;
  /* for valign center */
  height: 60px;
  line-height: 60px;
}
@media (max-width: 567px) {
  .order-confirm-form-header {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-form-header {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-form-header {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-form-header {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-confirm-form-header > div {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  vertical-align: middle;
}
@media (max-width: 567px) {
  .order-confirm-form-header > div {
    font-size: 12px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-form-header > div {
    font-size: 12px;
  }
}
.order-confirm-form-column {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.order-confirm-form-line {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
  font-size: inherit;
  background-color: #eee;
  margin: 0 0 1px 0;
  /* reset <input> style */
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border: 0;
  height: 59px;
  /* + 1px margin-bottom */
  line-height: 59px;
}
@media (max-width: 567px) {
  .order-confirm-form-line {
    text-align: center;
    height: calc(100vw / 320.0 * 460.0 / 8.0 - 1px);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 - 1px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-form-line {
    height: calc(100vw / 568.0 * 320.0 / 8.0 - 1px);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 - 1px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-form-line {
    height: calc(100vw / 768.0 * 924.0 / 16.0 - 1px);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 - 1px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-form-line {
    height: calc(100vw / 1024.0 * 668.0 / 12.0 - 1px);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 - 1px);
  }
}
.order-confirm-form-line-captcha-wrap {
  overflow: hidden;
}
.order-confirm-form-captcha {
  float: right;
  width: 133px;
  padding: 0 25px 0 0;
  height: inherit;
}
@media (max-width: 567px) {
  .order-confirm-form-captcha {
    float: none;
    width: auto;
    padding: 0;
    text-align: center;
  }
}
.order-confirm-form-captcha-input {
  box-sizing: border-box;
  width: 50%;
  width: calc(100% - 133px);
}
@media (max-width: 567px) {
  .order-confirm-form-captcha-input {
    width: 100%;
  }
}
.order-confirm-form-btn {
  clear: both;
  display: block;
  font-size: inherit;
  text-align: center;
  background-color: #f4b542;
  margin: 0 0 1px 0;
  /* reset <button> style */
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  color: black;
  width: 600px;
  height: 59px;
  /* + 1px margin-bottom */
  line-height: 59px;
}
.order-confirm-form-btn:last-child {
  margin: 0;
}
@media (max-width: 567px) {
  .order-confirm-form-btn {
    width: 100vw;
    height: calc(100vw / 320.0 * 460.0 / 8.0 - 1px);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 - 1px);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-form-btn {
    width: calc(100vw / 12.0 * 10);
    height: calc(100vw / 568.0 * 320.0 / 8.0 - 1px);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 - 1px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-form-btn {
    width: calc(100vw / 12.0 * 8);
    height: calc(100vw / 768.0 * 924.0 / 16.0 - 1px);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 - 1px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-form-btn {
    width: calc(100vw / 16.0 * 10);
    height: calc(100vw / 1024.0 * 668.0 / 12.0 - 1px);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 - 1px);
  }
}
/* ВСЯКИЕ ФОРМОЧКИ ВХОДА У ОФОРМЛЕНИЯ ЗАКАЗА */
.order-confirm-login-wrap {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 567px) {
  .order-confirm-login-wrap {
    width: 100vw;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-login-wrap {
    width: calc(100vw / 12.0 * 10);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-login-wrap {
    width: calc(100vw / 12.0 * 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-login-wrap {
    width: calc(100vw / 16.0 * 10);
  }
}
.order-confirm-login-col1 {
  width: 295px;
  float: left;
}
@media (max-width: 567px) {
  .order-confirm-login-col1 {
    float: none;
    width: calc(100vw / 6.0 * 4);
    margin: 0 auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-confirm-login-col1 {
    float: none;
    width: calc(100vw / 12.0 * 10);
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-confirm-login-col1 {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-confirm-login-col1 {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .order-confirm-login-col1-title {
    text-align: center;
  }
}
.order-confirm-login-col2 {
  width: 295px;
  float: right;
  display: none;
  /* this class is not used now */
}
@media (max-width: 567px) {
  .order-confirm-payinfo {
    font-size: 14px;
    width: calc(100vw / 6.0 * 4);
    margin: 0 auto;
  }
}
/* ФОРМА ОФОРМЛЕНИЯ ДОСТАВКИ */
/* Модификация шапки заказа */
.order-header-delivery {
  min-height: 0;
  height: 55px;
}
@media (max-width: 567px) {
  .order-header-delivery {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-header-delivery {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-header-delivery {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-header-delivery {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
@media (min-width: 1200px) {
  .order-header-delivery .order-actions-manage {
    display: none;
  }
  .order-header-delivery .order-title {
    padding-right: 300px;
    margin-right: 0;
    margin-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-header-delivery .order-title {
    width: calc(100vw / 12.0 * 8);
    padding-right: calc(100vw / 12.0 * 4);
    margin: 0;
  }
}
/* Всякий разный хлам сразу под шапкой */
@media (max-width: 567px) {
  .order-delivery-actions-full {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-actions-full {
    display: none;
  }
}
.order-delivery-order-price-header,
.order-delivery-order-price-value {
  position: absolute;
  right: 0;
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-order-price-header,
  .order-delivery-order-price-value {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-order-price-header,
  .order-delivery-order-price-value {
    display: none;
  }
}
.order-delivery-order-price-header {
  top: 55px;
  background-color: #ccc;
}
.order-delivery-order-price-value {
  top: 110px;
  background-color: #f3eee9;
  font-size: 34px;
  font-weight: 200;
}
.order-delivery-delete-form {
  position: absolute;
  right: 0;
  top: 165px;
  width: 300px;
  height: 55px;
  line-height: 55px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-delete-form {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-delete-form {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 3);
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-delivery-delete-btn {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background-color: #ccc;
  cursor: pointer;
  text-align: center;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.order-delivery-summary-label,
.order-delivery-price {
  position: absolute;
  right: 0;
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-summary-label,
  .order-delivery-price {
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-summary-label,
  .order-delivery-price {
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-delivery-summary-label {
  top: 220px;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-summary-label {
    right: calc(100vw / 12.0 * 4);
    top: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-summary-label {
    top: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-delivery-price {
  top: 275px;
  background-color: #f3eee9;
  font-size: 34px;
  font-weight: 200;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-price {
    background-color: transparent;
    top: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-price {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
  }
}
/* Собственно форма доставки */
.order-delivery-form {
  position: relative;
  margin-top: 165px;
  height: 385px;
}
@media (max-width: 567px) {
  .order-delivery-form {
    margin-top: 0;
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 10);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-form {
    margin-top: 0;
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 6);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-form {
    margin-top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 11);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-form {
    margin-top: 0;
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 8);
  }
}
.order-delivery-input,
.order-delivery-textarea {
  /* reset <input> / <button> / <textarea> styles */
  box-sizing: border-box;
  margin: 0;
  padding: 4px;
  border: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1.25;
}
.order-delivery-input,
.order-delivery-container,
.order-delivery-label {
  box-sizing: border-box;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media (max-width: 567px) {
  .order-delivery-input,
  .order-delivery-container,
  .order-delivery-label {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-input,
  .order-delivery-container,
  .order-delivery-label {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-input,
  .order-delivery-container,
  .order-delivery-label {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-input,
  .order-delivery-container,
  .order-delivery-label {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-delivery-label {
  background-color: #ccc;
}
/* Если четыре блока ниже объединить, то почему-то не работает */
.order-delivery-input.form-input-error::-webkit-input-placeholder {
  color: #D88628;
  opacity: 1;
  text-overflow: ellipsis;
}
.order-delivery-input.form-input-error::-moz-placeholder {
  color: #D88628;
  opacity: 1;
  text-overflow: ellipsis;
}
.order-delivery-input.form-input-error:-moz-placeholder {
  color: #D88628;
  opacity: 1;
  text-overflow: ellipsis;
}
.order-delivery-input.form-input-error:-ms-placeholder {
  color: #D88628;
  opacity: 1;
  text-overflow: ellipsis;
}
.order-delivery-input.input-address {
  position: absolute;
  top: 0;
  left: 300px;
  width: 450px;
  border-top: 1px solid #ccc;
}
@media (max-width: 567px) {
  .order-delivery-input.input-address {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 5);
    left: 0;
    width: calc(100vw / 6.0 * 6);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-input.input-address {
    top: 0;
    left: 0;
    width: calc(100vw / 12.0 * 12);
    border-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-input.input-address {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 5);
    left: 0;
    width: calc(100vw / 12.0 * 9);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-input.input-address {
    top: 0;
    left: 0;
    width: calc(100vw / 16.0 * 9);
    border-top: 6px solid #f4b542;
  }
}
.order-delivery-label.label-address-map {
  position: absolute;
  top: 0;
  left: 750px;
  width: 150px;
  background-color: #f4b542;
  cursor: pointer;
  /* reset <button> style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}
@media (max-width: 567px) {
  .order-delivery-label.label-address-map {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-label.label-address-map {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-label.label-address-map {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 5);
    left: calc(100vw / 12.0 * 9);
    width: calc(100vw / 12.0 * 3);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-label.label-address-map {
    top: 0;
    left: calc(100vw / 16.0 * 9);
    width: calc(100vw / 16.0 * 3);
  }
}
.order-delivery-label.label-address-map.btn-disabled {
  cursor: default;
  background-color: #ccc;
  color: #777;
}
.order-delivery-map {
  position: absolute;
  top: 55px;
  left: 300px;
  width: 600px;
  height: 330px;
}
@media (max-width: 567px) {
  .order-delivery-map {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 6);
    left: 0;
    width: calc(100vw / 6.0 * 6);
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-map {
    top: calc(100vw / 568.0 * 320.0 / 8.0);
    left: 0;
    width: calc(100vw / 12.0 * 6);
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 4);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-map {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 6);
    left: 0;
    width: calc(100vw / 12.0 * 12);
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-map {
    top: calc(100vw / 1024.0 * 668.0 / 12.0);
    left: 0;
    width: calc(100vw / 16.0 * 12);
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 4);
  }
}
.order-delivery-label.label-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
@media (max-width: 567px) {
  .order-delivery-label.label-info {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-label.label-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-label.label-info {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    width: calc(100vw / 12.0 * 6);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-label.label-info {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 5);
    width: calc(100vw / 16.0 * 10);
  }
}
.order-delivery-input.input-full-name {
  position: absolute;
  top: 55px;
  left: 0;
  width: 300px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 567px) {
  .order-delivery-input.input-full-name {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 2);
    width: calc(100vw / 6.0 * 6);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-input.input-full-name {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 3);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 6);
    border-bottom: 1px solid white;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-input.input-full-name {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    width: calc(100vw / 12.0 * 6);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-input.input-full-name {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 6);
    width: calc(100vw / 16.0 * 10);
  }
}
.order-delivery-input.input-phone {
  position: absolute;
  top: 110px;
  left: 0;
  width: 300px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 567px) {
  .order-delivery-input.input-phone {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 3);
    width: calc(100vw / 6.0 * 6);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-input.input-phone {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 4);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 6);
    background-color: #f3eee9;
    border-bottom: 1px solid #f3eee9;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-input.input-phone {
    top: calc(100vw / 768.0 * 924.0 / 16.0);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 6);
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-input.input-phone {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 5);
    left: calc(100vw / 16.0 * 10);
    width: calc(100vw / 16.0 * 6);
    border-top: 1px solid #ccc;
  }
}
.order-delivery-label.label-time {
  position: absolute;
  top: 165px;
  left: 0;
  width: 150px;
}
@media (max-width: 567px) {
  .order-delivery-label.label-time {
    top: 0;
    left: 0;
    width: calc(100vw / 6.0 * 6);
    background-color: #f4b542;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-label.label-time {
    top: calc(100vw / 568.0 * 320.0 / 8.0);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 6);
    background-color: #f4b542;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-label.label-time {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 2);
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-label.label-time {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 6);
    left: calc(100vw / 16.0 * 10);
    width: calc(100vw / 16.0 * 2);
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}
.order-delivery-select-time-wrap {
  position: absolute;
  background-color: #f3eee9;
  box-sizing: border-box;
  width: 75px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media (max-width: 567px) {
  .order-delivery-select-time-wrap {
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-select-time-wrap {
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-select-time-wrap {
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-select-time-wrap {
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.order-delivery-select-time-wrap:after {
  text-align: center;
  content: "\f107";
  /* fa-angle-down */
  font-family: FontAwesome;
  height: inherit;
  line-height: inherit;
  width: 16px;
  color: black;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.order-delivery-select-time-wrap.time-from {
  top: 165px;
  left: 150px;
}
@media (max-width: 567px) {
  .order-delivery-select-time-wrap.time-from {
    top: calc(100vw / 320.0 * 460.0 / 8.0);
    left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-select-time-wrap.time-from {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
    left: calc(100vw / 12.0 * 6);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-select-time-wrap.time-from {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    left: calc(100vw / 12.0 * 8);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-select-time-wrap.time-from {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 6);
    left: calc(100vw / 16.0 * 12);
  }
}
.order-delivery-select-time-wrap.time-to {
  top: 165px;
  left: 225px;
}
@media (max-width: 567px) {
  .order-delivery-select-time-wrap.time-to {
    top: calc(100vw / 320.0 * 460.0 / 8.0);
    left: calc(100vw / 6.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-select-time-wrap.time-to {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
    left: calc(100vw / 12.0 * 9);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-select-time-wrap.time-to {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    left: calc(100vw / 12.0 * 10);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-select-time-wrap.time-to {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 6);
    left: calc(100vw / 16.0 * 14);
  }
}
.order-delivery-select-time {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: inherit;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
  padding: 0 16px 0 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.order-delivery-select-time::-ms-expand {
  display: none;
}
.order-delivery-comment {
  position: absolute;
  left: 0;
  top: 220px;
  width: 300px;
  height: 110px;
  padding: 4px;
  box-sizing: border-box;
  /* reset <textarea> style */
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  resize: none;
}
@media (max-width: 567px) {
  .order-delivery-comment {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 4);
    left: 0;
    width: calc(100vw / 6.0 * 6);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-comment {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
    left: calc(100vw / 12.0 * 6);
    width: calc(100vw / 12.0 * 6);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-comment {
    top: calc(100vw / 768.0 * 924.0 / 16.0 * 3);
    left: 0;
    width: calc(100vw / 12.0 * 12);
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-comment {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 3);
    left: auto;
    right: 0;
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
  }
}
.order-delivery-submit-btn {
  background-color: #f4b542;
  color: black;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 330px;
  width: 300px;
  height: 55px;
  line-height: 55px;
  /* reset input style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
@media (max-width: 567px) {
  .order-delivery-submit-btn {
    top: calc(100vw / 320.0 * 460.0 / 8.0 * 9);
    left: 0;
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-delivery-submit-btn {
    top: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
    left: 0;
    width: calc(100vw / 12.0 * 6);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-delivery-submit-btn {
    top: 0;
    left: auto;
    right: 0;
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-delivery-submit-btn {
    top: calc(100vw / 1024.0 * 668.0 / 12.0 * 7);
    left: 0;
    right: 0;
    width: calc(100vw / 16.0 * 16);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
/* ФОРМА РЕДАКТИРОВАНИЯ МАКЕТА ИЛИ СВОЕГО ТОВАРА */
@media (max-width: 567px) {
  .modal-title-order-product-form {
    display: none;
  }
}
.order-product-form {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 567px) {
  .order-product-form {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form {
    font-size: 13px;
    line-height: 13px;
  }
}
.order-product-form .opf-actions {
  min-height: 60px;
  line-height: 60px;
  margin-top: 240px;
}
@media (max-width: 567px) {
  .order-product-form .opf-actions {
    margin-top: 0;
    min-height: 0;
    line-height: inherit;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-actions {
    margin-top: calc(100vw / 568.0 * 320.0 / 8.0 * 4);
    min-height: 0;
    line-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-form .opf-actions {
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 * 2);
    margin-top: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-form .opf-actions {
    min-height: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 * 2);
    margin-top: calc(100vw / 1024.0 * 668.0 / 12.0 * 4);
  }
}
@media (max-width: 567px) {
  .order-product-form .opf-actions.mp-compact {
    width: calc(100vw / 6.0 * 3);
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0 * -1);
    position: relative;
    z-index: 3;
  }
}
.order-product-form .opf-actions-text {
  font-family: 'PT Sans', Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 15px;
  padding-right: 50px;
}
@media (max-width: 567px) {
  .order-product-form .opf-actions-text {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-actions-text {
    display: none;
  }
}
.order-product-form .opf-actions-buttons {
  line-height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 567px) {
  .order-product-form .opf-actions-buttons {
    display: block;
    width: auto;
    text-align: right;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-actions-buttons {
    display: block;
    width: auto;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-form .opf-actions-buttons {
    margin-bottom: calc(100vw / 768.0 * 924.0 / 16.0 * 0.66);
    /* FIXME: поточнее? */
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-form .opf-actions-buttons {
    margin-top: calc(100vw / 1024.0 * 668.0 / 12.0 * 0.5);
  }
}
@media (max-width: 567px) {
  .order-product-form .opf-actions.mp-compact .opf-actions-buttons {
    text-align: left;
  }
}
.order-product-form .opf-btn,
.order-product-form .opf-btn-main {
  background-color: #ccc;
  /* reset <a> and <button> style */
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .order-product-form .opf-btn,
  .order-product-form .opf-btn-main {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
    min-width: calc(100vw / 6.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-btn,
  .order-product-form .opf-btn-main {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    min-width: calc(100vw / 12.0 * 2);
  }
}
.order-product-form .opf-btn-main {
  background-color: #f4b542;
}
.order-product-form .opf-col1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
}
@media (max-width: 567px) {
  .order-product-form .opf-col1 {
    position: static;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-col1 {
    left: 50%;
    right: 0;
  }
}
.order-product-form .opf-col2 {
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  overflow: hidden;
  border-top: 1px solid #f3eee9;
  border-bottom: 1px solid #f3eee9;
  border-left: 1px solid #f3eee9;
}
@media (max-width: 567px) {
  .order-product-form .opf-col2 {
    position: static;
    border: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-col2 {
    right: 50%;
    left: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #f3eee9;
  }
}
.order-product-form .opf-row {
  position: relative;
  oveflow: hidden;
}
.order-product-form .opf-label {
  /* + .alm-valign-center */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f3eee9;
  box-sizing: border-box;
  padding: 0 25px;
  width: 132px;
  height: 60px;
  line-height: inherit;
}
@media (max-width: 567px) {
  .order-product-form .opf-label {
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    background-color: #b1b1b1;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-label {
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    background-color: #b1b1b1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-form .opf-label {
    width: calc(100vw / 12.0 * 2);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-form .opf-label {
    width: calc(100vw / 16.0 * 2);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.opf-cont {
  display: block;
  margin-left: 132px;
}
@media (max-width: 567px) {
  .opf-cont {
    margin-left: calc(100vw / 6.0 * 3);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .opf-cont {
    margin-left: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .opf-cont {
    margin-left: calc(100vw / 12.0 * 2);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .opf-cont {
    margin-left: calc(100vw / 16.0 * 2);
  }
}
.order-product-form .opf-input {
  width: 100%;
  /* reset <input> style */
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: #f3eee9;
  box-sizing: border-box;
  padding: 0 5px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 567px) {
  .order-product-form .opf-input {
    width: calc(100vw / 6.0 * 3);
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-input {
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-form .opf-input {
    width: calc(100vw / 12.0 * 3);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-form .opf-input {
    width: calc(100vw / 16.0 * 3);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
@media (max-width: 567px) {
  .order-product-form .opf-input.odd {
    background-color: white;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-input.odd {
    background-color: white;
  }
}
@media (max-width: 567px) {
  .order-product-form .opf-input.even {
    background-color: #e7e7e7;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-form .opf-input.even {
    background-color: #e7e7e7;
  }
}
.order-layout-selector-area,
.order-layout-selector-area-loading,
.order-product-form-image-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-bottom: -2px;
  /* for border-top and border-bottom in col2 */
}
@media (max-width: 567px) {
  .order-layout-selector-area,
  .order-layout-selector-area-loading,
  .order-product-form-image-bg {
    margin-bottom: 0;
    height: calc(100vw / 320.0 * 460.0 / 8.0 * 4);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-layout-selector-area,
  .order-layout-selector-area-loading,
  .order-product-form-image-bg {
    margin-bottom: 0;
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-layout-selector-area,
  .order-layout-selector-area-loading,
  .order-product-form-image-bg {
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 4);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-layout-selector-area,
  .order-layout-selector-area-loading,
  .order-product-form-image-bg {
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 4);
  }
}
.order-product-form-image-bg > img {
  width: inherit;
  border: 0;
  vertical-align: top;
}
@supports (object-fit: cover) {
  .order-product-form-image-bg > img {
    object-fit: contain;
    height: inherit;
  }
}
.order-layout-selector-area-loading {
  width: 40%;
  margin: auto;
  color: #999;
  text-align: center;
}
.order-product-form-svg {
  width: 100%;
  height: 100%;
}
.order-product-form-svg > svg {
  width: 100%;
  height: auto;
  line-height: 1.5;
  vertical-align: middle;
}
.order-product-form-svg > svg .main {
  fill: white;
  stroke: black;
  stroke-width: 0.2%;
}
.order-product-form-svg > svg .print {
  fill: rgba(245, 181, 65, 0.4);
  stroke: #d98728;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
/* ПРЕДЛОЖЕНИЕ ДОБАВИТЬ ЕЩЁ РАКУРС */
.modal-text-big.text-order-angle {
  min-height: 90px;
}
@media (max-width: 567px) {
  .modal-text-big.text-order-angle {
    hyphens: auto;
    min-height: 0;
    margin-top: calc(100vw / 320.0 * 460.0 / 8.0 * -0.5);
    margin-bottom: calc(100vw / 320.0 * 460.0 / 8.0 * 0.25);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .modal-text-big.text-order-angle {
    min-height: calc(100vw / 568.0 * 320.0 / 8.0);
    margin-top: calc(100vw / 568.0 * 320.0 / 8.0 * -0.5);
    margin-bottom: calc(100vw / 568.0 * 320.0 / 8.0 * 0.5);
    padding-right: calc(100vw / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-text-big.text-order-angle {
    min-height: calc(100vw / 768.0 * 924.0 / 16.0 * 1.5);
    margin-top: calc(100vw / 768.0 * 924.0 / 16.0 * -0.5);
    padding-right: calc(100vw / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .modal-text-big.text-order-angle {
    min-height: calc(100vw / 1024.0 * 668.0 / 12.0);
    margin-top: calc(100vw / 1024.0 * 668.0 / 12.0 * -0.5);
    padding-right: calc(100vw / 16.0);
  }
}
.order-product-angle-actions {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
}
.order-product-angle-col {
  float: left;
  width: 50%;
}
@media (max-width: 567px) {
  .order-product-angle-col {
    float: none;
    width: 100%;
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-angle-col {
    height: calc(100vw / 568.0 * 320.0 / 8.0 * 4);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0 * 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-angle-col {
    height: calc(100vw / 768.0 * 924.0 / 16.0 * 3);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-angle-col {
    height: calc(100vw / 1024.0 * 668.0 / 12.0 * 3.5);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0 * 1.5);
  }
}
.order-product-angle-col-text {
  line-height: 18px;
  display: inline-block;
  padding-left: 35px;
  min-height: 70px;
  vertical-align: bottom;
}
@media (max-width: 567px) {
  .order-product-angle-col-text {
    padding-left: calc(100vw / 6.0 * 0.5);
    padding-right: calc(100vw / 6.0 * 0.5);
    min-height: 0;
    vertical-align: middle;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-angle-col-text {
    padding-left: calc(100vw / 12.0 * 0.5);
    min-height: 0;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-angle-col-text {
    padding-left: calc(100vw / 12.0 * 0.5);
    min-height: 0;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-angle-col-text {
    padding-left: calc(100vw / 16.0);
    min-height: 0;
    margin-bottom: calc(100vw / 1024.0 * 668.0 / 12.0 * 0.5);
  }
}
.order-product-angle-btn,
.order-product-angle-btn-main {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  background-color: #f3eee9;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  color: black;
  text-decoration: none;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
}
@media (max-width: 567px) {
  .order-product-angle-btn,
  .order-product-angle-btn-main {
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    line-height: calc(100vw / 320.0 * 460.0 / 8.0);
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .order-product-angle-btn,
  .order-product-angle-btn-main {
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    padding-left: calc(100vw / 12.0 * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-product-angle-btn,
  .order-product-angle-btn-main {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
    padding-left: calc(100vw / 12.0 * 0.5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .order-product-angle-btn,
  .order-product-angle-btn-main {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
    padding-left: calc(100vw / 16.0);
  }
}
.order-product-angle-btn-main {
  background-color: #f4b542;
}
/* ВСПЛЫВАШКА С ЦЕНАМИ ОТДЕЛЬНОГО ТОВАРА */
.order-item-price-form-layout {
  font-size: 13px;
  background-color: #f3eee9;
  overflow: hidden;
}
.order-item-price-form-layout-image-wrap {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.order-item-price-form-layout-image {
  vertical-align: top;
  width: 100%;
}
@supports (object-fit: contain) {
  .order-item-price-form-layout-image {
    height: 100%;
    object-fit: contain;
  }
}
.order-item-price-form-layout-values {
  margin-left: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.order-item-price-form.price-edit-form .order-item-price-form-layout-values {
  margin-right: 50px;
}
.order-item-price-form-layout-value {
  width: 33%;
  width: calc(100% / 3);
  float: left;
  height: 50px;
}
@media (max-width: 567px) {
  .order-item-price-form-layout-value {
    width: 100%;
  }
}
.order-item-price-form-layout-value-title {
  padding: 0 10px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  color: #777;
}
.order-item-price-form-layout-value-text {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  line-height: 26px;
  /* 50px - 20px - 4px */
  margin-bottom: 4px;
  /* reset <input> style */
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.order-item-price-form-layout-final-wrap {
  width: 50px;
  height: 50px;
  float: right;
}
.order-item-price-form-layout-final-title {
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  color: #777;
  text-align: center;
}
.order-item-price-form-layout-final-checkbox {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.order-item-price-form-layout-final-checkbox-input {
  /* TODO: */
}
.order-item-price-form-actions {
  height: 50px;
}
.order-item-price-form-savebtn {
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: #f4b542;
  box-sizing: border-box;
  /* reset <button> style */
  font: inherit;
  font-size: 16px;
  line-height: 50px;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
/* СТРАНИЦЫ С ИНСТРУКЦИЕЙ ПО ПОКУПКЕ */
.orders-help {
  overflow: hidden;
  width: 1200px;
  margin: 25px auto;
}
@media (max-width: 567px) {
  .orders-help {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help {
    width: auto;
    margin: 0;
  }
}
.orders-help-contents {
  float: left;
  width: 135px;
  margin: 35px 0 0 25px;
  padding: 0;
  list-style: none;
}
@media (max-width: 567px) {
  .orders-help-contents {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-contents {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-contents {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-contents {
    display: none;
  }
}
.orders-help-contents > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.orders-help-contents > li a {
  color: inherit;
  text-decoration: none;
}
.orders-help-contents > li.mainpage:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d88628;
}
.orders-help-contents > li.subpage {
  font-size: 10px;
  padding-left: 15px;
}
.orders-help-contents-select-wrap {
  position: relative;
  margin: auto;
  display: none;
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-contents-select-wrap {
    display: block;
    width: calc(100vw / 12.0 * 7);
    height: calc(100vw / 568.0 * 320.0 / 8.0);
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
    margin: 0;
    margin-left: calc(100vw / 12.0 * 2);
    margin-top: calc(100vw / 568.0 * 320.0 / 8.0);
    margin-bottom: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-contents-select-wrap {
    display: block;
    width: calc(100vw / 12.0 * 4);
    height: calc(100vw / 768.0 * 924.0 / 16.0);
    line-height: calc(100vw / 768.0 * 924.0 / 16.0);
    margin-bottom: calc(100vw / 768.0 * 924.0 / 16.0 * 0.5);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-contents-select-wrap {
    display: block;
    width: calc(100vw / 16.0 * 4);
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.orders-help-contents-select-wrap > select {
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  box-sizing: border-box;
  background-color: white;
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-contents-select-wrap > select {
    padding-right: calc(100vw / 12.0);
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-contents-select-wrap > select {
    padding-right: calc(100vw / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-contents-select-wrap > select {
    padding-right: calc(100vw / 16.0);
  }
}
.orders-help-contents-select-wrap:after {
  width: 36px;
  height: inherit;
  line-height: inherit;
  text-align: center;
  content: "\f107";
  /* fa-angle-down */
  font-family: FontAwesome;
  font-size: 1.5em;
  background-color: #b1b1b1;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-contents-select-wrap:after {
    width: calc(100vw / 12.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-contents-select-wrap:after {
    width: calc(100vw / 12.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-contents-select-wrap:after {
    width: calc(100vw / 16.0);
  }
}
.orders-help-contents-select-wrap > select::-ms-expand {
  display: none;
}
.orders-help-contents-fh-select-wrap {
  /* + .col1 */
  position: relative;
  margin: auto;
  display: none;
}
@media (max-width: 567px) {
  .orders-help-contents-fh-select-wrap {
    display: block;
  }
}
.orders-help-contents-fh-select-wrap > select {
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .orders-help-contents-fh-select-wrap > select {
    width: calc(100vw / 6.0 * 5);
    padding-right: calc(100vw / 6.0);
  }
}
.orders-help-contents-fh-select-wrap:after {
  width: 36px;
  height: inherit;
  line-height: inherit;
  text-align: center;
  content: "\f107";
  /* fa-angle-down */
  font-family: FontAwesome;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 567px) {
  .orders-help-contents-fh-select-wrap:after {
    width: calc(100vw / 6.0);
  }
}
.orders-help-contents-fh-select-wrap > select::-ms-expand {
  display: none;
}
.orders-help-page {
  margin-left: 300px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 20px;
  width: 565px;
  padding-left: 35px;
  padding-right: 0;
}
@media (max-width: 567px) {
  .orders-help-page {
    box-sizing: border-box;
    width: calc(100vw / 6.0 * 6);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-page {
    box-sizing: border-box;
    width: calc(100vw / 12.0 * 12);
    padding-left: calc(100vw / 12.0);
    padding-right: calc(100vw / 12.0);
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-page {
    box-sizing: border-box;
    width: calc(100vw / 12.0 * 10);
    padding-left: calc(100vw / 12.0);
    padding-right: calc(100vw / 12.0);
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-page {
    box-sizing: border-box;
    width: calc(100vw / 16.0 * 10);
    padding-left: calc(100vw / 16.0);
    padding-right: calc(100vw / 16.0);
    margin: 0 auto;
  }
}
.orders-help-page > h2,
.orders-help-page > h3 {
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  position: relative;
  display: block;
  font-size: inherit;
  margin: 25px 0 5px 0;
}
@media (max-width: 567px) {
  .orders-help-page > h2,
  .orders-help-page > h3 {
    font-size: 14px;
    margin: 12px 0 5px 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-page > h2,
  .orders-help-page > h3 {
    font-size: 14px;
    margin: 12px 0 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-page > h2,
  .orders-help-page > h3 {
    margin: 12px 0 5px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-page > h2,
  .orders-help-page > h3 {
    margin: 12px 0 5px 0;
  }
}
.orders-help-page > h2:before,
.orders-help-page > h3:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 130px;
  height: 1px;
  background-color: #d88628;
}
@media (max-width: 567px) {
  .orders-help-page > h2:before,
  .orders-help-page > h3:before {
    left: -20px;
  }
}
.orders-help-page > h2:first-child,
.orders-help-page > h3:first-child {
  margin: 0 0 5px 0;
}
.orders-help-page > p {
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 567px) {
  .orders-help-page > p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-page > p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-page > p {
    margin: 8px 0;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-page > p {
    margin: 8px 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.orders-help-action-buttons {
  overflow: hidden;
  width: 600px;
  margin-left: -35px;
  margin-right: 0;
}
@media (max-width: 567px) {
  .orders-help-action-buttons {
    width: calc(100vw / 6.0 * 6 - 40px);
    margin: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-action-buttons {
    width: calc(100vw / 12.0 * 12);
    margin-left: calc(100vw / 12.0 * -1);
    margin-right: calc(100vw / 12.0 * -1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-action-buttons {
    width: calc(100vw / 12.0 * 10);
    margin-left: calc(100vw / 12.0 * -1);
    margin-right: calc(100vw / 12.0 * -1);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-action-buttons {
    width: calc(100vw / 16.0 * 10);
    margin-left: calc(100vw / 16.0 * -1);
    margin-right: calc(100vw / 16.0 * -1);
  }
}
.orders-help-action-btn-wrap {
  float: left;
  width: 50%;
}
@media (max-width: 567px) {
  .orders-help-action-btn-wrap {
    float: none;
    width: auto;
  }
}
.orders-help-action-btn {
  /* + .alm-valign-center */
  /* display: flex; */
  text-align: left;
  background-color: #ccc;
  /* reset <a> and <button> styles */
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
  border: 0;
  font-size: inherit;
  height: 55px;
  padding: 0 0 0 25px;
}
@media (max-width: 567px) {
  .orders-help-action-btn {
    font-size: 14px;
    text-align: center;
    height: calc(100vw / 320.0 * 460.0 / 8.0);
    padding: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-action-btn {
    font-size: 14px;
    height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-action-btn {
    height: calc(100vw / 768.0 * 924.0 / 16.0);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-action-btn {
    height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.orders-help-action-btn > div {
  width: 100%;
}
.orders-help-action-btn.orange {
  background-color: #f4b542;
}
.orders-help-action-btn-desc {
  padding: 20px 0 20px 35px;
}
@media (max-width: 567px) {
  .orders-help-action-btn-desc {
    font-size: 14px;
    padding: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .orders-help-action-btn-desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .orders-help-action-btn-desc {
    font-size: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .orders-help-action-btn-desc {
    font-size: 13px;
  }
}
.orders-help-regbutton-wrap {
  margin-left: -335px;
  width: 300px;
  height: 0;
  overflow: visible;
}
.orders-help-regbutton {
  display: block;
  width: 230px;
  height: 55px;
  line-height: 55px;
  padding: 0 35px;
  background-color: #f4b542;
  /* reset <a> and <button> styles */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  margin: 0;
  border: 0;
}
.orders-help-regbutton-wrap + p {
  margin-top: 0;
}
/* ФОРМА ДОБАВЛЕНИЯ СВОЕГО ИЗДЕЛИЯ ИЛИ НАНЕСЕНИЯ */
.order-product-upload-area {
  display: block;
  height: 240px;
  /* 60px * 4 */
  box-sizing: border-box;
  border-top: 1px solid #f3eee9;
  border-bottom: 1px solid #f3eee9;
  cursor: pointer;
  position: relative;
}
.order-product-upload-area > .pm-button {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.order-product-upload-area-title {
  /* + .alm-valign-center */
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 100px;
  right: 100px;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
}
@media (max-width: 567px) {
  .order-product-upload-area-title {
    left: 20px;
    right: 20px;
  }
}
.order-product-upload-fallback {
  display: none;
}
.order-product-upload-fallback.no-js {
  display: block;
}
.order-product-upload-area.no-js {
  display: none;
}
