body.uk-dark .uk-modal-dialog {
  background-color: #1D1D1B;
}
body.uk-dark .dark-theme-close path {
  stroke: white;
}
@media screen and (max-width: 640px) {
  .tm-width-30 {
    top: 20%;
    width: 100%;
  }
}
.tm-custom-upload.responsiv-uploader-fileupload.style-file-single {
  border: 2px dashed #C4C4C4 !important;
  border-radius: 30px;
  background-color: transparent;
}
.tm-custom-upload .upload-empty-message span {
  color: #56CCF2;
}
.tm-custom-upload .upload-empty-message a {
  color: #56CCF2;
  text-decoration: none;
  position: static !important;
}
.tm-hand-scale {
  transform: scale(-1, 1);
}
.part_img {
  max-height: 130px;
}
.footer__contacts div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: baseline;
}
.uk-button-default {
  border-radius: 3px;
}
.img_bordered {
  border-radius: 10px;
}
