.is_bot {
  text-align: center;
}

a.warranty-order__btn-submit, .warranty-order__btn-submit {
  max-width: 200px;
  margin: 20px 0 0;
}

.thnx_page .warranty-order__btn-submit {
  margin: 10px 0 20px 0;
}

a.warranty-order__btn-submit {
  display: none;
}

.no-empty a.warranty-order__btn-submit {
  display: block;
}

.warranty-order {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.clear__btn .btn__bg {
  background: lightseagreen;
}

.error .filter-cell__error {
  display: block;
}

.callback .filter-cell__label, .checkout .filter-cell__label, .warranty-order .filter-cell__label {
  top: 0;
}

.file_input .btn-tertiary {
  color: #555;
  padding: 0; /*line-height:40px;*/
  width: auto;
  margin: auto;
  display: block;
  border: 1px dotted #555;
  background: none;
  text-align: center;
}

.file_input {
  margin-bottom: 24px;
}

.file_input .btn-tertiary p {
  text-decoration: underline;
}

.file_input .btn-tertiary small {
  font-size: 10px;
}

.file_input .btn-tertiary:hover, .file_input .btn-tertiary:focus {
  color: #888;
  border-color: #888;
}

.file_input .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file_input .btn-tertiary {
  margin: 5px 0;
}

.file_input .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}

.file_input .input-file + .js-labelFile .icon:before {
  content: "\f093";
}

.file_input .input-file + .js-labelFile.has-file .icon:before {
  content: "\f00c";
  color: #5AAC7B;
}

.file_input .img-wrap img {
  max-width: 80px;
  margin: 20px 2px 0;
}

.container-block ul > li::before {
  content: "";
  text-indent: 0;
  margin-right: 0;
}

.file_input #uploadImagesList {
  display: block;
}

.file_input #uploadImagesList li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 5px;
  border: solid 1px #ededed;
}

.file_input #uploadImagesList li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: inherit;
}

.file_input .delete-link {
  position: absolute;
  background-color: #000;
  top: -12px;
  right: -13px;
  border: 1px solid #888;
  border-radius: 50%;
  padding: 3px;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
}

.file_input .delete-link i {
  font-style: normal;
}

.load-wrapp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.load-wrapp p {
  padding: 0;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 4px 8px;
}

.load-3 {
  opacity: 0;
}

.wait .load-3 {
  opacity: 1;
}

.wait .btn__text {
  opacity: 0;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.policy_info {
  font-size: 14px;
  color: #979797;
  padding: 20px 0;
}

.policy_info a {
  color: #979797;
  text-decoration: underline;
  cursor: pointer;
}

.warranty-order__btn-submit {
  margin-left: 0 !important;
}

.reclamation .filter-cell__label {
  top: 0 !important;
  font-size: 14px;
}

.error .filter-cell__error {
  display: block !important;
}

.reclamation .filter-cell__label {
  top: 0 !important;
  font-size: 14px;
}

.error .filter-cell__error {
  display: block !important;
}

.file_input {
  position: relative;
}
.file_input .filter-cell__error {
  top: -17px;
  left: 0;
}

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