*  {
    margin: 0;
    padding: 0;
}

body, html  {
    width: 100%;
    height: 100%;
}

#wrapper  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wrap  {
    display: flex;
    width: 100%;
}

caption  {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

ul  {
    list-style: none;
}

a  {
    text-decoration: none;
    color: #649FD6;
    outline: none;
}

/*p  {text-indent: 15px;}*/

.hideme, .payment>br  {
    display: none;
}

.wrong  {
    color: red;
    border: 1px solid red;
}

.success  {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #669933;
    border-radius: 100%;
}

.checked  {
    opacity: 0.5;
}

footer  {
    width: 95%;
    margin: auto auto 0 auto;
    background-color: #E7F7BC;
    text-align: center;
}

/*>Всплывающие окна*/
.popUpButton, .ok, .no, .prev, .next, .logout  {
    cursor: pointer;
}

.ok, .no, .prev, .next  {
    display: inline-block;
    padding: 10px;
    margin-top: 25px;
}

.ok, .next  {border: 1px solid #009A22; color: #009A22;}

.no, .prev  {border: 1px solid #B51E1E; margin-right: 20px; color: #B51E1E;}

.shadow  {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(128, 128, 128, 0.50);
    z-index: 100;
}

.closeBtn  {
    position: absolute;
    top: -25px;
    right: -25px;
}

.popUpWindow  {
    display: none;
    position: relative;
    margin: 5% auto 15%;
    width: 50%;
    background-color: #F4DC93;
    border-radius: 5px;
    z-index: 1000;
}

.popUpWindowContent  {
    text-align: center;
    padding: 25px 10px 10px 10px;
}

input[type="radio"]  {margin: 0 5px;}
input[value="prePay"]  {margin-left: 15px;}

.popUpWindowContent input[type="text"], .popUpWindowContent input[type="password"], .popUpWindowContent input[type="date"], .popUpWindowContent textarea, .payment  {
    height: 30px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.popUpWindowContent textarea  {height: auto;}

.popUpWindowContent table  {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.popUpWindowContent li:last-child  {
    width: max-content;
}

.errorMessage  {
    display: none;
    position: absolute;
    width: 80%;
    top: 25%;
    left: 50%;
    margin-left: -42.5%;
    background-color: #F4DC93;
    outline:  1px solid red;
    z-index: 9999;
    padding: 5px;
    text-align: center;
}

.closeErrorMessage {
    width: 25%;
    margin: 5px auto;
    border-radius: 5px;
    outline:  1px solid #D58A33;
    padding: 5px;
    cursor: pointer;
}

.hideDropList  {
    position: fixed;
    right: -200%;
    padding: 5px;
    border: 2px solid black;
    border-radius: 50%;
    top: 10px;
    background-color: #cc0000;
    cursor: pointer;
}
.dropList  {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 80%;
    overflow-y: auto;
    left: -2500%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    border: 1px solid #9B410E;
    z-index: 100;
}

.dropCatalog, .dropMenu, .dropMenuCategories  {
    flex-basis: 100%;
    padding: 5px 10px;
    background-color: #F4DC93;
    border-radius: 5px;
    border: 1px solid #9B410E;
}

.dropCatalog  {background: #e7f7bc;}

.dropCatalog .directory  {
    margin: 5px 0;
}

.dropCatalog .product  {
    margin: 5px 0;
}

.dropList ul li  {
    margin: 10px;
    min-width: 170px;
    text-align: center;
}

/*<Всплывающие окна*/

.orderButtons  {
    margin: 0 auto;
}

.cancel  {
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 15px;
    color: white;
    background-color: #b53737;
    
}

.cancel:hover  {
    color: green;
    background-color: #d95252;
}

.orderForm, .orderProducts  {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 500px;
    border: 1px solid gray;
    list-style: none;
    margin-left: 25%;
}

.orderForm li  {
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
}

.formInput  {
    margin: 0 auto;
    width: 300px;
    height: 50px;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid grey;
}

#successOrder  {
    display: none;
    border: 1px solid green;
    background-color: #d6d4d4;
    position: fixed;
    top: 25%;
    left: 40%;
    right: 40%;
    padding: 30px 20px 50px;
    color: green;
}

#ok  {
    position: absolute;
    bottom: 5px;
    left: 45%;
    padding: 5px;
    border: 1px solid grey;
}

#ok:hover, #ok:active  {
    background-color: green;
    color: white;
    border-color: white;
    cursor: pointer;
}

.fog  {
    display: none;
    position: fixed;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(169, 169, 169, 0.9);
    z-index: 100;
    border: 5px solid rgba(61, 139, 61, 0.75);
}

footer  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footerInformation li:not(:first-child)  {margin-top: 5px;}

footer div  {
    margin: 10px 20px;
    min-width: 200px;
}

.copyright  {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright div  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright>span:first-child  {
    margin-left: 50px;
    margin-right: 25px;
}

.attantionMessage  {display: none; position: fixed; right: 25px; bottom: 25px; width: 30%; background-color: #439ACF; border-radius: 15px; border: 2px solid red; box-shadow: -10px 10px 55px black; color: #ffffff; text-align: center; padding: 10px 5px;}


.adminContextMenu  {
    display: none;
    position: absolute;
    border: 2px solid #D58A33;
    border-radius: 5px;
    background-color: #e7f7bc;
    text-align: center;
    box-shadow: 1px 1px 5px #D58A33;
    z-index: 1000;
}
.adminContextMenu li  {
    margin: 10px auto;
    padding: 10px;
}
.adminContextMenu li:not([data="title"]):hover  {
    background-color: #86A13D;
    cursor: pointer;
}