body .h__item_sub {
    display: inline-block;
    white-space: nowrap;
    color: #cc95ff;
    font-size: medium;
    letter-spacing: 2px;
} /*второе меню*/

body .header__contact{
    color: var(--light);
    font-size: 1.6em;
    line-height: 120%;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}/*контакты в header*/

body .item-main-page__title.title-item{
    font-size: x-large;
    min-width: 200px;
    white-space: normal;    
} /*заголовок товара*/

body .item-main-page__characteristics li {
    font-size: 1.2em;
    line-height: 110%;
    text-align: right;
} /*вес*/

body .item-main-page__price.title-item{
    font-size: x-large;
} /*цена*/

body .item-main-page__desc{
    font-size: 120%;
} /*Первое описание*/

body .item-main-page__text-block{
    font-size: 1.4em;
    line-height: 110%;
    text-align: justify;
    max-width: 13em;
    text-transform: uppercase;
}/*Второе описание*/

.group_jc{
    display: flex;
}
.header-address{
    color: #fff;
    margin-right: 20px;
}
.header__contact--phone{
    letter-spacing: 1px;
}
.header_address-group{
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    body .header_address-group{
        width:100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    body  .header-address{
     margin-left: 10px;
     font-size: 90%;
    }
    body .header__contact--phone{
        font-size: 100%;
    }
    .title_and_icon{
       font-size: 85%;
    }
    .ttitle{
        width: max-content;
    }

    .group_jc{
        display: flex;
        flex-direction: column;
        align-items: end;
    }

}