@media only screen and (min-device-width : 721px) {
    .abzac {
    text-indent: 154px;
}
.abzac2 {
    text-indent: 72px;
}
.abzac3 {
    text-indent: 182px;
}
.abzac4 {
    text-indent: 72px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 720px) {
.abzac {
    text-indent: 0px;
}
.abzac2 {
    text-indent: 0px;
}
.abzac3 {
    text-indent: 0px;
}
.abzac4 {
    text-indent: 0px;
}
}

.menu[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #151515 !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: 0px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 0px !important; 
}

.menu[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #c43530 !important;
    /* толщина и цвет подчеркивания после наведения */
    border-bottom: 0px solid transparent !important;
    /* отступ между ссылкой и подчеркиванием после наведения */
    padding-bottom: 0px !important; 
}

#rec548481307 .t-store__parts-switch-btn.t-active {
    padding: 10px 20px;
    margin: 3px;
}

.t-store__parts-switch-wrapper {
    text-align: left !important;
    margin-left: 15px;
    margin-bottom: 40px;
}
