#podbor .datesbegin {
  height: 30px;
  min-height: inherit;
  display: flex;
  align-items: center;
  background-color: inherit;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #fff;
  padding-left: 15px;
  border-radius: 0;
  margin-top: 9px;
}
#podbor .datesbegin-dates {
  margin-top: 0;
}
#podbor .datesbegin:before {
  top: calc(50% - 10px);
  background: url(/assets/i/icons/calendar-white.svg) no-repeat;
}
#podbor .datesbegin-container {
  width: 275px;
  min-width: inherit;
}

.datesbegin-container {
  min-width: 210px;
}

.datesbegin {
  min-height: 60px;
  font-weight: bold;
  border-radius: 6px;
  outline: none;
  position: relative;
  font-size: 16px;
  padding: 7px 26px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.datesbegin:before {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/assets/i/calendar.svg) no-repeat;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 22px;
  border-width: thin;
  right: 20px;
  top: calc(50% - 5px);
}

.datesbegin-description {
  color: #888;
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: normal;
}

.datesbegin-dates {
  margin-bottom: 0;
  margin-top: 5px;
}

.calendar {
  display: none;
  background: #fff;
  padding: 15px;
  width: 300px;
  border-radius: 6px;
  height: auto;
  margin: 10px auto 0 auto;
  position: absolute;
  z-index: 20;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.datesbegin-container.active .calendar {
  display: block;
}

.calendar-wrapper {
  height: 325px;
  overflow: auto;
  margin-right: -12px;
}

.calendar-header-nav {
  display: flex;
  justify-content: space-around;
  margin: 0 0 5px 0;
  padding: 0;
}

.calendar li {
  list-style: none;
}

.calendar .btn {
  padding: 11px;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
}

.month, .week-title {
  display: flex;
  flex-wrap: wrap;
}

.day, .week-title > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 14.2857142857%;
  height: 32px;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #313140;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.calendar .weekend {
  color: #ff6600;
}
.calendar .past {
  color: #ccc;
}

.calendar-header-nav li {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 6px;
}

.calendar-header-nav li.active {
  background-color: #ff6600;
  color: #fff;
}

.month-title {
  font-weight: bold;
  margin: 12px 12px 5px 12px;
}

.day-start, .day-from, .day-to {
  background-color: #ff6600;
  color: #fff !important;
}

.day-from {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.day-to {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.between {
  background-color: #ff9954;
}

.calendar-bottom {
  margin-top: 10px;
}

.calendar .flexible {
  display: none;
}

.flexible .month-title {
  margin-right: 0;
}

.ul-flexible {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ul-flexible li {
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
.ul-flexible li:hover, .ul-flexible li.active {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.ul-flexible li:last-child {
  margin-right: 0;
}/*# sourceMappingURL=cruise-calendar.css.map */