@charset "utf-8";
/* CSS Document */
.menu_divider {border-bottom: 1px dotted #f0f0f0; margin-bottom: 15px;}
#products .product-item, #products .category-item {border-color: #f0f0f0;}
#product a.button, #products a.button {display: none;}
div.price {color: #666;}
body .infoDigits {color: #999;}
#footer #footer-text, #footer #project-info, #footer #project-info a {text-shadow: none; }
#feedback table th,#feedback table td {border: none;}

.poisk p {
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    padding: 10px 0px;
    color: white;
    background: #393185;
}

.poisk--second p {
    background: #fbef53;
}

.poisk--second a {
    color: #393185;
}
#additional-info {
    display: flex;
    justify-content: space-between;    
}