.calendar-item{
    display: inline-block;
    font-family: "Montserrat";
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    width: 12.2%;
    height: 48px;
    margin: 1%;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #fff9f2;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.calendar-label.calendar-item{

    color: black;
}

.calendar-day.calendar-item.disabled{
    background: #E3E3E3;
    color: #AAAAAA;
    cursor: default;
    border: 1px solid #E3E3E3;
}

.calendar-week,.calendar-labels{
    font-size: 0px;
}

.calendar-day.calendar-item{
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}
.booking-form{
    padding-left: 20px;
    padding-right: 20px;
}
.calendar-day.calendar-item.bused {
   position: relative;
}
.ci-circle-icon{
    background: #FF4433;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top:5px;
    border-radius: 100%;
}

.ci-circle-icon.ci-my-booking-day{
    left: 5px;
    background: #14D100;
}

.booking-form-calendar-carousel{
    text-align: center;
}

.bs-slot-selector{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 24px;
    padding-bottom:20px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;    
}


.booking-form-calendar-carousel{
    margin-bottom: 30px;
}
.calendar-head{
    font-size: 20px;
    background-color:#FFD7B8;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: "Montserrat";
    border-radius: 10px;
}
.calendar-day.calendar-item.selected{
    color:#FF6E00;
    border: 1px solid #FF6E00;
}
.calendar-day.calendar-item.enabled{
    cursor: pointer;
}

.bs-slot{
    font-family: 'Montserrat';
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 13px;
    padding-right: 13px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(50, 50, 50, 0.15);
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 10px;
    border: 1px solid white;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;

}


.bs-slot.disabled{
    background: #E3E3E3;
    color: #AAAAAA;
    cursor: default;
    border: 1px solid #E3E3E3;
}

.bs-slot.disabled.bs-my-booking-slot,.bs-slot.bs-my-booking-slot{
    border: 1px solid #14D100;    
}

.bs-slot.selected{
    color:#FF6E00;
    border: 1px solid #FF6E00;
}


.bsp-title{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
}

.bsp-date-label{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    color: #FF6E00;
}

.bsp-row{
    font-size: 0px;
}
.bsp-col{
    display: inline-block;
    vertical-align: top;
}

.bsp-col-50{
    width: 50%;
}

.bsp-col-100{
    width: 100%;
}

.bsp-slot-label {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(170, 170, 170, 0.666667);
}

.bsp-slot-list-item{
    width: 123px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FF6E00;
    border-radius: 10px;
    display: inline-block;
    color: #FF6E00;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.hystmodal--active .hystmodal__window.bs-popup {
    background: #FFFFFF;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 0px 2px rgba(201, 206, 223, 0.5), 0px 4px 8px rgba(201, 206, 223, 0.32);
    border-radius: 6px;

    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 38px;
    padding-right: 38px;
    border-radius: 10px;
    width: 100%;
    max-width: 1054px;
}



.bsp-slot-time-label{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(170, 170, 170, 0.666667);
    display: inline-block;
    vertical-align: middle;
}
.bsp-slot-list{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.bsp-row{
    margin-bottom: 28px;
}
.bsp-row-top.bsp-row{
    margin-bottom: 30px;
}

.bsp-form-item{
    margin-bottom: 10px;
}
.bsp-form-item label{

    font-family: 'Montserrat';
    font-style: normal;
    font-size: 18px;
    color: black;
}

.bs-input-wrap {
    padding-top:6px;
}
.bs-input-wrap input{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    border: none;
    padding: 11px;
    border: 1px solid #E5E5E5;
    width: 100%;
    padding-right: 0;
    border-radius: 6px;
    box-sizing: border-box;
}
.bsp-form{

}
.bsp-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.bsp-col.bsp-col-50:first-child{
    padding-right: 72px;
    box-sizing: border-box;
}

.bsp-total-price-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #AAAAAA;
    margin-bottom: 12px;
}

.bsp-chekbox-list-item label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
}
.bsp-chekbox-list-item input[type=checkbox]{
    float: left;
}
.bsp-button-wrap{
    font-size: 0px;
}
.bsp-b-left{
    width: 44%;
}
.bsp-b-right{
    width: 56%;
    padding-left: 20px;
    box-sizing: border-box;
}
.bsp-b-left,.bsp-b-right{
    display: inline-block;
    vertical-align: top;
}

