﻿@media (max-width: 1000px) {
  #body-wrap .header-content .prod-form-wrap #price-prod {
    width: 300px; } }

@media (max-width: 730px) {
  #body-wrap .header-content .prod-form-wrap {
    flex-flow: column nowrap;
    align-items: flex-start; }
    #body-wrap .header-content .prod-form-wrap .input {
      width: 100%;
      min-width: 220px;
      max-width: 650px; }
    #body-wrap .header-content .prod-form-wrap div {
      margin-right: 0;
      width: 100%; }
    #body-wrap .header-content .prod-form-wrap .weight-wrap {
      flex-flow: column nowrap; }
      #body-wrap .header-content .prod-form-wrap .weight-wrap #weight-prod {
        width: calc(100% - 60px);
        margin-right: 10px; }
      #body-wrap .header-content .prod-form-wrap .weight-wrap .list-wrap {
        width: 60px; }
        #body-wrap .header-content .prod-form-wrap .weight-wrap .list-wrap #list-type-weigth {
          width: 60px;
          min-width: 60px; }
      #body-wrap .header-content .prod-form-wrap .weight-wrap #weight-one {
        width: 100%; }
    #body-wrap .header-content .prod-form-wrap #price-prod {
      width: 100%;
      margin-right: 0; }
    #body-wrap .header-content .prod-form-wrap .btn {
      margin: 5px auto;
      width: 200px; }
  #body-wrap .main .list-product-wrap .remove {
    width: 40px; }
    #body-wrap .main .list-product-wrap .remove .btn {
      width: 100%;
      padding: 0px;
      min-width: 10px; }
  #body-wrap .main .addit-price-wnd-wrap {
    width: 100%; }
    #body-wrap .main .addit-price-wnd-wrap .addWnd {
      padding: 20px 5px; } }

@media (max-width: 450px) {
  #body-wrap .main .list-product-wrap .remove {
    width: 30px; }
  #body-wrap .main .list-product-wrap .name {
    padding: 5px;
    width: 175px; }
  #body-wrap .instruction {
    padding: 5px 5px 0px; }
    #body-wrap .instruction .img-wrap {
      margin-top: 15px;
      max-width: 412px; }
      #body-wrap .instruction .img-wrap img {
        width: 90%; }
    #body-wrap .instruction .screens-wrap {
      width: 100%; }
      #body-wrap .instruction .screens-wrap .content-instruction {
        min-width: 100%; } }

.header-content .bg {
  position: fixed; }

.header-content .prod-form-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 20px; }
  .header-content .prod-form-wrap div {
    display: flex;
    margin-right: 10px; }
    .header-content .prod-form-wrap div .list-wrap {
      width: auto;
      min-width: 0; }
  .header-content .prod-form-wrap #price-prod {
    margin-right: 10px;
    width: 120px; }
  .header-content .prod-form-wrap .weight-wrap div {
    margin-right: 0; }
  .header-content .prod-form-wrap .weight-wrap #weight-prod {
    width: 130px;
    margin-right: 10px; }
  .header-content .prod-form-wrap .weight-wrap #list-type-weigth {
    width: 60px; }
  .header-content .prod-form-wrap .weight-wrap #weight-one {
    width: 130px; }

