.safari h1,
.safari h2,
.safari h3,
.safari h4,
.safari h5,
.safari h6 {
  letter-spacing: -1px;
}

.top-20 {
  top: 20px
}

.right-20 {
  right: 20px
}

.ds {
  top: 73px
}

.form-wrapper.float-label input:-webkit-autofill,
.form-wrapper.float-label input:-webkit-autofill:hover,
.form-wrapper.float-label input:-webkit-autofill:focus,
.form-wrapper.float-label textarea:-webkit-autofill,
.form-wrapper.float-label textarea:-webkit-autofill:hover,
.form-wrapper.float-label textarea:-webkit-autofill:focus,
.form-wrapper.float-label select:-webkit-autofill,
.form-wrapper.float-label select:-webkit-autofill:hover,
.form-wrapper.float-label select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 0px #000 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 425px) {
  .butn-mnw-200 {
    width: 170px
  }
}

.table-container {

  overflow-x: auto;
}

#get_mar .data-block--container.table-container.relative {
  overflow: unset;
}