.booking-form {
    /*background-color: white;*/
    overflow: hidden;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 100%;
    /*width: 967px;*/
    width:1017px;
}
.booking-form-toggle {
    min-height: 200px;
    height: 100%;
}
.side-button {
    background-color: white;
    color: var(--default-black);
    width: 60px;
    cursor: pointer;
    padding: 10px;
    padding-top:7px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    border-bottom-left-radius: 12px;
}

.side-button-arrow svg{
    margin-top:-5px;
}
body.booking-form-opened .side-button-arrow svg{
    margin-top:0px;
}


.side-button:hover {
    background-color: var(--default-blue);
    color: white;
    border-bottom-left-radius: 12px;
}

.side-button :not(:hover) svg use{
    filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(7485%) hue-rotate(252deg) brightness(105%) contrast(124%);
}
.side-button:hover svg use{
    /*filter: none;*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(266deg) brightness(102%) contrast(102%);
}

.side-button svg {
    transform: scaleX(-1)rotate(30deg);
}

.side-button:hover .side-button-text-in {
    color: white;
}
/*.stick-side-menu > .side-button {*/
/*    margin: 25px 0;*/
/*}*/
.side-button-text {
    white-space: nowrap;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate(-90deg);
    display: inline-block;
    position: relative;
    left: 25px;
    line-height: 1;
}
.stick-side-menu-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

body.booking-form-opened .side-button-text {
    bottom: -65px;
}

body.booking-form-opened .side-button{
    background:transparent;
}
body.booking-form-opened .side-button-text-in {
    /*color:var(--default-blue);*/
    color:white;
    letter-spacing: 0.5px;
}
body.booking-form-opened .side-button-arrow{
    margin-left:10px;
}

body.booking-form-opened .side-button-text {
    bottom: 15%;
}
body.booking-form-opened .side-button-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}
body.booking-form-opened  .booking-form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 100%;
}

body.booking-form-opened .stick-side-menu-overlay {
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(12px);
}

body.booking-form-opened .stick-side-menu {
    /*height: 100%;*/
    /*height: 80%;*/
    height: 634px;
    right: 0;
}
.side-button-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.booking-form-container {
    background-color: var(--white);
    padding: 23px 55px 30px 30px;
    max-width: 973px;
    width: 100%;
    transition: transform 1.3s ease-in-out;
}

body.booking-form-opened .booking-button-sticky-20px{
    margin-top:20px
}

/*body:not(.booking-form-opened) .booking-form-container,*/
body.booking-form-opened .search-form-toggle {
    display: none;
}

.stick-side-menu .booking-button-sticky-20px{
    margin-top: 20px;
}

body.booking-form-opened .stick-side-menu-overlay {
    opacity: 1;
    pointer-events: auto;
}

.stick-side-menu.move-to-top{
    /*top: 0px;*/
    /*bottom: auto;*/
    /*bottom: 95%;*/
    bottom: calc(100% - 40px);
}

body.fixed-header-showed .stick-side-menu.move-to-top{
    /*top: 70px;*/
    /*bottom: auto;*/
    /*bottom: 86.2%;*/
    bottom: calc(100% - 110px);
}

body.fixed-header-showed.fixed-menu-opened .stick-side-menu.move-to-top{
    display: none;
    top: 70px;
    bottom: auto;
}

body.booking-form-opened .stick-side-menu.move-to-top{
    top: auto;
    bottom: 0%;
}



body.booking-form-opened .booking-form-toggle {
    min-height: 125px;
    height: 100%;
}

body.booking-form-opened .side-button svg {
    transform: scaleX(-1) rotate(210deg);
}

body.booking-form-opened .side-button :not(:hover) svg use{
    /*filter: none;*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(266deg) brightness(102%) contrast(102%);
}
body.booking-form-opened .side-button:hover {

    background-color: var(--default-blue);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


.booking-sticky-main{
    overflow-x: hidden;
    overflow-y:auto;
    height:inherit;
    border-bottom-left-radius: 20px;
    max-width: 967px;
    transition: all 0.5s ease-in-out;
}

body.booking-form-opened .booking-sticky-main{
    width: 967px;
}
body:not(.booking-form-opened) .booking-sticky-main{
    /*max-width: 0px;*/
}



body.booking-form-opened .parking-select-info{
    overflow: hidden;
    max-height: fit-content;
}
.booking-sticky-tabs-box{
    /*display: none;*/

    display: block;
    position: absolute;
    top: -65px;
    left: 50px;
}
body.booking-form-opened .booking-sticky-tabs-box{
    display: block;
    position: absolute;
    top:-65px;
    left:50px;
}

body.booking-form-opened .parking-gray-box.parking-option-box {
    padding: 20px 45px 15px 25px;
}

body.booking-form-opened .parking-gray-box {
    background-color: #F4F4F4;
    padding: 30px 45px 20px 25px;
    /*margin-right: -40px;*/
}

body.booking-form-opened .mb-sticky-lg-25px{
    margin-bottom: 25px;
}

body.booking-form-opened  .booking-results-text {
    margin-right: -15px;
}


body.booking-form-opened .booking-customer-label-flight {
    font-size: 10px;
}


body.booking-form-opened  .booking_customer_input:focus + label.booking-customer-label-flight,
body.booking-form-opened  .booking_customer_input:not(:placeholder-shown) + label.booking-customer-label-flight {
    position: absolute;
    top: 1px;
    left: 24px;
    color: var(--default-black-80) !important;
    font-size: 10px;
    pointer-events: none;
}