@media (min-width: 1200px) {
.t-store__relevants__container .t-container:not(.t-slds__main) {
    max-width: calc(100% - 60px);
}
.t-store__relevants__container .t-col {
    margin: 0 !important;
}
.t-store__relevants-grid-cont > .t-slds {
    width: 100%;
}
.t-slds__main.t-container {
    max-width: 100% !important;
}
.t-slds__arrow.t-slds__arrow-right {
    left: unset !important;
    right: -15px !important;
}
.t-slds__arrow.t-slds__arrow-left {
    left: -15px !important;
    right: unset !important;
}
.t-store__relevants-grid-cont .t-store__card {
    max-width: calc(100% - 20px) !important;
    margin: 0 10px !important;
}

input.t-catalog__prod__quantity-input {
  width: auto;
  min-width: 60px;
}

.t706__auth {
  border-radius: 5px;
}
