body,html{
    background-color: #1C2432;
    color: white; 
}


.black{
    color:black;
}

.white{
    color: white;
}


.logo{
    width: 50px;
    vertical-align: middle;
}

.logo1{
    width: 20px;
    vertical-align: middle;
}
#logo1{
    background-image: 'https://cdn-icons-png.flaticon.com/512/694/694985.png';
}
#button{
    background-color: transparent;
    border: none;
}
a{
    text-decoration: none;
}


#redy{
    background-color: #1a3265;
    font-size: 24px;
    text-align: center;
    border-radius: 20px;
}

.category::after{
    padding: 0 20px;
    content: '|';
}
.category:last-child::after {
    content: none; /* Или content: ""; */
}

#right{
    display: inline;
    position: absolute; 
    right: 0px;
}

.headers{
    display: inline;
    margin-left: 50px;
    background-color: #c3c3c3;
    padding: 5px;
    border-radius: 100px;
    color:black;
    font-size: 24px;
}

#vkusno{
    background-color: rgb(58, 58, 58);
    border-radius: 20px;
    height: 24px;
    color: white;
}

#warn{
    border: 2px solid white;
    padding: 0 40px 0 40px;
    align-self: center;
    background-color: #6f2121;
    font-size: 36px;
    text-align: center;
    border-radius: 20px;
}
.revelevance{
    background-color: #b0acac;
    border-radius: 25px;
    max-width: fit-content;
    padding: 10px;
}
.otdo{
    background-color: #b0acac;
    border-radius: 25px;
    width: 30px;
    padding: 10px 30px;
}

#sort{
    color: black;;
    background-color: #c2c1c1;
    text-align: center;
    max-width: 300px;
    border-radius:20px;
    display: inline-block;
    position: fixed;
}
#submit{
    border: 2px solid black;
    background-color: #37c1ff;
    text-align: center;
    border-radius: 100px;
    font-size: 18px;
    padding: 10px 50px;
    margin-bottom: 5px;
}


.cards{
    background-color: #423737;
    width: min-content;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin: 40px 0 0 40px;
}

.cards-image{
    margin: 20px ;
    width: 200px;
    height: 200px;
}

.old{
    margin-right: 10px;
    text-decoration: line-through;
    color:red;
}

.new{
    font-size: 30px;
}

@media (max-width: 480px) {
    #vhod_text{
        display: none;
    }
    .headers{
        margin-left: 12px;
    }
    #tovar {
        display:none;
    }
}
.inline{
    display: inline-block;
    width: fit-content;
    margin-right: 400px;
}

footer{
    margin-top: 200px;
}


