.callendarPanel__header {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.callendarPanel__header > a,
.callendarPanel__header > button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.callendarPanel__header > a,
.callendarPanel__header > button,
.callendarPanel__header > a:hover,
.callendarPanel__header > button:hover {
  text-decoration: none;
}
.callendarPanel__header > a:before,
.callendarPanel__header > button:before {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6e6e6;
  font-size: 2.5em;
}
.callendarPanel__header > a.__prev:before,
.callendarPanel__header > button.__prev:before {
  content: "\e408";
}
.callendarPanel__header > a.__next:before,
.callendarPanel__header > button.__next:before {
  content: "\e409";
}
.callendarPanel__header > a.__disabled,
.callendarPanel__header > button.__disabled {
  color: #e6e6e6;
  cursor: default;
}
.callendarPanel__header > b {
  -ms-flex: auto;
      flex: auto;
  padding: 0.7em 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1em;
}
.callendarPanel__body {
  padding: 0 11px;
  margin: 0 3px;
  text-align: center;
  background: #fff;
  position: relative;
}
.callendarPanel__body > table {
  width: 100%;
  border-spacing: 1px;
  table-layout: fixed;
}
.callendarPanel__body > table td,
.callendarPanel__body > table th {
  font-weight: normal;
  line-height: 0;
  vertical-align: middle;
  border: none;
  background: #fff;
  padding: calc(50% / 7) 0;
}
.callendarPanel__body > table > thead > tr > th {
  color: #e6e6e6;
}
.callendarPanel__body > table > tbody {
  position: relative;
}
.callendarPanel__body > table > tbody > tr > td {
  position: relative;
  cursor: pointer;
}
.callendarPanel__body > table > tbody > tr > td:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #e6e6e6;
}
.callendarPanel__body > table > tbody > tr > td:hover,
.callendarPanel__body > table > tbody > tr > td.active_day,
.callendarPanel__body > table > tbody > tr > td.active_day_range {
  z-index: 1;
}
.callendarPanel__body > table > tbody > tr > td.active_day:before,
.callendarPanel__body > table > tbody > tr > td.active_day_range:before {
  border: 1px solid #00B3F0;
}
.callendarPanel__body > table > tbody > tr > td.active_day_range {
  background: #EFFBFF;
  z-index: 2;
}
.callendarPanel__body > table > tbody > tr > td.active_day_range:not(.active_day).__first_day:after,
.callendarPanel__body > table > tbody > tr > td.active_day_range:not(.active_day).__last_day:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0px;
  background: #00aeef;
  border-radius: 0px 12px 12px 0px;
}
.callendarPanel__body > table > tbody > tr > td.active_day_range:not(.active_day).__first_day:not(.__last_day):after {
  left: -5px;
  transform: rotate(180deg);
  width: 5px;
}
.callendarPanel__body > table > tbody > tr > td.active_day_range:not(.active_day).__last_day:not(.__first_day):after {
  right: -5px;
  left: auto;
  width: 5px;
}
.callendarPanel__body > table > tbody > tr > td.active_day {
  background: linear-gradient(90deg, #00B3F0 0%, #00D5F9 100%);
}
.callendarPanel__body > table > tbody > tr > td.active_day,
.callendarPanel__body > table > tbody > tr > td.active_day > a,
.callendarPanel__body > table > tbody > tr > td.active_day > button {
  color: #fff !important;
}
.callendarPanel__body > table > tbody > tr > td.active_day .date_statistic {
  color: #fff !important;
}
.callendarPanel__body > table > tbody > tr > td:hover:before {
  border: 1px solid #00D5F9;
}
.callendarPanel__body > table > tbody > tr > td.__disabled {
  color: #e6e6e6;
  cursor: default;
}
.callendarPanel__body > table > tbody > tr > td.__disabled:hover:before {
  border: 1px solid #e6e6e6;
}
.callendarPanel__body > table > tbody > tr > td.__statistic > span:not(.date_statistic) {
  position: absolute;
  top: 30%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%);
}
.callendarPanel__body > table > tbody > tr > td > a,
.callendarPanel__body > table > tbody > tr > td > button {
  padding: 0;
  margin: 0;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  z-index: 1;
  background: transparent;
  width: 100%;
}
.callendarPanel__body > table > tbody > tr > td > a:hover,
.callendarPanel__body > table > tbody > tr > td > button:hover {
  text-decoration: none;
  color: #333;
}
.callendarPanel__body > table > tbody > tr > td .date_statistic {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%);
  font-size: 9px;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: #797979;
}
.callendarPanel__body > table > tbody > tr > td .date_statistic .date_statistic_currency {
  position: relative;
  top: 8px;
}
.callendarPanel__body > table > tbody > tr > td.__min_prince .date_statistic {
  color: #3BA96F;
}
.callendarPanel__body > table > tbody > tr > td.__max_prince .date_statistic {
  color: #ee2316;
}
.callendarPanel__body > table > tbody > tr:nth-child(1) > td {
  border-top: 1px solid #e6e6e6;
}
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-child(1),
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-child(1):before {
  border-radius: 3px 0 0 0;
}
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-child(1) > a,
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-child(1) > button {
  border-radius: 2px 0 0 0;
}
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-last-child(1),
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-last-child(1):before {
  border-radius: 0 3px 0 0;
}
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-last-child(1) > a,
.callendarPanel__body > table > tbody > tr:nth-child(1) > td:nth-last-child(1) > button {
  border-radius: 0 2px 0 0;
}
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-child(1),
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-child(1):before,
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-child(1) > a,
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-child(1) > button {
  border-radius: 0 0 0 2px;
}
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-last-child(1),
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-last-child(1):before,
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-last-child(1) > a,
.callendarPanel__body > table > tbody > tr:nth-last-child(1) > td:nth-last-child(1) > button {
  border-radius: 0 0 2px 0;
}
.callendarPanel__footer {
  padding-left: 12px;
  padding-right: 12px;
}
.callendarPanel__footer:not(:empty) {
  padding-top: 12px;
}
.callendarPanel__nav:hover,
.callendarPanel__nav:hover:before {
  color: #00D5F9;
}
.filterPanel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filterPanel__header {
  text-align: center;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1;
}
.filterPanel__header:before {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -0.25em;
}
.filterPanel__header > span {
  -ms-flex: auto;
      flex: auto;
}
.filterPanel__footer__findedTours {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  text-align: center;
}
.filterPanel__footer .filterPanel__reset {
  font-weight: 600;
}
.filterPanel__footer .filterPanel__reset:before {
  content: "\e979";
  display: inline-block;
  margin-right: 0.3em;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0.1em;
}
.filterPanel__footer .filterPanel__submit {
  font-weight: 600;
}
.filterPanel__item:not(:nth-child(1)) {
  border-top: 1px solid #e6e6e6;
}
.filterPanel__item__header {
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  cursor: pointer;
  background: #fff;
  font-weight: 500;
}
.filterPanel__item__header:after {
  display: block;
  color: #00aeef;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filterPanel__item__header > span {
  -ms-flex: auto;
      flex: auto;
}
.filterPanel__item__body__inner {
  padding: 12px;
}
.filterPanel__item__body__inner:after {
  content: '';
  display: block;
  clear: both;
}
.filterPanel__item__footer > button.__azureBorder {
  margin: 0 12px 12px 12px;
  width: calc(100% -  24px );
}
.filterPanel__item:not(.__active) .filterPanel__item__header:after {
  content: "\e5cf";
}
.filterPanel__item:not(.__active) .filterPanel__item__body {
  display: none;
}
.filterPanel__item:not(.__active) .filterPanel__item__footer {
  display: none;
}
.filterPanel__item.__active .filterPanel__item__header {
  border-bottom: 1px solid #f8f8f8;
}
.filterPanel__item.__active .filterPanel__item__header:after {
  content: "\e5ce";
}
.filterPanel.__possibleReset .filterPanel__reset {
  display: block;
}
.filterPanel:not(.__possibleReset) .filterPanel__reset {
  display: none;
}
.filterPanel.__possibleSubmit .filterPanel__submit {
  display: block;
}
.filterPanel:not(.__possibleSubmit) .filterPanel__submit {
  display: none;
}
.filterPanel > .ZIK__loader {
  background: rgba(255, 255, 255, 0.5);
}
.filterPanel__item.__Countries .formControl .formControl__badge {
  top: 0;
}
.filterPanel__item.__Persons .personsForm {
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0 12px 12px 12px;
}
.filterPanel__item.__Persons .personsForm .__adultsCount > span + select,
.filterPanel__item.__Persons .personsForm .__kidsCount > span + select {
  width: 55%;
  cursor: pointer;
}
.filterPanel__item.__Persons .personsForm .__adultsCount > span,
.filterPanel__item.__Persons .personsForm .__kidsCount > span {
  width: 45%;
}
.filterPanel__item.__Persons .personsForm .__adultsCount > span > small,
.filterPanel__item.__Persons .personsForm .__kidsCount > span > small {
  color: #bfbfbf;
  font-size: 0.85em;
  display: block;
}
.filterPanel__item.__Persons .personsForm .kidsAges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0 0 0;
  border-top: 1px solid #e6e6e6;
  margin: 12px 0 -12px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.filterPanel__item.__Persons .personsForm .kidsAges > .formControl {
  width: calc(50% -  6px );
  margin: 0 0 12px 0;
}
.filterPanel__item.__Dates .callendarPanel {
  padding: 12px 0;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0 12px 12px 12px;
}
.filterPanel {
  margin-right: 12px;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 1;
}
.filterPanel__header {
  display: none;
}
.filterPanel__footer {
  padding: 12px;
  border-top: 1px solid #e6e6e6;
}
.filterPanel__footer .btn + .btn {
  margin-top: 12px;
}
.filterPanel__footer__findedTours {
  display: none;
}
#farImplFilterPanel {
  display: none;
}