.orange-button {
    font-size: 27px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding: 18px 34px;
    display: inline-block;
    background-color: #f58100;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.bsp-b-left .orange-button{
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 32px;
    text-align: center;

    color: #FFFFFF;
}
.bsp-chekbox-list-item-label{
    margin-left: 25px;
}

.bsp-chekbox-list-item{
    margin-bottom: 9px;
}

.bsp-row-bottom{
    margin-bottom:0px;
}

.orange-button.bs-button.disabled{
    background: #AAAAAA;
    cursor: default;
}
.bs-popup-close{
    right: 28px;
    position: absolute;
    top: 28px;
    cursor: pointer;
}
.bs-required-marker{
    color: #FF6E00;
}

.bs-title-img{
    
    vertical-align: middle;
    margin-right: 22px;
}
.bs-title-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
}
.bs-title{
    margin-top: 30px;
    margin-bottom: 17px;
}
.bsp-booking-show-popup.bs-button{
    margin-left: 30px;
     vertical-align: middle;
}

.bsp-booking-msg{
    display: inline-block;
    height: 68px;
    vertical-align: middle;
    margin-left: 30px;
    line-height: 68px;
    width: 100%;
}

.bsp-booking-msg-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.bsp-booking-msg-label-danger{
    color:#FF4433;
}

.bs-slots-loader{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 24px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-prev,
.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-next{
    width: 46px;
    height: 46px;   
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    background-color: #ffd7b8;
    text-align: center;
    line-height: 46px;
    top: 50%;
    position: absolute;
}

.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-prev.disabled,
.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-next.disabled{   
    cursor: default;
    background-color: #E3E3E3;
}

.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-prev img,
.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-next img{
    vertical-align: middle;
}

.booking-form-calendar-carousel.owl-carousel .owl-nav{
   /* position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 46px;
    left: -46px;
    right: -46px;*/
}

.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-prev{   
    left: -46px;
}
.booking-form-calendar-carousel.owl-carousel .owl-nav .owl-next{    
    right: -46px;
}



.bs-carusel-wrap {
    padding-left: 46px;
    padding-right: 46px;  
}

lkp-text{
    color: #2B2B2B;
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.lkp-title{
    color: #000;
    font-size: 24px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.hystmodal__window.lk-popup{
    border-radius: 10px;
    background: #FFF;   
    padding: 40px;
}

.lk-popup-close-button{
        position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.lkp-footer{
    font-size: 0px;
    text-align: right
}
.lkp-footer .bs-button{
    margin-left: 10px;
}
.orange-button{
    cursor: pointer;
    text-decoration: none;
}
.lkp-text {
    color: #2B2B2B;
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}


.bs-input_form_radio {
	margin-bottom: 10px;
}

.bs-input_form_radio input[type=radio],.bs-input_form_checkbox input[type=checkbox] {
	display: none;
}

.bs-input_form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.bs-input_form_radio label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(/images/booking_system/radio-uncheck.svg) 0 0 no-repeat;
}

 
.bs-input_form_radio input[type=radio]:checked + label:before{
	background: url(/images/booking_system/radio-check.svg) 0 0 no-repeat;
}

.bs-input_form_radio label.disabled,.bs-input_form_radio label.disabled .abonement-login-message{
    color: #bdbdbd;
}
 
/* Hover */
.bs-input_form_radio label:before {
	filter: brightness(120%);
}
 
/* Disabled */
.bs-input_form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.bsp-form-item--payment-type .bs-slots-loader{
    padding: 0;
    margin: 0;
    height: 80px;
}
.bsp-form-item--payment-type .bs-slots-loader img{
   height: 100%;
}

.bsp-total-price-label-value{
    color: black;
}

.bs-payment-list label {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 18px;
    color: black;
}

.bs-payment-list{
    padding-bottom: 20px;
    padding-top: 20px;
}

.bs-input_form_radio_info{
    padding-left: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 15px;
    color: black;
    padding-left: 22px;
}

.bs-input_form_radio_info.error .abonement-login-message{
    color:red;
}

.bsp-booking-debug-msg-label{
    color: gray;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1.2;
    margin-left: 30px;
    margin-top: 15px;
}

@media (max-width: 1000px) {
    .bsp-col-50 {
        width: 100%;
    }
    .bsp-booking-msg{
         width: 100%;
         margin-left: 0px;
    }
    .bsp-button-wrap{
        text-align: center;
    }
    .bsp-button-wrap .orange-button.bs-button{
         margin-left: 0px;
    }
}