table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
#RESERVE_ACCOUNT .form-right input[type="submit"] {display: none;}
#RESERVE_ACCOUNT .form-right input[type="submit"].active {display: block;}
#RESERVE_ACCOUNT .label-check a {margin-left: 3px;}
.reservation_conditions {
    color: #00b7c1;
    margin-left: 5px;
}
.reservation_conditions_modal .popup {
    max-height: 80vh;
}
.reservation_conditions_modal .popup__plate {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    text-align: left;
}
#RESERVE_ACCOUNT .label-list-head {
    z-index: unset;
}
#RESERVE_ACCOUNT input::placeholder {
    color: #00d0d8;
}
input[name="sms_confirm"] {
    border: 2px solid #00a1a3;
    border-radius: 30px;
    padding: 14px 23px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    color: #00d0d8;
    margin-top: 30px;
    max-width: 180px;
    letter-spacing: 18px;
}
.no_sms {
    margin-top: 20px;
}
#feedback_modal button.send_sms_more {
    margin: 20px auto 0;
}
#countdown {
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.4em;
    width: 20px;
}


.open-acc-form form {
    border-radius: 0;
    background: var(--teal-dark);
}
.open-acc-form.overlay form {
    width: 100%;
}
.open-acc-form .label-check {
    flex-direction: row;
    flex-wrap: wrap;
}
.open-acc-form .label_check_wrap {
    padding-left: 0;
    text-align: left;
}
.open-acc-form label, .open-acc-form .form-right, .label-list {
    padding-left: 0;
}
.open-acc-form label, .open-acc-form .form-right, .label-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.open-acc-form label span, .open-acc-form .form-right span, .label-list span {
    width: auto;
    padding-top: 0;
    margin-right: 0;
    max-width: none;
}
.no_inn {
    display: none;
}
.no_inn.active {
    display: block;
}