.has-error input {
    border: 2px solid #febfc4;
}

.lk-settings__fields-info .form-group, .lk-settings__fields-pass .form-group {
    display: block;
    max-width: 387px;
    width: 100%;
}

.page-content .lk-settings__fields-info .field:last-child {
    margin-bottom: 27px;
}
.datepicker-dropdown {
    position: absolute;
    background-color: #fff;
}
.hidden {
    display: none;
}

.overlay {
    text-align: center;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(28,40,66,0.33);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(28,40,66,0.33);
    top: 0;
    left: 0;
    z-index: 10001;
    display: none;
    overflow: scroll;
}

.upload-cropper {
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    width: 480px;
    background: white;
    box-sizing: border-box;
    padding: 40px;
    color: #141414;
    text-align: left;
    font-size: 20px;
    -webkit-box-shadow: 10px 24px 59px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 10px 24px 59px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 10px 24px 59px 0px rgba(0, 0, 0, 0.39);
}

.upload-cropper-wrap {
    width: 400px;
    height: 400px;
    display: block;
}

.page-content .lk-deposite__balance-wrap .balance-bar__thumb {
    max-width: 307px;
}

.page-content .lk-deposite-add__deposite-items {
    flex-wrap: wrap
}

.page-content .lk-deposite-add__deposite-item {
    width: 220px;
    margin-bottom: 26px;
    cursor: pointer;
    border: 2px solid transparent;
}

.page-content .lk-deposite-add__deposite-items {
    margin-bottom: 30px;
}

.paging__page a {
    display: block;
    height: 100%;
}

.btn--default {
    line-height: 44px;
}

.btn:disabled:before{
    content: none;
}


.btn--calendar.active{
    background: url(../img/icon-calendar-white-large.png) no-repeat center 23px,#212c42;
    background-size: 40px;
    color: #fff;
}

/*calendar custom*/

.calendar{
    position: absolute;
    z-index: 3;
}

.datepicker{
    border-radius: 0;
    padding: 0;
}
.datepicker .datepicker-switch{
    color: #fff;
    font-family: "Clear Sans";
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
}

.datepicker table{
    background-color: #192233;
    width: 280px;
    position: relative;
}
.datepicker table:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 60px;
    left: 0;
    background: #212c42;
}
.datepicker table thead tr th:nth-child(1),
.datepicker table tbody tr td:nth-child(1){
    padding-left: 17px;
}
.datepicker table thead tr th:nth-child(7),
.datepicker table tbody tr td:nth-child(7){
    padding-right: 22px;
}
.datepicker table tbody tr:last-child td{
    padding-bottom: 15px;
}

.datepicker table .dow{
    text-transform: uppercase;
    font-family: "Clear Sans";
    font-weight: 700;
    font-style: normal;
}

.datepicker table thead tr:nth-child(2){
    height: 48px;
    border-bottom: 1px solid #212c42;
}
.datepicker table thead tr:nth-child(3){
    height: 62px;
}

.datepicker table .next,
.datepicker table .prev{
    background: url(../img/icon-arrow-left-blue.png) no-repeat center;
    font-size: 0;
    cursor: pointer;
}
.datepicker table .next{
    transform: rotate(180deg);
}

.datepicker td, 
.datepicker td div, 
.datepicker th div,
.datepicker th{
    width: 32px;
    font-size: 16px;
    font-family: "Clear Sans";
    font-weight: 300;
    font-style: normal;
    height: 27px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.datepicker table .dow{
    color: #63718f;
}

.datepicker table tr td.old, 
.datepicker table tr td.new{
    color: #394151;
}

.datepicker table tr td.disabled, 
.datepicker table tr td.disabled:hover{
    color: #394358;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active:hover.active,
.datepicker table tr td.day:hover, 
.datepicker table tr td.day.focused{
    background: none;
    border-radius: 0;
}

.datepicker table tr td.active.active div, 
.datepicker table tr td.active:hover.active div,
.datepicker table tr td.day:hover div, 
.datepicker table tr td.day.focused div{
    background: #f23b5d;
    color: #fff;
    border-radius: 0;
}

.modal__window .help-block {
    font-size: 14px;
    color: #fff;
}
.modal__window .field.field--default {
    width: 270px;
}

.alert {
    max-width: 523px;
    /* width: 100%; */
    margin: auto;
    box-shadow: 0px 21px 60px 0px rgba(27, 38, 53, 0.7);
    background-color: rgb(50, 60, 75);
    min-height: 50px;
    position: fixed;
    top: 0;
    color: #fff;
    padding: 12px 65px 10px 15px;
    right: 0;
}

.alert .close {
    color: #fff;
    background-color: #f23b5d;
    height: 50px;
    font-family: "Clear Sans";
    font-weight: 500;
    font-style: normal;
    display: block;
    border: none;
    /* background: 0 0; */
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    width: 50px;
    /* line-height: 58px; */
    font-size: 30px;
    padding-bottom: 6px;
    top: 0;
}

.booking-date__datepick,
.booking-date__timepick{
    display: none;
    max-width: none;
}

@media only screen and (min-width: 631px) { 
    .booking-date__timepick{
        display: none !important;
    }
}

.booking-date__datepick{
    line-height: 50px;
}

/*Дополнительное свойства для меню*/
.menu__wrap{
    order: 3;
    height: 100%;
    display: flex;
}
.menu__scroll{
    display: flex;
    flex-direction: column;
    height: 100%;
}
/*бургер меню*/

/*гамбургер*/
.menu__burger {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border-bottom: 2px solid #293652;
    display: none;
    background: none;
    order: 1;
  }
   
  .menu__burger span {
    display: block;
    position: absolute;
    top: 33px;
    left: 22px;
    right: 22px;
    height: 3px;
    background: white;
  }
   
  .menu__burger span::before,
  .menu__burger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
  }
   
  .menu__burger span::before {
    top: -7px;
  }
   
  .menu__burger span::after {
    bottom: -7px;
  }

  .menu__burger:focus {
    outline: none;
  }
   
  .menu__burger span {
    transition: background 0s 0.3s;
  }
   
  .menu__burger span::before,
  .menu__burger span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
   
  .menu__burger span::before {
    transition-property: top, transform;
  }
   
  .menu__burger span::after {
    transition-property: bottom, transform;
  }
   
  /* состояние active при открытом меню  */
  .menu__burger.open {
      
  }
   
  .menu__burger.open span {
    background: none;
  }
   
  .menu__burger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
   
  .menu__burger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
   
  .menu__burger.open span::before,
  .menu__burger.open span::after {
    transition-delay: 0s, 0.3s;
  }

/**/

.page-wrap {
    display: flex;
    width: 100%;
}