.calendar--start,
.calendar--finish {
	display: none;
	position: absolute;
	top: 0;
	left: 561px;
	width: 207px;
	background-color: #fdf2d3;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.35);
}

.calendar--start:after,
.calendar--finish:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 26px solid #fdf2d3;
	border-bottom: 15px solid transparent;
}

.calendar--start:after {
	top: 60px;
	left: -20px;
}

.calendar--finish:after {
	top: 105px;
	left: -20px;
}

.ui-datepicker-header {
	padding-top: 8px;
}

.ui-datepicker-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 20px;
}

.ui-datepicker-month,
.ui-datepicker-year {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 84px;
	border: 3px solid #38302b;
	border-radius: 10px;
	background-color: #fdf2d3;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #38302b;
	outline: none;
}

.ui-datepicker-month {
	min-width: 84px;
	width: auto;
}

.ui-datepicker-year {
	width: 66px;
}

.ui-datepicker-calendar {
	padding: 0 20px 10px 20px;
}

.ui-datepicker-calendar > thead > tr {
}

.ui-datepicker-calendar > thead > tr > th {
	width: 23px;
}

.ui-datepicker-calendar > thead > tr > th > span {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #38302b;
}

.ui-datepicker-calendar > tbody > tr > td > span {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #71665e;
}

.ui-datepicker-calendar > tbody > tr > td {
	text-align: center;
}

.ui-datepicker-calendar > tbody > tr > td > a {
	font-family: 'PT Sans Narrow', sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	color: #38302b;
}

/*.ui-datepicker-today,*/
.ui-datepicker-current-day {
	background-color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	z-index: 5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
}

.ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker-next {
	right: 2px;
}

.ui-datepicker-prev > span:after {
	content: '';
	display: block;
	width: 13px;
	height: 14px;
	background-image: url("../img__ad/prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.ui-datepicker-next > span:after {
	content: '';
	display: block;
	width: 13px;
	height: 14px;
	background-image: url("../img__ad/next.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;	
}