.body{
    background-color: rgb(245, 245, 245);
    text-align: center;
}


.product_list{
    --product-mobile-width: auto;
    --product-card-min-width: 70%;
    display: inline-block;
    grid-template-columns: repeat(auto-fill, minmax(var(--product-card-min-width), 1fr));
    grid-gap: var(--padding-medium);
    height: auto;
}
.img {
    display: block;
    height: 62%;
    object-fit: cover;
    width: 100%;
}
.product_main, .product_text {
align-items: stretch;
display: flex;
flex-direction: column;
flex-grow: 1;
flex-wrap: nowrap;
justify-content: stretch;
}
.product_main {
padding: 10px;
}
.product_title{
padding: 10px 0px 10px 0px;
font-size: var(--product-title-font-size, var(--font-size-medium));
font-weight: 700;
font-size: 25px;
line-height: var(--product-title-line-height, 1.1);
}
.product_data, .product_info {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
.title{
    height: 100px;
    /* min-height: 250%;
    max-height: 300%;     */
    background-color: brown;
    /* height: 100px;  */
    text-align: center;
    line-height: 0;
    font-size: 200%;
    margin: 0px -10px 0px -10px;
    max-width: 120%;
}
.text{
    margin-top: 10px;
    /* margin-right: 300px; */
    background: #ffffff; /* Цвет фона */
    width: auto; /* Ширина */
    margin:auto ; /* Отступы */
    padding: 50px ; /* Поля сверху и снизу */
    text-align: center; /* Выравнивание по центру */
    font-size: xx-large;

    display: inline-block; /* Строчно-блочный элемент */
    border-radius: 25px;
    position: relative;
   
    }
.counter_price{
    align-items: center;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    line-height: 25px;
    transition: background .25s ease;
    width: 100%;
    border-radius: 25px;
    border-color: rgb(245, 245, 245);
    height: 100%;
    padding: 10px 18px;
    
    
    
}
.two {

    border-radius: 25px;
    background: #ffffff; /* Цвет фона */
    width: 300px; /* Ширина */
    margin:10px; /* Отступы */
    padding:10px ; /* Поля сверху и снизу */
    text-align: left; /* Выравнивание по центру */
    display: inline-block; /* Строчно-блочный элемент */
}      
.catalog{
    width: auto;
    height: 415px;
    background-color: #ff000038;
    border-radius: 25px;
    font-size: 35.5px;
    padding: 10px;
    margin: 10px;
    display:inline-block;
}

#content{
position: relative;
right: 0px;
padding: 10px 2% 10px 2%;
margin: 5%  0 5% 0;
/* border: 1px solid #000; */
width: 100%;
max-width: 1500px;
display: inline-block;
text-align: left;

}
#menu {
    padding: 10px 2% 10px 2%;
    margin: 148px 2% 5px 10%;
    background-color: rgb(231, 232, 236);
    border: 1px solid #000;
    width: auto;
    display: inline-block;
}
#position{
    margin:auto;
    position: center;
    
    
}
/* Добавить черный цвет фона для верхней навигации */
.topnav {
    background-color: #333;
    line-height: 0.7;
    font-size: 130%;
    margin: 0px -10px 0px -10px;
    overflow: hidden;
}

/* Стиль ссылок внутри панели навигации */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
   
    /* font-size: 40%; */
}

/* Изменение цвета ссылок при наведении курсора */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Добавить цвет для активной/текущей ссылки */
.topnav a.active {
    background-color: #741d1d;
    color: white;
    
}
.title_information{
    font-size: x-large;
}


