.image-link{
    width: 50%;
    height: auto;
    min-height: 61.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.reservation-button-alt{
	display:none!important;
}
.image-link.full-width{
    width: 100%;
}
.button{
    height: 60px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #ffffff;
    white-space: nowrap;
    font-weight: 400;
    transition: background .3s, color .3s;
    text-transform: uppercase;
}
.button p{
    line-height: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
} 
.img-responsive{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.button.main-color{
    color: #FFF;
}
.reservation__btn-submit:hover,
.button:hover {
    background: #000;
}
.button.darck-color{
    border-color: #000;
    color: #000;
}
.reservation__btn-submit:hover,
.button.darck-color:hover{
    color: #FFF;
}
.row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.subscribe-form__input{
    height: 50px;
    width: 210px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 12px;
    border: 1px solid #000;
    background: transparent;
    white-space: nowrap;
    font-weight: 400;
    transition: background .3s, color .3s;
    padding: 10px 50px;
}
.subscribe-form__input::placeholder{
    color: #000;
    opacity: 1;
}
.slider-images {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
}
.slider-images > li {
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
.text-container.alt-color{
    background-color: #E0DFDF;
}
.text-container_text .btn-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.row-3 > div,
.row-2 > div{
    width: 100%;
}
.row-3.home-row > div{
    height: calc(var(--vh, 1vh) * 100);
}
.text-container{
    flex-wrap: wrap;
    min-height: 500px;
    background-color: #FFF;
}
.second{
    order: 100;
}
.map-cont{
    min-height: 125vw;
}

.planogram{
    display: none;
}
.reservation-cont{
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 16px 0px 16px;
    background: #fff;
}
.reservation__header{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reservation__img,
.reservation__img-planogram
{
    margin-bottom: 35px;
}

.reservation__img img,
.reservation__img-planogram img
{
    display: block;
    width: 100%;
    max-height: 335px;
    object-fit: cover;
}

.reservation__img-planogram
{
    display: none;
    padding: 0 16px;
}

.required-mark{
    color: #ff0000;
}
.reservation__label{
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
.input-list{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.input-cont{
    position: relative;
    width: 100%;
    padding: 15px 10px;
}
.reservation__select,
.reservation__input{
    box-sizing: border-box;
    display: block;
    outline: none;
    border-radius: 0;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 15px;
    border: solid 1px #000;
}

.reservation__select option:disabled{
    color: grey;
}

.home-row{
    height: calc(var(--vh, 1vh) * 100);
	margin-top: -60px;
	-webkit-touch-callout: none; 
  	-webkit-user-select: none;   
  	-khtml-user-select: none;    
 	-moz-user-select: none;      
  	-ms-user-select: none;      
 	user-select: none; 
}

.reservation__btn-submit{
    margin: 20px auto 0;
	padding:11.5px 0;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFF;
    border: solid 1px #000;
    text-transform: uppercase;
    transition: .3s;
    line-height: 25px;
}
.date-picker__header,
.select-header,
.reservation__radio-header{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
}
.reservation__radio-list{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: -5px -2.5px;

}
.reservation__radio{
    position: relative;
    padding: 5px 2.5px;
    width: 33.333%;
}
.reservation__radio-input{
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    box-sizing: border-box;
}
.reservation__radio-input:disabled + .reservation__radio-label {
	opacity: 0.5;
	pointer-events: none;
}
.reservation__radio-input:disabled + .reservation__radio-label:hover {
	background-color: inherit;
	color: inherit;
}

.reservation__switch,
.reservation__radio-label{
    display: block;
    border: solid 1px #000;
    padding: 10px;
    width: 100%;
    max-height: 50px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s, color .3s;
    font-weight: 500;
    box-sizing: border-box;
}

.popup-fade{
    display: block;
}

.popup-close
{
    display: none;
    position: absolute;
    z-index: inherit;
    
    width: 18px;
    height: 18px;

    top: 20px;
    right: 36px;

    background: url(cross.svg);
}

.hide-block{
    display: none;
}
.switch-icon{
    margin: 0 auto;
    padding: 7px;
    height: 100%;
}
.reservation__switch{
    order: 1000;
    height: 50px;
    padding: 5px;
}
.reservation__switch.on{
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.text-box{
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.text-box__header{
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.text-box__text{
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.reservation__select{
    position: relative;
    width: 100%;
    background: none; 
    font-family: inherit;
    font-size: 14px;
}
.reservation__select option:focus,
.reservation__select option:checked,
.reservation__select option:hover{
    background-color: #000 !important;
    background: #000 !important;
    color: #ffffff !important;
}
.reservation__comment{
    margin-top: 30px;
    margin-bottom: 30px;
}
.reservation__comment-textarea{
    resize: none;
    height: 100px;
    padding-top: 10px;
    padding-right: 10px;
}

.home-slider-cont{
    width: 100%;
}

.date-time-cont
{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1285px;
	margin-bottom: 25px;
}
.date-list__list-item input:disabled ~ label{
    opacity: .5;
}

.date-time-cont > div {
	width: 50%;
	max-width: 560px;
}
.date-picker {
	margin-right: 30px;
}
.date-picker__date {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.date-picker__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	margin-bottom: 10px;
}
.date-picker__date span:not(:last-child) {
	margin-right: 10px;
}
.date-picker__button-cont {
	display: flex;
	justify-content: space-between;
	width: 100px;
}
.date-picker__button {
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #fff;
}
.date-picker__button-prev {
	transform: rotate(-180deg);
}
.date-list {
	display: flex;
	margin: 0 -2.5px;
}
.date-list__list-item {
	width: 14.285%;
	padding: 0 2.5px;
	text-align: center;
}
.date-list__list-item input {
	display: none;
}
.date-list__list-item label {
	transition: color, background-color 0.3s;
}

.date-list__list-item > span,
.date-list__list-item > label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	border: solid 1px #000;
}
.date-list__list-item > label {
	cursor: pointer;
}
.date-list__list-item > span {
	margin-bottom: 10px;
}

.date-picker-viewport {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.date-picker-slidewrapper {
	position: relative;
	display: flex;
	width: calc((100% * 2) + 5px);
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.onAnimate {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.date-picker-slidewrapper ul {
	width: calc((100% / 2 + 5px));
	margin-right: 2.5px;
}
.reservation__sub-title {
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
}
.reservation__form .privacy-policy {
	margin-top: 32px;
}
.input-cont.mobile {
	display: none;
}

.g-recaptcha.disabled>div iframe{
    border-color:red;
}

.g-recaptcha>div iframe{
    border: 1px solid white;
    border-radius: 4px;
}

.covid-text{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
}
@media screen and (max-width: 1000px) {
    .image-link{
        width: 100%;
        height: 120vw;
    }
    .img-responsive{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        object-fit: cover;
        z-index: -1;
    }
    .slider{
        height: 120vw;
        overflow: hidden;
    }
    .text-container{
        width: 100%;
        padding: 100px 130px;
    }
    .text-container_text .title,
    .text-container_header p{
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 24px;
        margin-bottom: 18px;
        letter-spacing: 2px;
    }
    .text-container_text p{
        font-size: 15px;
        margin-bottom: 1.4em;
        letter-spacing: .03em;
        line-height: 1.6;
    }
    .second-mobile{
        order: 100;
    }
    .home-row .image-cont{
        display: none;
    }

}
@media screen and (max-width: 900px) {
	.date-time-cont {
		display: block;
	}

	.date-time-cont > div
    {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.date-picker {
		margin-bottom: 25px;
        margin-right: 0px;
	}
}
@media screen and (max-width: 650px) {
    .text-container{
        padding: 30px 40px 50px;
    }
}
@media screen and (max-width: 520px) {

    .reservation-cont{
        display: block;
    }
    .reservation{
        padding: 20px 0 50px;
    }
    .date-time-cont
    {
		padding: 0 16px;
	}

	.input-cont.mobile {
		display: block;
	}
}
@media screen and (max-width: 500px) {
    .text-container{
        padding: 30px 20px 50px;
    }
}
@media screen and (max-width: 480px) {
    .subscribe-form__input{
        width: 100%;
        max-width: 210px;
        padding: 15px;
        line-height: 1;
        height: auto;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1000px){
    .text-container + .image-link{
       height: auto;
    }
}
@media screen and (min-width: 480px){
    .input-cont{
        width: 50%;
    }
}
@media screen and (min-width: 300px){
    .reservation__radio{
        width: 25%;
    }
}
@media screen and (min-width: 519px) {
    .reservation{
        padding: 60px 35px;
    }
    .planogram{
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 1285px;
        position: relative;
		border: 2px solid #000;
    }
	.planogram::before{
        content: "Kitchen";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
         align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        border: solid 2px #000;
        border-radius: 3px;
        width: 34.6%;
        height: 39%;
        max-width: 446px;
        max-height: 221px;
        top: 47%;
        left: 20%;
        font-size: 2.5vw;
        font-weight: 500;
    }
    .planogram::after{
        content: "Restaurant";
        position: absolute;
        top: 30%;
        left: 40%;
        font-size: 2.5vw;
        font-weight: 500;
    }
    .planogram .logo-cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: solid 2px #000;
        border-left: solid 2px #000;
        width: 29%;
        height: 66%;
        max-width: 371px;
        max-height: 371px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .planogram .logo-cont>*{
        width: 60%;
        max-width: 210px;
        max-height: 30px;
    }
    .planogram> img{
        display: block;
        width: 100%;
        height: auto;
    }
    .planogram__table-row{
		padding: 0 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 30%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .table{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10vw;
        height: 10vw;
        max-width: 109px;
        max-height: 109px;
        position: relative;
        cursor: pointer;
    }

    .table-circle
    {
        width: 8vw;
        height: 8vw;
    }

    .table-rect
    {
        width: 10vw;
        height: 10vw;
    }

    .table.reserved {
		opacity: 0.5;
		pointer-events: none;
	}
	.table.reserved:hover::before {
		opacity: 0;
	}
	.table.reserved:hover .table__name {
		color: inherit;
	}
    .table:hover::before{
        opacity: 1;
    }
    .table:hover .table__name{
        color: #FFF;
    }
    .table::before{
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        width: 45%;
        height: 45%;
        margin: auto;
        z-index: 10;
        opacity: 0;
        transition: 0.3s;
        background-color: #000;
    }
    .planogram__table-column .table:not(:last-child){
        margin-bottom: 45%;
    }
    .table.table-rect::before{
        border-radius: 0;
        width: 7.2vw;
		max-width: 98px;
        height: 39%;
    }
    .table__img{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .reservation__radio{
        width: 16.666%;
    }
    .table__name{
        text-align: center;
        color: #000;
        transition: .3s;
        z-index: 11;
        font-size: 2.3vw;
        font-weight: 500;
    }
    .planogram__table-row-alt{
        position: absolute;
        left: 0;
        right: 30%;
        bottom: 20%;
        height: 30%;

        padding-left: 15px;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .popup-fade {
        display: none;
    }
    .popup-fade:before {
        content: '';
        background: #000;
        position: fixed; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%;
        opacity: 0.3;
        z-index: 200;
    }
    .popup {
        display: block;
        position: fixed;
        top: 3%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 652px;
        padding: 0 16px;
        overflow: hidden;
        z-index: 200;
        opacity: 1;
    }
    .popup-fade.open{
        display: block;
    }

    .popup-close
    {
        display: block;
    }

    .reservation-cont{
        width: 100%;
        margin: 0 auto;
        height: 94vh;
        overflow: auto;
        padding: 34px 30px 50px 30px;
    }
    .reservation__btn-submit{
        max-width: 340px;
    }
	.table.table.table-rect{
		max-width: 100px;
		max-height: 137px;
	}
}
@media screen and (min-width: 768px) {
    .reservation{
        padding: 70px 35px;
    }
    .home-row .image-link{
        height: calc(var(--vh, 1vh) * 100 - 80px);
    }
	.table::before {
    	width: 45%;
    	height: 45%;
	}
}
@media screen and (min-width: 1000px) {
    .img-responsive {
        height: 100%!important;
    }
    .button.center {
        top: calc(50% - 0.694vw);
    }
    .button {
        height: 5vw;
        width: 21vw;
        line-height: 4.583vw;
        font-size: 1.35vw;
        letter-spacing: 0.138vw;
        border-width: 2px;
    }
    .map-cont,
    .text-container + .text-container,
    .image-link{
        min-height: 61.5vw;
    }
    .subscribe-form__input{
        height: auto;
        line-height: 1;
        padding: 1.5625vw;
        width: 19.44444vw;
        border-width: 2px;
        font-size: 0.972vw;
        letter-spacing: 0.138vw;
    }
    .text-container{
        margin-top: 0;
        padding: 6.8vw 7vw;
    }

    .one-column.text-container{
        width: 100%;
        padding: 6.94444vw 17.77778vw 5.90278vw;
    }
    .text-container_text p{
        margin-bottom: 2.08vw;
    }
    .text-container_text .title,
    .text-container_header p{
        margin-bottom: 2vw;
        font-size: 28px;
        letter-spacing: .14vw;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }
    .row-2 > div{
        width: 50%;
    }
    .row-3 > div{
        width: 33.333%;
    }
    .second-desk{
        order: 100;
    }
    .text-container ul{
        list-style: disc;
        padding-left: 1.0416666667vw;
    }
    .text-container li {
        letter-spacing: .03vw;
    }
    .image-cont{
        display: block;
        height: 100%;
        background-color: #000;
        padding: 0 40px;
    }
    .image-cont .item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 400px;
        margin: 40px auto 0;
        height: 100%;
    }
    .image-cont .image-wrap{
        position: relative;
        padding-bottom: 120%;
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    .image-cont .image-wrap .img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .home-slider-cont{
        width: 50%;
    }
	/*
	.home-row .image-link{
		min-height: 100vh;
	}*/

	.row-3.home-row > div{
		height: 100vh;
	}
	.home-row {
    	height: 100vh;
   		height: calc(var(--vh, 1vh) * 100);
    	margin-top: 0px;
	}
}

@media screen and (min-width: 1200px) {
    .button {
        font-size: 1.2vw;
    }
    .planogram::before,
    .planogram::after{
        font-size: 32px;
    }
	.table::before {
    	width: 45%;
    	height: 45%;
	}
}
@media screen and (min-width: 1440px) {
    .button {
        height: 4.583vw;
        font-size: 0.972vw;
    }    
    .text-container_text .title,
    .text-container_header p{
        font-size: 1.9vw;
    }
    .text-container{
        margin-top: 0;
        padding: 6.98vw 8.55vw;
    }
	.planogram__table-row .table__name{
		font-size: 1.8vw;
		margin-top: 3px;
	}
	.table.table.table-rect{
		min-width: 100px;
		min-height: 137px;
	}
}
@media screen and (min-width: 1500px) {
	.planogram__table-row-alt .table__name,
	.planogram__table-row .table__name{
		font-size: 36px;
	}
}
@-webkit-keyframes fade {
    0%, 30% {
      opacity: 0;
    }
    10%, 20% {
      opacity: 1;
    }
  }

  @keyframes fade {
    0%, 30% {
      opacity: 0;
    }
    10%, 20% {
      opacity: 1;
    }
  }


.reservation__btn-submit {
    cursor: pointer;
    color: #000000;
}

input[name=action] {
    display: none;
}

.reservation__form label.error {
    font-size: 14px;
    color: red;
}


@media (max-width: 500px) {
    #recaptcha-container
    {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .g-recaptcha-bubble-arrow
    {
        display: none;
    }

    .g-recaptcha-bubble-arrow + div
    {
        position: fixed !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

/* information-reservation page */

.information-reservation {
    padding-top: 70px;
}

@media screen and (max-width: 1000px) {
    .information-reservation {
        padding-bottom: calc(70px - 1.4ex);
    }

    .information-reservation .button
    {
        margin-bottom: 1.4em;
    }

    .information-reservation .text-container_header
    {
        margin-bottom: 19px;
    }

    .information-reservation .text-container_header p
    {
        margin-bottom: 0;
    }

    .information-reservation .text-container_header-composite .header-accompaniment p
    {
        font-size: 15px;
        letter-spacing: .03em;
        line-height: 1.6;
    }
}

@media screen and (min-width: 1000px) {
    .information-reservation {
        padding-bottom: calc(70px - 2.08vw);
    }

    .information-reservation .button
    {
        margin-bottom: 2.08vw;
    }

    .information-reservation .text-container_header
    {
        margin-bottom: 2vw;
    }

    .information-reservation .text-container_header p
    {
        margin-bottom: 0;
    }

    .information-reservation .text-container_header-composite .header-accompaniment p
    {
        font-size: 0.95vw;
        letter-spacing: .03vw;
        line-height: 1.8;
    }
}

.information-reservation .text-container_header-composite .header-accompaniment p
{
    text-transform: lowercase;
}

.information-reservation .text-container_links
{
    display: flex;
    max-width: 700px;
    justify-content: space-evenly;
    margin: 0 auto;
}

.information-reservation .text-container_links p
{
    width: 200px;
}

.information-reservation .text-container_text p
{
    text-align: center;
}


/* reservation page */

@media screen and (max-width: 520px) {
    .reservation .text-container_header
    {
        margin: 0 16px 19px 16px;
    }

    .reservation .reservation__img
    {
        display: none;
    }

    .reservation .reservation__img-planogram
    {
        display: block;
    }
}

/* reservation.order component */

    /* "create" template */
    
.reservation-order-create .order-create-form-prolog
{
    margin-bottom: 1.4em;
}

.reservation-order-create .order-create-form-prolog p
{
    margin: 0;
}

@media screen and (max-width: 520px) {
    .reservation-order-create .reservation__header,
    .reservation-order-create .order-create-form-prolog
    {
        display: none;
    }
}

    /* "show" template */

.reservation-order table.order-details
{
    margin: 0 auto;
    margin-bottom: 1.4em;
}

@media screen and (min-width: 1000px) {
    .reservation-order table.order-details
    {
        margin-bottom: 2.08vw;
    }
}

.reservation-order table.order-details td
{
    padding: 0 5px;
}

.reservation-order p
{
    text-align: center;
}