.menu__list.black a {
    color: #000000;
}

.number.black {
    color: #000000;
}

.time-label.black {
    color: #000000;
}

.edit-ordered {
    background-color: #ff4c5b !important;
}
.work-time{
	display:none;
}
.work-time caption h3{
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 202.8%;
    color: #000000;
    text-align: start;
}

.modal_right-header {
    cursor: pointer;
}

.menu_mobile {
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    height: 100%;
    position: absolute;
}

.menu_mobile-list {
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.menu_mobile-list a {
    text-decoration: none;
    color: #060606;
    font-family: 'DIN pro';
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu_mobile-close {
    font-size: 18px;
    align-self: flex-end;
    margin-right: 15px;
    margin-top: 5px;
    padding: 10px;

}


.modal-label {
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 202.8%;
    color: #000000;
    text-align: start;
}

.header {
    margin-top: 15px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #060606;
    text-align: center;
    width: 80%;
    margin-bottom: 15px;
}

.main input {
    width: 100%;
    height: 52px;
    font-family: 'DIN Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(67, 67, 67, 0.89);
    border: 1px solid rgba(217, 217, 217, 0.89);
    border-radius: 60px;
    padding-left: 30px;
    margin-bottom: 16px;
}

.main .recall-label{
    color: rgba(6, 6, 6, 0.46);
}

.main .recall-check {
    margin-left: 30px;
}


.twice-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.twice-col input {
    width: 48%;
}

#place {
    background: url('img/calendar-pick.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    padding-left: 50px;
    cursor: pointer;
}

.modal {
    /*
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: fit-content;
    flex-direction: column;*/
}

.modal table {
    z-index: 100;
    width: 100%;
}

.modal td {
    padding: 10px;
    background-color: #FFE193;
    height: 54px;
}

.modal-body {
    /*
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;*/
}

.modal {
    font-family: 'DIN Pro';
    max-width: 600px !important;
}

.close {
    font-size: 40px;
    align-self: flex-end;
    margin-right: 20px;
    margin-top: 10px;
}

#date-pick {
    font-size: 22px;
    border: 3px solid rgba(255, 184, 0, 0.63);
    border-radius: 60px;
    color: #060606;
    gap: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.modal tr {
    height: 54px;
}

.recall-check {
    margin-bottom: 0px;
}



.record-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.record-body__error {
    display: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ca0000;
    margin-bottom: 20px;
}
.record-body__error > a {
    font-weight: 400;
    color: blue;
    text-decoration: underline;
}

.content-button {
    margin-top: 30px;
}

.modal-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-button button {
    font-size: 14px;
    padding: 10px 30px;
    background-color: #FFB800;
    color: #060606;
    box-shadow: none;
    border: none;
    border-radius: 30px;
}

.place-sess-reserved {
    background-color: #69a269 !important;
}

#address_select {
    font-size: 20px;
    border: 3px solid rgba(255, 184, 0, 0.63);
    border-radius: 60px;
    color: #060606;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

#address_select {
    background-image: url('img/map-pick.png');
    background-repeat: no-repeat;
    background-position-y: 0.5px;
    background-position-x: 1px;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}



.legend {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.legend-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}


.legend-row div {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.legend-free {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFE193;
}

.legend-br {
    background-color: #ffb904;
}

.legend-reserved {
    background-color: #69a269 !important
}

.legend-nofree {
    background-color: #ff4c5b !important
}

.legend-header {
    width: 100%;
    text-align: center;
    font-family: 'DIN Pro';
    font-size: 20px;
    font-weight: 500;
    color: #060606;
}

.legend-info {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.info-row {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'DIN Pro';
    font-size: clamp(8px, 2vw, 13px);
    color: #060606;
    margin-bottom: 10px;
}

.info-row img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal_0-header {
    font-size: 21px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.modal_1-header {
    margin-bottom: 10px;
    text-align: center;
}

.modal_0-row {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-top: 20px;
}

.modal_0_button {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #FFB800;
    color: #060606;
    box-shadow: none;
    border: none;
    border-radius: 30px;
}

.modal_0-desc {
    padding: 30px 10px;
    text-align: center;
    font-weight: bolder;
}

td {
    text-align: center;
}

td img {
    width: 30px;
    height: 30px;
}

.place-nosess-reserved {
    background-color: #ff4c5b !important; /* значение которое было желтое #ffb904 */
}


.recall-check {
    display: flex !important;
}

@media screen and (max-width: 600px) {

    td img {
        transform: scale(0.7);
    }

    td {
        padding: 2px;
        font-size: 10px;
    }

    .info-row img {
        margin-right: 3px;
    }
    .twice-col {
        flex-direction: column;
        width: 100%;
    }

    .twice-col input {
        width: 100%;
		height:32px;
    }
	.record-body input{
		height:32px;
	}

    .record-body {
        width: 80%;
    }

    .modal {
        padding: 15px 5px !important;
        margin-top: 6px !important;
        vertical-align: top !important;
        width: 96% !important;
    }
    
    .modal a.close-modal {
    top: -5px !important;
    right: -6px !important;
    }
    
    .blocker {
        padding: 0 !important;
    }
    
    .modal td {
        padding: 0px;
        height: 32px;
        text-align: center;
    }

    .modal tr {
        height: 32px;
    }
	#place{
		background-position: 16px 5px;
	}
	.main .recall-check{
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 0px;
	}
	.content-button{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/* календарь */

.add-to-calendar {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
}

.add-to-calendar:hover {
  background-color: #3367D6;
}
