.t-name {
    font-family: 'Inter';
    font-weight: 500;
    color: #000000;
}

/*Код на картинки в карточке*/
.js-store-prod-all-text span[style="color: rgb(0, 0, 0);"] {
  margin-right: 10px;
}
.js-store-prod-all-text span[style="color: rgb(0, 0, 0);"]:before {
  content: url(https://static.tildacdn.com/tild3639-3362-4461-a365-383166646464/photo.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.js-store-prod-all-text span[style="color: rgb(0, 0, 1);"] {
  margin-right: 10px;
}
.js-store-prod-all-text span[style="color: rgb(0, 0, 1);"]:before {
  content: url(https://static.tildacdn.com/tild6338-6437-4663-b231-353966313834/_.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.js-store-prod-all-text span[style="color: rgb(0, 0, 2);"] {
  margin-right: 10px;
}
.js-store-prod-all-text span[style="color: rgb(0, 0, 2);"]:before {
  content: url(https://static.tildacdn.com/tild3034-6133-4361-a132-383665386531/_.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 12px;
    }
}

.t-descr {
    font-family: 'Inter';
    font-weight: 400;
    color: #000000;
}


.t-input {
    font-family: 'Inter';
}

.t-select {
    font-family: 'Inter';
}

.t-align_center {
    text-align: left;
}