#allrecords a {
    color: #a32d2a;
    text-decoration: none;
}

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

.t-name_xs {
    font-size: 18px;
    line-height: 1.35;
}

.t-name {
    font-family: 'inter',serif;
    font-weight: 600;
    color: #000000;
}


.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}


.t-descr {
    font-family: 'inter',serif;
    font-weight: 300;
    color: #000000;
}


.t-input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}


.t-input {
    font-family: 'inter',serif;
}

.t-text_xs {
    font-size: 12px;
    line-height: 1.55;
}


.t-submit {
    font-family: 'inter',serif;
}


.t-descr {
    font-family: 'inter',serif;
    font-weight: 300;
    color: #e18886;
}


.t-descr {
    font-family: 'inter',serif;
    font-weight: 300;
    color: #000000;
}


.t-text {
font-size: 12px;
}

@media screen and (max-width: 480px) {
.t-store__prod-snippet__container {
    padding-top: 10px;
}
}

@media (min-width: 481px) and (max-width: 2000px) {
.t-store__prod-snippet__container {
    padding-top: 20px;
}
}