	.datepicker {
  width: 80%;
  margin: 0 10%;
  border: none;
  background: #e6f9ff;
}
.datepicker .datepicker--nav {
  color: #3f3f3f;
  border-bottom: 0px solid #f8f8f8;
}
.datepicker .datepicker--nav .datepicker--nav-title {
  width: 185px;
  font-size: 24px;
  font-family: "Gotham Pro Medium", Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.datepicker .datepicker--nav .datepicker--nav-title i {
  color: #3f3f3f;
}
.datepicker .datepicker--nav .datepicker--nav-action {
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  margin-right: 10px;
  background-size: 32px;
}
.datepicker .datepicker--nav .datepicker--nav-action svg {
  display: none;
}
.datepicker .datepicker--nav .datepicker--nav-action[data-action="prev"] {
  background-image: url('/assets/arrowU.png');
  transform: rotate(-90deg);
}
.datepicker .datepicker--nav .datepicker--nav-action[data-action="next"] {
  background-image: url('/assets/arrowD.png');
  transform: rotate(-90deg); 
}
.datepicker .datepicker--days-names .datepicker--day-name {
  font-family: "Gotham Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #717171;
}
.datepicker .datepicker--cells.datepicker--cells-days {
  font-family: "Gotham Pro Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #595959;
  min-height: 260px;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell {
  border-radius: 0px;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell-day {
  width: 8%;
  margin: 2.9% 3.1%;
  max-height: 25px;
      color: #2f99cc;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell-day.-other-month- {
  opacity: 0;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell-day.-current- {
  background: initial;
  color: #595959;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell-day.-focus- {
  background: #336a85;
  color: #fff ;
  border-radius: 3px;
}
.datepicker .datepicker--cells.datepicker--cells-days .datepicker--cell-day.-selected- {
  background: #2f99cc;
  color: #fff!important;
  border-radius: 3px;
}

.calendar__desc {
	text-align: center;
	margin-top: -55px;
	margin-bottom: 15px;   
}
.calendar__desc div {
	background: #fff;
	color: #2f99cc;
	font-size: 20px;
	display: inline-block;
	padding: 5px 15px;
}
.orderSend {
	cursor: pointer;border: none;background: #39a9e7;font-size: 16px;text-transform: uppercase;border-radius: 3px;color: #fff;padding: 14px 38px; width: 100%;
}
.orderSend:hover {
	cursor: pointer;border: none;background: #125f89;font-size: 16px;text-transform: uppercase;border-radius: 3px;color: #fff;padding: 14px 38px;
}

.tour-stwbooking-sheet {
	display: none;
}
 
@media (max-width: 979px) {
	#scroller.b-top {
		left: unset;
		right: 23px;
	    bottom: 120px;
	    margin-left: 0;
	}
	
	.mr5 {
		margin-top: 0;
	}
	.as-button {
	    display: inline-block;
	    position: relative;
	    height: 40px;
	    padding: 0 16px;
	    font-size: 16px;
	    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
	    font-weight: 600;
	    border-radius: 8px;
	    border: 0;
	    transition: background-color .2s,color .2s;
	    text-decoration: none;
	    vertical-align: middle;
	    cursor: pointer;
	}
	
	.as-button.is-default:not(.is-disabled) {
	    background-color: #36ba5f;
	    color: #fff;
	}
	
	.as-sheet {
		position: fixed;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 2601;
	}

	.as-sheet.is-top {
		top: 0;
		box-shadow: 0 0 2px 1px rgba(0,0,0,.03),0 7px 31px 0 rgba(5,35,77,.1);
	}

	.as-sheet:not(.is-top) {
		bottom: 0;
		box-shadow: 0 0 2px 0 rgba(0,0,0,.03),0 -10px 31px 0 rgba(5,35,77,.1);
	}

	.tour-stwbooking-sheet {
		padding: 8px 16px;
		display: block;
	}

	.tour-stwbooking__body {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.tour-stwbooking__price {
		font-size: 18px;
		line-height: 1.35;
		white-space: nowrap;
	}

	.tour-stwbooking__price-value {
		font-weight: 700;
		color: #242440;
	}

	.tour-stwbooking__duration {
		display: none;
		align-items: center;
		margin-top: 4px;
		font-size: 14px;
		line-height: 1.1;
		color: #242440;
	}

	@media(min-width:371px) {
		.tour-stwbooking__duration {
			display: inline-flex;
		}
	}

	.tour-stwbooking__info--flex {
		display: flex;
		align-items: center;
	}

	.tour-stwbooking__info--flex .tour-stwbooking__duration {
		margin-left: 8px;
		margin-top: 0;
		font-size: 12px;
	}

	.tour-stwbooking__info--flex .tour-stwbooking__price {
		font-size: 12px;
		color: #7f8999;
	}

	.tour-stwbooking__info--flex .tour-stwbooking__price-value {
		margin-left: 4px;
		font-size: 18px;
	}

	.tour-stwbooking__tickets {
		display: flex;
		align-items: center;
		margin-top: 6px;
	}

	.tour-stwbooking__tickets img {
		margin-right: 4px;
	}

	.tour-stwbooking__tickets-btn {
		padding: 0;
		border: 0;
		outline: none;
		font-family: Roboto,Helvetica Neue,Arial,sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 100%;
		cursor: pointer;
		text-align: left;
		transition: color .2s;
	}

	.tour-stwbooking__tickets-btn:not(.is-disabled) {
		background-color: #fff;
		color: #7366ff;
	}

	.tour-stwbooking__tickets-btn:not(.is-disabled):hover {
		background-color: #fff;
		color: #4e3dff;
	}

	.tour-stwbooking__tickets-btn:not(.is-disabled):active {
		background-color: #fff;
		color: #7366ff;
	}

	.tour-stwbooking__button {
		font-weight: 700;
		font-size: 14px;
		line-height: 1.2;
		min-height: 45px;
	}

	.tour-stwbooking__button-desc {
		margin-top: 2px;
		display: block;
		font-size: 12px;
		font-weight: 400;
	}
	
}