h1, h2, h3, h4 { letter-spacing: .02em; }

/*Оформление меню шапки*/
#rec723792314 a:not(.tn-atom) {  
text-decoration:none;
display: inline-block;
line-height: 0.9em;
color:#894615;
}
#rec723792314 a:not(.tn-atom):after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #894615;
    transition: width 0.3s ease-in-out;
}
#rec723792314 a:not(.tn-atom):hover:after, a:not(.tn-atom):focus:after { width: 100%; } 

#rec628640103 a:not(.tn-atom) {  
text-decoration:none;
display: inline-block;
line-height: 0.9em;
color:#894615;
}
#rec628640103 a:not(.tn-atom):after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #894615;
    transition: width 0.3s ease-in-out;
}
#rec628640103 a:not(.tn-atom):hover:after, a:not(.tn-atom):focus:after { width: 100%; } 


/* Выпадающее меню */
.uc-menu a:hover {
    border-bottom: 1px solid;
}


/* Оформление футера */
#rec606345285 .t134__descr { 
    letter-spacing: normal !important;
    font-family: 'Roboto';}
    
    
/* Контакты */
#rec626050125 .t-submit {
    font-size: 1.5em; 
    letter-spacing: 1px;
    font-weight: normal;
}
.uc-line { 
    padding-bottom: 0px;
    margin-bottom; 0px;}


/* Размер заголовка на видео
#rec606178727 h1 { 
    font-size: 3.5em;
    letter-spacing: .0em;
    display: inline-block;
    background: #6a5049;
    padding: 10px 20px;
} */


.t-descr_xxs {
    font-family: 'Roboto';
}


/* Оформление фильтров */
/* заголовки */
.t-store__filter__item-title {
    font-weight: 800 !important;
    border-bottom: solid 2px #e6e2cc;
}
/* пункты */
.t-store__filter__item-controls-container {
    padding: 0;
    margin-top: 0px;
}
/* чекбокс */
.t-checkbox__indicator {
    vertical-align: text-bottom !important;
    height: 16px !important;
    width: 16px !important;
    border: 2px solid #111 !important;
    opacity: 0.3 !important;
    margin-right: 6px !important;
    border-radius: 4px;
}
.t-store__card .t-typography__descr {
    letter-spacing: 0.5px;
}


/* Попап выбранных фильтров */
.t-store__filter__chosen-bar {
    font-family: 'Roboto' !important;
}


/* Сообщение об отсутствии результата фильтрации */
.t-store__empty-part-msg-wrapper {
    border: none !important;
    font-size: xxx-large;
}


/* Заголовок карточки товара в моб. верс. */
@media (max-width: 978px) {
    .uc-card h1 {
        font-size: xxx-large;
        line-height: 1;
    }
}