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

.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border-radius: 24px;
    box-shadow: 0px 7px 23px 0px rgb(148 148 148 / 10%)
}


.t802__hover-filter {
    width: 100%;
    height: 100%;
    background-color: #3080F5;
    opacity: .8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 24px;
    box-shadow: 0px 7px 23px 0px rgb(148 148 148 / 10%)
}

.t802__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 24px;
    box-shadow: 0px 7px 23px 0px rgb(148 148 148 / 10%)
}

.t-btn_sm {
    height: 0px;
    font-size: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
/*Мобильная шапка. Рсположение иконки*/
.t280__menu__content {
    padding: 24px 40px;
}
/*О нас. Превью сотрудника. Синий подзаголовок*/
.t649 .t649__uptitle {
    margin-top: 15px;
    margin-bottom: 0;
    color: #3080f5;
}
/*О нас. Превью сотрудника. Скругление углов и тень*/
.t649__blockimg_1-1 {
    padding-bottom: 100%;
    border-radius: 24px;
    box-shadow: 0px 7px 23px 0px rgb(148 148 148 / 10%)
}
/*Новости. Превью новости. Размер заголовка*/
.t-heading_sm {
    font-size: 24px;
    line-height: 1.2;
}