.main {
  margin-top: 10px; }
  .main .list-product-wrap {
    margin-top: 20px; }
    .main .list-product-wrap .name {
      padding: 5px;
      width: 200px; }
    .main .list-product-wrap .weight, .main .list-product-wrap .price {
      padding: 5px;
      width: 50px; }
    .main .list-product-wrap .remove-product {
      background: transparent;
      color: #FF7340;
      width: 50px;
      height: 100%; }
      .main .list-product-wrap .remove-product i {
        font-size: 15px; }
      .main .list-product-wrap .remove-product:hover {
        color: #eef0f7; }
    .main .list-product-wrap .header-grid {
      display: flex; }
      .main .list-product-wrap .header-grid p {
        font-size: 12px; }
      .main .list-product-wrap .header-grid .remove {
        width: 55px; }
    .main .list-product-wrap .prod-wrap {
      width: 100%;
      display: flex; }
      .main .list-product-wrap .prod-wrap:nth-child(2n+1) {
        background: #ededed; }
      .main .list-product-wrap .prod-wrap:hover {
        background: #24577B;
        color: #eef0f7; }
    .main .list-product-wrap .info-product {
      display: flex;
      height: 40px;
      align-items: center;
      cursor: pointer; }
      .main .list-product-wrap .info-product p {
        margin: 0; }

.change-all-price-wrap .addWnd {
  height: 300px; }

.change-all-price-wrap .checks-wrap {
  width: 100%;
  margin-bottom: 25px; }

.change-all-price-wrap label[for='change-price-input'] {
  font-size: 12px;
  opacity: 0.8; }

.change-all-price-wrap #change-price-action {
  white-space: pre; }

.instruction {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #fbfbfb;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  overflow: hidden;
  padding: 20px 20px 0px;
  box-sizing: border-box;
  z-index: 100; }
  .instruction .img-wrap {
    width: 100%;
    margin-top: 40px;
    height: 100%; }
    .instruction .img-wrap img {
      display: block;
      width: 90%;
      margin: 0px auto;
      border-radius: 8px;
      box-shadow: -3px -3px 12px #c8c8c8, 4px 4px 24px #b4b4c8; }
  .instruction .block-btn {
    justify-content: center;
    margin: 10px auto; }
  .instruction .btn {
    font-size: 20px; }
    .instruction .btn i {
      margin: 0; }
  .instruction .screens-wrap {
    display: flex;
    overflow: hidden;
    width: 414px;
    overflow-y: auto; }
    .instruction .screens-wrap .content-instruction {
      width: 100%;
      min-width: 414px;
      overflow: hidden;
      height: 780px; }
    .instruction .screens-wrap .left {
      animation: left 0.5s ease 0s 1 backwards; }
    .instruction .screens-wrap .right {
      animation: right 0.5s ease 0s 1 backwards; }

@keyframes right {
  0% {
    transform: translateX(400px); }
  100% {
    transform: translateX(0px); } }

@keyframes left {
  0% {
    transform: translateX(-400px); }
  100% {
    transform: translateX(0px); } }
  .instruction .screen_0, .instruction .screen_4 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }

.addit-price-wnd-wrap #quest {
  width: 50px;
  height: 25px;
  background: transparent;
  color: #24577B;
  font-size: 16px;
  padding: 0; }

.addit-price-wnd-wrap .addWnd {
  justify-content: flex-start;
  align-items: center; }
  .addit-price-wnd-wrap .addWnd h4 {
    margin-bottom: 0; }
  .addit-price-wnd-wrap .addWnd .addit-list {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px; }
  .addit-price-wnd-wrap .addWnd .block-btn {
    justify-content: space-around; }

.addit-price-wnd-wrap .list-addit-price {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 10px;
  padding-bottom: 20px; }
  .addit-price-wnd-wrap .list-addit-price h4 {
    margin-bottom: 15px; }
  .addit-price-wnd-wrap .list-addit-price .name {
    width: 200px; }
  .addit-price-wnd-wrap .list-addit-price .b {
    width: 40px;
    margin-right: 5px; }
  .addit-price-wnd-wrap .list-addit-price .head {
    font-size: 12px; }
  .addit-price-wnd-wrap .list-addit-price .added-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 5px; }
    .addit-price-wnd-wrap .list-addit-price .added-wrap .btn {
      width: 35px;
      height: 35px;
      padding: 0;
      min-width: 35px;
      margin-right: 10px; }
      .addit-price-wnd-wrap .list-addit-price .added-wrap .btn i {
        margin: 0; }
