.csh, .csh *, .csh :before, .csh :after {
  box-sizing: border-box;
}

.csh *:focus {
  outline: none;
}

.csh {
  margin: 0;
  font-family: sans-serif;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .csh {
    margin: -30px -30px 0 -30px;
  }
}
@media (max-width: 700px) {
  .csh {
    margin: -20px -20px 0 -20px;
  }
}
.csh .csh_select,
.csh .csh_input {
  padding: 8px 13px 7px;
  width: 100%;
  height: 41px;
  border: 1px solid #ececec;
  border-radius: 3px;
  font-size: 14px;
  background: #fafafa;
  color: #1a1a1a;
}
.csh .csh_add_form_btn {
  margin: 0 20px 40px;
  text-align: right;
}
@media (max-width: 610px) {
  .csh .csh_add_form_btn {
    text-align: center;
  }
}
.csh .csh_order_btn {
  margin: 0 20px;
}
.csh .csh_button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 6px 14px;
  border-radius: 2px;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background: #365EDC;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.csh .csh_button:hover {
  background: #5073e1;
}
.csh .csh_h3 {
  margin: 0 0 20px;
  text-align: center;
}
.csh .csh_form_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
  background: #365EDC;
}
@media (max-width: 610px) {
  .csh .csh_form_header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.csh .csh_form_header .csh_form_label {
  margin-right: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 670px) {
  .csh .csh_form_header .csh_form_label {
    margin-right: 10px;
  }
  .csh .csh_form_header .csh_form_label span {
    display: block;
  }
}
@media (max-width: 610px) {
  .csh .csh_form_header .csh_form_label {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .csh .csh_form_header .csh_form_label span {
    display: inline;
  }
}
.csh .csh_form_remove {
  margin: 0 0 0 20px;
  width: 100px;
}
.csh .csh_form_remove span {
  font-family: sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  cursor: pointer;
}
.csh .csh_form_remove span:hover {
  border-bottom: none;
}
.csh .csh_form_body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px 20px 15px 0;
  background: #fff;
}
@media (max-width: 400px) {
  .csh .csh_form_body {
    display: block;
    padding: 10px 20px;
  }
}
.csh .csh_form_label {
  flex: 0 0 auto;
}
.csh .csh_form_field {
  width: 100%;
}
.csh .csh_form_field_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 400px) {
  .csh .csh_form_field {
    flex: 0 0 100%;
  }
}
.csh .csh_form_left {
  padding-right: 30px;
}
.csh .csh_form_left img {
  width: 225px;
  height: 225px;
}
@media (max-width: 400px) {
  .csh .csh_form_left {
    padding-right: 0;
    text-align: center;
  }
  .csh .csh_form_left img {
    width: 150px;
    height: 150px;
  }
}
.csh .csh_form_right {
  width: 100%;
}
.csh .csh_form_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.csh .csh_form_fields .csh_form_label {
  margin-bottom: 5px;
}
.csh .csh_form_fields_item {
  margin: 0 0 10px;
  padding: 0 15px;
  width: calc(100% / 3);
}
@media (max-width: 660px) {
  .csh .csh_form_fields_item {
    width: calc(100% / 2);
  }
}
@media (max-width: 610px) {
  .csh .csh_form_fields_item {
    width: 100%;
  }
}
.csh .csh_form_price p {
  margin: 15px 0 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.csh .csh_form_price p > span {
  margin: 0 0 0 10px;
  font-weight: normal;
  color: #365EDC;
}
.csh .csh_form_price p > span span {
  font-size: 30px;
}
@media (max-width: 380px) {
  .csh .csh_form_price p > span span {
    font-size: 24px;
  }
}
@media (max-width: 610px) {
  .csh .csh_form_price {
    margin-left: -200px;
  }
}
@media (max-width: 400px) {
  .csh .csh_form_price {
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
.csh .csh_table {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .csh .csh_table {
    margin-bottom: 20px;
  }
}
.csh .csh_table table {
  width: 100%;
}
.csh .csh_table thead {
  background: #365EDC;
  color: #fff;
}
.csh .csh_table th, .csh .csh_table td {
  padding: 20px;
}
.csh .csh_table th {
  vertical-align: top;
}
.csh .csh_lastrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 380px) {
  .csh .csh_lastrow {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.csh .csh_total {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 380px) {
  .csh .csh_total {
    margin-bottom: 20px;
  }
}
.csh .csh_total > span {
  margin: 0 0 0 10px;
  font-weight: normal;
  color: #365EDC;
}
.csh .csh_total > span span {
  font-size: 30px;
}
@media (max-width: 380px) {
  .csh .csh_total > span span {
    font-size: 24px;
  }
}

.csh_modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*&_close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
  }*/
}
.csh_modal_outer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.csh_modal_window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 350px;
}
.csh_modal_container {
  padding: 15px;
  font-family: sans-serif;
  background: #efefef;
}
.csh_modal_header {
  margin: 0 0 20px;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  background: #365EDC;
  color: #fff;
}
.csh_modal .csh_input {
  padding: 0 10px;
  width: 100%;
  height: 50px;
}
.csh_modal .csh_button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 0;
  width: 110px;
  height: 42px;
  border-radius: 2px;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background-color: #365EDC;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.csh_modal .csh_button:disabled {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.csh_modal .csh_button:hover {
  background-color: #5073e1;
}
.csh_modal .csh_button:hover:disabled {
  background-color: #365EDC;
}
.csh_modal .csh_button.csh_loading {
  background-image: url("data:image/gif;base64,R0lGODlhEAALAPQAADZe3P///1J04Fp64kVq3vn6/f///9nh95es7LLB8WuI5ePo+cPP9JGn66+/8GiG5ODm+Pr7/cDM80ht31N14T1k3dHa9lBz4D9l3W6L5YCZ6F5+4kJo3gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAALAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQACwABACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQACwACACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQACwADACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAALAAQALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkEAAsABQAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAALAAYALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkEAAsABwAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA");
  background-repeat: no-repeat;
  background-position: center;
}
.csh_modal_row {
  margin: 0 0 20px;
}
.csh_modal_row:last-child {
  margin-bottom: 0;
  text-align: center;
}
.csh_modal_label {
  margin-right: 20px;
  color: #1a1a1a;
}
.csh_modal_result {
  text-align: center;
}

.csh_hidden {
  display: none !important;
}

/*# sourceMappingURL=app.css.map */
