#log_in_icon{
    display: flex;
}
.modal_auth{
    padding-top: 50px;
    width: 100%;
    top: 0;
    display: none;
    transition: .4s all;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    justify-content: center;
    left: 0;
}
.modal__block-auth{
    padding: 40px 30px 35px;
    background-color: #fff;
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: .4s all;
    width: 100%;
    transform: translateY(200%);
    max-height: 95%;
    height: auto;
    bottom: 0;
    position: absolute;
    max-width: 500px;
    border-radius: 20px 20px 0 0;
}
.modal__block-cls{
    display: block;
    width: 60px;
    height: 30px;
    flex: none;
    margin-left: auto;
    cursor: pointer;
    transform: translateY(-26px);
    border-radius: 0;
    position: absolute;
    top: 37px;
    right: 0;
}
.modal__block-cls::before,
.modal__block-cls::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 6px;
    left: 30px;
    background: #000;
    height: 17px;
}
.modal__block-cls::before {
    transform: rotate(45deg);
}
.modal__block-cls::after {
    transform: rotate(-45deg);
}
.modal__auth-check{
    text-align: center;
}
.auth__title{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 47px;
    margin-bottom: 20px;
    color: black;
}
.modal__auth-buttons {
    display: flex;
    justify-content: center;
}
.modal__auth-button {
    border: none;
    border-radius: 30px;
    background: #E3F0FA;
    box-shadow: 0px 4px 24px 0px rgba(32, 58, 125, 0.00);
    color: black;
    width: 100px;
    height: 45px;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px 15px;
}
.modal__auth-button:first-child {
    margin-right: 10px;
}
.auth__wrapper{
    text-align: center;
}
.auth__form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: -webkit-center;
    color: #838383;
    font-size: 14px;
}
.auth__form-label {
    margin-bottom: 20px;
    display: block;
    text-align: left;
    font-size: 14px;
}
.auth__form-input {
    width: 100%;
    margin-top: 5px;
    outline: none;
    height: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background: #f5f5f5;
    border-radius: 25px;
    border-style: solid;
    border-color: #dae7f1;
    border-width: 2px;
    padding: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.auth__form-btn {
    background: #e3f0fa;
    border-radius: 30px;
    padding: 12px 30px 12px 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0px 4px 24px 0px rgba(32, 58, 125, 0);
    color: #080809;
    text-align: left;
    font-size: 1rem;
    line-height: 130%;
    font-weight: bold;
    /*width: 150px;*/
    margin-bottom: 20px;
    border:none;
}
.auth__text {
    text-align: center;
    margin-bottom: 5px;
}
.auth__link {
    text-decoration: underline;
    transition: 0.3s;
    opacity: 0.8;
    cursor: pointer;
}
.auth__form-warning {
    display: none;
    color: #ef4c4b;
}
.order__modal-dishes{
    margin-bottom: 10px;

}

