<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datepicker {
  position: relative;
}
.datepicker.is-filled {
  color: #e60000;
}
.datepicker.is-filled .datepicker__label {
  color: #e60000;
}
.datepicker.is-filled .datepicker__clear {
  display: block;
}
.datepicker.is-filled.datepicker_clearable {
  margin-right: 20px;
}
.datepicker.is-filled.datepicker_clearable .datepicker__clear {
  display: block;
}
@media screen and (min-width: 760px) {
  .datepicker_centered {
    text-align: center;
  }
}
.datepicker_range .input {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  height: 100%;
}
.datepicker_range .datepicker__text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  color: #1381b4;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background: url("../../../content/i/b-icon/gray/b-icon_date.svg") no-repeat;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  background-size: 19px;
}
@media screen and (max-width: 1679px) {
  .datepicker_range .datepicker__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .datepicker_range .datepicker__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .datepicker_range .datepicker__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .datepicker_range .datepicker__text {
    line-height: 2.5rem;
    padding: 0 30px 0 45px;
    background-position: 8px center;
  }
}
@media screen and (max-width: 959px) {
  .datepicker_range .datepicker__text {
    padding-left: 25px;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
  }
}
@media screen and (max-width: 759px) {
  .datepicker_range .datepicker__text {
    padding: 7px 40px 7px 40px;
    width: 100%;
    font-size: 21px;
    line-height: 1.38;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 13px 6px;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .datepicker_range .datepicker__text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .datepicker_range .datepicker__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .datepicker_range .datepicker__text {
    font-size: 16px;
    line-height: 1.38;
  }
}
.datepicker_labled {
  display: inline-block;
  position: relative;
}
.datepicker_labled:hover .datepicker__label {
  color: #e60000;
}
.datepicker_labled .input {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  height: 100%;
}
@media screen and (min-width: 760px) {
  .datepicker_thin .datepicker__label {
    line-height: 36px;
  }
}
@media screen and (max-width: 759px) {
  .datepicker_thin .datepicker__label {
    line-height: 44px;
  }
}
.datepicker__clear {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  display: inline-block;
  display: none;
  cursor: pointer;
}
.datepicker__clear:before,
.datepicker__clear:after {
  content: '';
  position: absolute;
  background-color: #acb8c1;
  width: 1px;
  height: 14px;
}
.datepicker__clear:before {
  left: 4.5px;
  top: -1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.datepicker__clear:after {
  right: 4.5px;
  top: -1.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.datepicker__icon {
  position: absolute;
}
.datepicker__icon_calendar {
  display: block;
  width: 19px;
  height: 19px;
  background: url("../../../content/i/b-icon/gray/b-icon_date.svg") no-repeat;
  -webkit-background-size: 19px;
  -moz-background-size: 19px;
  background-size: 19px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .datepicker__icon_calendar {
    margin-top: -7px;
  }
}
@media screen and (min-width: 960px) {
  .datepicker__icon_calendar + .datepicker__label {
    padding-left: 25px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .datepicker__icon_calendar + .datepicker__label {
    padding-left: 25px;
  }
}
@media screen and (max-width: 759px) {
  .datepicker__icon_calendar + .datepicker__label {
    padding: 7px 0 7px 30px;
  }
}
.datepicker__label {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  color: #1381b4;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1679px) {
  .datepicker__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .datepicker__label {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .datepicker__label {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .datepicker__label {
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .datepicker__label {
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
  }
}
@media screen and (max-width: 759px) {
  .datepicker__label {
    width: 100%;
    font-size: 21px;
    line-height: 1.38;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .datepicker__label {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .datepicker__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .datepicker__label {
    font-size: 16px;
    line-height: 1.38;
  }
}
</pre></body></html>