/*обводка бегущей строки*/
.t1003__wrapper {
    border: 2px solid black;
}


/*кнопка загрузить еще*/
.t-store__load-more-btn {
    margin-top: 0px;
    display: none;
}


/*выравнивание цены*/
.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.t-store__card__price-wrapper {
    margin-top: auto;
}


/*высота видео*/
.t1061__wrap-video {
    height: 480px;
}
.t1061__wrap-video iframe {
    height: 480px;
}


/*квиз*/
/*.t336 .t336__textwrapper__content {*/
/*    transition: none;*/
/*}*/
/*.t336 .t336__textwrapper__content {*/
/*    padding-bottom: 99px;*/
/*}*/
/*.t336 .t336__button-container {*/
/*    opacity: 1;*/
/*    transition: none;*/
/*}*/
/*#rec1096520636 .t-img-select__control .t-img-select__text {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*}*/


/*отступы в товарах*/
.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__textwrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.t-store__card .t-typography__title {
    margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 480px) {
    .t778 .t-store__mobile-two-columns.t-store__grid-cont_mobile-grid {
        padding: 0 10px;
    }
}


/*описание на странице товара*/
.t-descr_xxs {
    font-size: 16px;
}
.js-store-prod-all-charcs{
    display:none !important;
}


/*разделы в каталоге*/
#rec1086285961 .t-align_center {
    text-align: left;
    margin-left: 10px;
}
#rec1086285961 .t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    text-decoration: underline 2px;
    text-underline-offset: 4px;
    color: #f0609c;
}


/*шапка*/
a.t280__menu__link {
    text-align: left;
}


/*выпадающее меню*/
.t794__content {
    padding: 24px;
}
.t794__list_item {
    margin-bottom: 16px;
}


/*отступ в карточках на главной — моб версия*/
@media screen and (max-width: 960px) {
    .t858__col {
        margin-bottom: 15px;
    }
}


/*отступы в карточках на странице о компании*/
.t1032 .t-card__title {
    margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
    .t1032__col {
        margin-bottom: 30px;
    }
}
.t1032__content {
    padding: 30px 0 30px;
}


/*кнопка в форме*/
.t-form .t-submit {
    width: 100%;
}

/*кнопка на заглушке*/
.t1120__button {
    width: 100%;
    justify-content: center;
}