@font-face {
    font-family: FuturaLight;
    src: url(/fonts/futura/FuturaPTLight.otf);
}
@font-face {
    font-family: FuturaBook;
    src: url(/fonts/futura/FuturaPTBook.otf);
}
@font-face {
    font-family: FuturaBookObl;
    src: url(/fonts/futura/FuturaPTBookOblique.otf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{
    height: 100%;
}
body {
    font-family: 'FuturaLight', sans-serif;
    font-size: 14px;
    height: 100%;
    position: relative;
    color: #666;
    overflow: hidden;
    background: #fff;
    line-height: 1.3;
    width: 100%;
    min-width: 320px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    position: relative;
}
ul {
    list-style: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin-left: 15px;
}
table ul{
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #444444;
    transition: all 0.3s ease;
}
a:hover{
    color: #11b4b9;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
}
td{
    border: 0px solid #ddd;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select, button {
    vertical-align:middle;
    font-size: 15px;
    font-family: 'FuturaBook', 'sans-serif';
}
p{
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
pad{
    font-family: 'FuturaBook', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.Loader{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: #fff;
    text-align: center;
    line-height: 100vh;
}
.LoaderInner{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}
.Loader img{
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.MainPreInstal {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
}
.HidenPreInstal{
    display: none;
}

.MainPreInstalInner{
    display: inline-block;
    padding: 20px;
    width: calc(100% - 40px);
    vertical-align: middle;
    line-height: 1;
}
.MainPreInstal label{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #eff0f2;
}
.MainPreInstal span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.MainPreInstal input{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
    border: 0;
    width: 300px;
    max-width: calc(100% - 20px);
    padding: 10px;
    font-family: "FuturaBook", sans-serif;  
    color: #444;  
    text-align: center;
}
.MainPreInstal button{
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "FuturaBook", sans-serif;
    background: #443791;
    border: 0;
    color: #fff;
    transition: all 0.4s ease;
    cursor: pointer;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.MainPreInstal button:hover{
    background: #11b4b9;
}
.MainAfterInstal{
    display: none;
    width: 100%;
    height: 100%;
}
.VisibleAfterInstal{
    display: block;
}
.MainAfterInstalInner{
    height: calc(100% - 70px);
    width: calc(100% - 20px);
    position: absolute;
    top: 50px;
    padding: 10px;
    overflow: hidden;
}
.Header{
    display: block;
    position: absolute;
    width: 100%;
    background: #443791;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 0;
    border-bottom: 1px solid #443791;
}

.Header {}
.CurentActionTitle{
    display: inline-block;
    width: calc(100% - 50px);
    text-align: center;
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}
.ActionsActivator{
    display: inline-block;
    width: 49px;
    background: #fff;
    height: 49px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #443791;
    border-top: 1px solid #443791;
}
.ActivatorIcon{
    display: block;
    width: 30px;
    height: 20px;
    margin: 15px 10px;
    border-top: 1px solid #11b4b9;
    transition: all 0.5s ease;
    cursor: pointer;
}
.ActivatorIcon:after{
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #11b4b9;
    width: 15px;
    top: 25px;
    left: 10px;
    transition: all 0.5s ease;
}
.ActivatorIcon:before{
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #11b4b9;
    width: 30px;
    top: 35px;
    left: 10px;
    transition: all 0.5s ease;
}
.ActionsActivator:hover .ActivatorIcon,
.ActionsActivator:hover .ActivatorIcon:after,
.ActionsActivator:hover .ActivatorIcon:before{
    border-color: #443791;
}
.BackArrow .ActivatorIcon{
    height: 1px;
    margin: 24px 10px;
}
.BackArrow .ActivatorIcon:after{
    transform: rotate(45deg);
    left: 7px;
    top: 29px
}
.BackArrow .ActivatorIcon:before{
    width: 15px;
    top: 19px;
    left: 7px;
    transform: rotate(-45deg);
}
.Sidebar{
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    font-size: 0;
    transition: all 0.8s ease;
}
.Sidebar.VisibleSidebar{
    left: 0;
}
.SidebarLeft{
    background: #eeeeee;
    display: inline-block;
    width: 70%;
    text-align: left;
    vertical-align: top;
    height: 100%;
}
.SidebarLeft img{
    display: block;
    margin: 10px auto;
    width: 250px;
    max-width: 100%;
    height: 120px;
    object-fit: contain;
}
.SidebarLeft ul{
    display: block;
    height: calc(100% - 120px);
    background: #fff;
    width: 100%;
    margin: 0;
    list-style: none;
    overflow: auto;
}
.SidebarLeft li{
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: all 0.3s ease;
}
.SidebarLeft li:hover{
    color: #443791;
    border-bottom: 1px solid #11b4b9;
}
.SidebarLeft li i{
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    padding: 20px 0px;
    padding-left: 10px;
}
.SidebarLeft a{
    display: block;
    position: relative;
    color: #444;
}
.SidebarLeft a:hover{
    color: #443791;
}
.SidebarLeft span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    text-align: center;
    font-size: 22px;
    font-family: "FuturaBook", sans-serif;
    padding: 20px 0px;
    padding-right: 10px;
}
.SidebarLeft small{
    font-size: 12px;
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    background: #ef3e36;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
}
.SidebarLeft sup{
    font-size: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #ef3e36;
}
.SidebarRight{
    height: 100%;
    width: 30%;
    display: inline-block
}
.PickMeUpLocation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.PickUpLocation{
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 10px;
    border: 1px solid #eff0f2;
    margin: 10px;
    width: calc(100% - 40px);
    color: #444;
}
.PickUpLocationTitle{
    display: block;
    position: relative;
    text-transform: uppercase;
}
.DropOffLocationTitle{
    display: none;
}
.DropOffPickup .DropOffLocationTitle{
    display: block;
    position: relative;
    text-transform: uppercase;
}
.DropOffPickup .PickUpLocationTitle{
    display: none;
}
#PickUpLocationAddress{
    padding: 10px;
    border: 0;
    width: calc(100% - 20px);
}
.PickMeUpHere{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #11b4b9;
    border: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.DropMeOffHere,
.DropOffPickup .PickMeUpHere{
    display: none;
}
.DropOffPickup .DropMeOffHere{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #443791;
    border: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.GetPhoneLocation{
    position: absolute;
    bottom: 100px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background: #443791;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
}
.GetPhoneLocation:hover{
    background: #11b4b9;
}
.MapForPickup{
    position: absolute;
    width: 100%;
    height: calc(100% - 166px);
    background: #222;
}
.PickMeUp{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: calc(100vh - 117px);
    text-align: center
}
.PickMeUpForm{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    user-select: none;
    max-height: calc(100vh - 117px);
    overflow: auto;
}
.PickMeUpForm button{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #11b4b9;
    border: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.PickMeUpForm button:hover{
    background: #443791;
}
.PickMeUpForm label{
    display: block;
    position: relative;
    border-bottom: 1px solid #eff0f2;
    margin-bottom: 20px;
}
.PickMeUpForm span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.PickMeUpForm input{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
    border: 0;
    width: 300px;
    max-width: calc(100% - 20px);
    padding: 10px;
    font-family: "FuturaBook", sans-serif;  
    color: #444;  
    text-align: center;
    user-select: none;
}
.PickMeUpForm #SelectPickUpPassengers{
    display: inline-block;
    width: calc(60% - 22px);
    vertical-align: middle;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px 10px;
    vertical-align: middle;
    margin: 0;
    user-select: none;
}
.PassengersSelect{
    font-size: 0;
    border: 1px solid #eee;
    border-bottom: 0;
}
.DecPassengers, .IncPassengers{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #443791;
    height: 56px;
    line-height: 56px;
    color: #fff;
}
.DecPassengers:hover, .IncPassengers:hover{
    background: #11b4b9;
}
.PickUpTime{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    line-height: calc(100vh - 65px);
    background: rgba(255, 255, 255, .96);
    text-align: center;
    font-size: 0;
}
.PickUpTimeInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 320px;
    max-width: 100%;
    max-height: calc(100vh - 65px);
    overflow: auto;
}
.ShowIfTime{
    display: inline-block;
    width: 320px;
    max-width: 100%;
    position: relative;
    user-select: none;
}
.PickUpTime label{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.PickUpTime .PickUpTimeTitle{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}
.PickUpTime button{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #11b4b9;
    border: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.PickUpTime button:hover{
    background: #443791;
}
#datepickerInline{
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
}
.HourSelect, .MinutesSelect{
    display: inline-block;
    vertical-align: middle;
    width: calc(49% - 12px);
    margin-right: 10px;
    border-bottom: 1px solid #eee;
}
.MinutesSelect{
    margin-left: 10px;
    margin-right: 0;
}
.HourSelect input, .MinutesSelect input{
    width: 50%;
    border: 0;
    border-top: 1px solid #eee;
    padding: 18px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}
.DecHour, .DecMin, .IncHour, .IncMin{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #443791;
    height: 56px;
    line-height: 56px;
    color: #fff;
}
.ToursForUser{
    display: block;
    width: 100%;
    height: 100%;
}
.ToursIframe{
    border: none; 
    width: 1280px; 
    margin: 0 auto; 
    display: block; 
    max-width: 100%;
    height: 100%;
}
.Response, .Arrival{
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    background: rgba(255, 255, 255, .97);
    text-align: center;
    overflow: auto;
}
.ResponseInner, .ArrivalInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 15px;
}
.ResponseInner .fa-car{
    font-size: 50px;
}
.CloseResponse, .CloseArrival{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background: #443791;
    color: #fff;
    font-size: 20px;
    display: block;
    z-index: 1;
    cursor: pointer;
}
.ResponseInner h2{
    font-size: 26px;
    text-transform: uppercase;
}
.CancelRequest{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #443791;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.CancelRequest:hover{
    background: #11b4b9;
}
.ResponseInner h3{
    font-size: 18px;
    text-transform: uppercase;
}
.ResponseInner h4{
    font-size: 14px;
    margin: 10px 0;
}
.ResponseInner h4 span{
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
}
.CountDownNumber{
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin: 20px auto;
    background: #11b4b9;
    border-radius: 50%;
    font-size: 60px;
    color: #fff;
    font-family: "FuturaBook", sans-serif;
    box-shadow: 0 0 0 rgba(17, 180, 185, 0.4);
    animation: pulse 2s infinite;
}
.ArrivalInner .fa-car{
    font-size: 60px;
}
.ArrivalInner h2{
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px;
}
.ArrivalInner h4{
    font-size: 16px;
    margin: 20px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 180, 185, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(17, 180, 185, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(17, 180, 185, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(17, 180, 185, 0.4);
    box-shadow: 0 0 0 0 rgba(17, 180, 185, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(17, 180, 185, 0);
      box-shadow: 0 0 0 15px rgba(17, 180, 185, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(17, 180, 185, 0);
      box-shadow: 0 0 0 0 rgba(17, 180, 185, 0);
  }
}
.CallConcierge,
.CallConcierge2{
    display: block;
    font-size: 16px;
    font-family: "FuturaBook", sans-serif;
    margin: 10px 0;
}
.CallConcierge a,
.CallConcierge2 a{
    display: block;
    position: relative;
    font-size: 20px;
    padding: 15px;
    background: #11b4b9;
    color: #fff;
    margin-bottom: 10px
}
.NoStandalone{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    text-align: center;
    font-size: 18px;
}
.NoStandaloneInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
@media (max-width: 500px){
    .SidebarLeft{
        width: 100%;
    }
    .SidebarRight{
        width: 0;
    }
}
.InfoForUser{
    display: block;
    width: 100%;
    height: 100%;
}
.HotelInfo{
    display: block;
    width: 100%;
    font-size: 0;
}
.HotelImages{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.HotelTitle{
    display: block;
    padding: 20px;
    background: #f4f7fe
}
.InfoForUser h2{
    font-size: 18px;
    display: block;
    height: 23px;
    overflow: hidden;
    color: #555756;
    line-height: 23px;
}
.InfoForUser h3{
    font-size: 14px;
    color: #b2b7bd;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
}
.HotelInfosWithImg{
    width: 100%;
    height: calc(100% - 30vh - 81px);
    overflow: auto;
    font-size: 0;
}
.Expander{
    display: block;
    position: relative;
}
.ExpanderTitle{
    font-size: 18px;
    color: #b8bdc1;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e5e6eb;
    transition: all 0.4s ease;
    cursor: pointer;
}
.ExpanderContent{
    font-size: 16px;
    padding: 10px;
    background: #e5e6eb;
    color: #595a5c;
    display: none;
}
.Expander:hover .ExpanderTitle{
    background: #11b4b9;
    color: #fff;
    font-weight: bold;
}
.MapLink{
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #443791;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.OtherLink{
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #11b4b9;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.ExpanderTitle span{
    float: right;
}
.Promotions{
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.PromoOffer{
    display: block;
    position: relative;
    margin-bottom: 20px;
    background: #f1f1f6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    font-size: 0;
}
.PromoImg{
    display: block;
    position: relative;
}
.PromoImg img{
    width: 100%;
}
.CountToTime{
    display: block;
    position: relative;
    background: #443791;
    color: #fff;
    font-size: 0;
}
.OfferExpires{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: "FuturaLight", sans-serif;
    background: #11b4b9;
    padding: 5px;
}
.OfferTimer{
    display: block;
    position: relative;
}
.OfferTimer div{
    display: inline-block;
    vertical-align: bottom;
    width: calc(25% - 10px);
    padding: 5px;
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
    text-align: center;
}
.OfferTimer span{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}
.PromoTitle{
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px;
    font-family: "FuturaBook", sans-serif;
    color: #565656;
    text-align: center;
    display: block;
}
.PromoDetails{
    display: block;
    padding: 10px 15px;
    background: #11b4b9;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "FuturaBook", sans-serif;
    cursor: pointer;
}
.PromoPrices{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: #fff;
    color: #565656;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.OldPrice{
    font-size: 15px;
    display: block;
    position: relative;
}
.OldPrice:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #ef3e36;
    width: 100%;
    left: 0;
    top: 50%;
    transform: rotate(-8deg);
}
.NewPrice{
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
    color: #11b4b9;
}
.NoOffersContainer{
    display: block;
    position: relative;
    line-height: calc(100vh - 70px);
    text-align: center;
}
.NoOffers{
    font-size: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    padding: 10px;
}
.PromoBook{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    padding-bottom: 103px;
    width: calc(100% - 20px);
    height: calc(100vh - 113px);
    background: rgba(255, 255, 255, .9);
    line-height: calc(100vh - 113px);
    overflow: auto;
}
.PromoBookInner{
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    background: #f1f1f6;
}
.ClosePromoBook{
    position: fixed;
    top: 0;
    right: 0;
    line-height: 1;
    padding: 15px;
    font-size: 20px;
    background: #11b4b9;
    color: #fff;
    z-index: 1;
}
.ConfirmPromotion{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border: 0;
    background: #11b4b9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "FuturaBook", sans-serif;
    font-size: 18px;
}
.PromoBookPrices{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    background: #fff;
    color: #565656;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.BookOldPrice{
    font-size: 15px;
    display: block;
    position: relative;
}
.BookOldPrice:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #ef3e36;
    width: 100%;
    left: 0;
    top: 50%;
    transform: rotate(-8deg);
}
.BookNewPrice{
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
    color: #11b4b9;
}
.UpdatePromoImage{
    width: 100%;
}
.PromoBookTitle{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #565656;
    font-family: "FuturaBook", sans-serif;
}
.PromoBookDescription{
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}
.PersonsSelect{
    position: fixed;
    display: block;
    bottom: 53px;
    left: 0;
    width: 100%;
    font-size: 0;
    background: #fff;
}
.BookPersonsTitle{
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.DecBook{
    display: inline-block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    background: #443791;
    color: #fff;
}
.IncBook{
    display: inline-block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    background: #443791;
    color: #fff;
}
#SelectBookPersons{
    display: inline-block;
    width: calc(100% - 160px);
    border: 0;
    vertical-align: middle;
    text-align: center;
    background: transparent;
    font-size: 18px;
}
.AlertShow{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    line-height: 100vh;
    background: rgba(255, 255, 255, .9);
}
.AlertShowInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 20px;
    width: calc(100% - 20px);
}
.CloseAlert{
    line-height: 1;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #443791;
    color: #fff;
    padding: 15px;
}
.AlertShow h3{
    font-size: 18px;
    font-family: "FuturaBook", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.Chat{
    display: block;
    height: 100%;
    min-height: 200px;
}
.ChatMessages{
    height: calc(100% - 100px);
    overflow: auto;
}
.ChatInput{
    height: 100px;
}
.ChatInput textarea{
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #11b4b9;
    height: 50px;
    font-family: "FuturaBook", sans-serif;
    font-size: 16px;
}
.ChatInput button{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    border: 0;
    background: #11b4b9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "FuturaBook", sans-serif;
    font-size: 18px;
    transition: all 0.4s ease;
}
.ChatInput button:hover{
    background: #443791;
}
.ChatMessages h4{
    font-size: 16px;
    text-align: center;
}
.ChatMessage{
    padding: 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    display: block;
    width: calc(90% - 20px);
    clear: both;
    margin-bottom: 10px;
    font-family: "RobotoMedium", sans-serif;
}
.ChatTime{
    font-size: 10px;
    color: #ffffff;
    font-family: "RobotoBold", sans-serif;
    text-align: right;
}
.UserSent{
    background: #433792;
    float: right;
}
.AdminSent{
    background: #08b7bb;
}
.ChatMessage a{
    padding: 10px 0;
    background: #f5f7ff;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "RobotoMedium", sans-serif;
    transition: all 0.3s ease;
    border-radius: 3px;
    font-size: 10px;
    text-align: center;
}
.ChatMessage a:hover{
    background: #565656;
}
.Bill{
    display: block;
    height: 100%;
    min-height: 200px;
    font-size: 0;
}
.BillTotal{
    display: block;
    text-align: center;
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 15px solid #11b4b9;
    margin: 0 auto;
    border-radius: 50%;
}
.BillTotalSum{
    font-size: 40px;
    display: inline-block;
    color: #443791;
    white-space: nowrap;
}
.BillTotalSum span{
    font-size: 20px;
}
.BillTotalTitle{
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}
.BillItems{
    height: calc(100% - 120px);
}
.BillItemsHeader{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    background: #f5f5f6;
    padding: 5px;
    font-family: "FuturaBook", sans-serif;
}
.BillDate{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 80px;
}
.BillItem{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: calc(100% - 150px);
    padding: 5px;
    font-family: "FuturaBook", sans-serif;
}
.BillPrice{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 60px;
    text-align: right;
}
.BillItemsBody{
    display: block;
    height: calc(100% - 36px);
    overflow: auto;
}
.BillItemDetail{
    border-bottom: 1px solid #f5f5f6;
}