/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.1);
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.1);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.1);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #ffb866;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.1);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #ffb866;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #ffb866;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #ffb866;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #ffb866;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #ffb866;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #ffb866;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.1);
  border-right: 1px solid rgba(72, 72, 72, 0.1);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ffb866;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ffb866;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ffb866;
  box-shadow: -10px 0 0 #ffb866;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ffb866, 5px 0 0 #ffb866;
  box-shadow: -5px 0 0 #ffb866, 5px 0 0 #ffb866;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.1);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.1);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.icon20 {
  width: 20px;
  height: 20px;
}

.icon24 {
  width: 24px;
  height: 24px;
}

.dn {
  display: none !important;
}

.container {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 320px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1316px) {
  .container {
    max-width: 1316px;
  }
}

.main-text {
  color: var(--blue-secondary-light-hover, #4a566e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.heading-1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px; /* 125% */
}

.heading-2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px; /* 115.789% */
}

.heading-3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}

.heading-4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px; /* 123.077% */
}

.heading-5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}

.heading-6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}

.heading-7 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.heading-8 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.heading-9 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.heading-10 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.heading-11 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.accent {
  color: var(--org-primary-dark-normal);
}

.accent-bg {
  background-color: var(--org-primary-dark-normal);
}

.section {
  padding: 60px 0;
}
@media screen and (max-width: 991.9px) {
  .section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .section {
    padding: 16px 0;
  }
}
.section .container {
  width: 100%;
  padding: 0 58px;
}
@media screen and (max-width: 1199.9px) {
  .section .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 575.9px) {
  .section .container {
    padding: 0 20px;
  }
}
.section__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 16px;
  line-height: 1.15;
}
@media screen and (max-width: 1199.9px) {
  .section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .section__title {
    font-size: 24px;
  }
}
.section__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .section__txt {
    font-size: 14px;
  }
}

:root {
  --org-primary-light-normal: #f0c7a5;
  --org-primary-light-hover: #f2c6a2;
  --org-primary-light-active: #ecc19e;
  --org-primary-dark-normal: #efa163;
  --org-primary-dark-hover: #e89c5f;
  --org-primary-dark-active: #d28d55;
  --btn-primary-hover: #e79b5e;
  --blue-secondary-light-normal: #96a0b6;
  --blue-secondary-light-hover: #4a566e;
  --blue-secondary-light-active: #374054;
  --blue-secondary-dark-normal: #27334c;
  --blue-secondary-dark-hover: #222c42;
  --blue-secondary-dark-active: #182135;
  --other-light-normal: #ffffff;
  --other-light-hover: #f8f8f8;
  --other-light-active: #f0f0f0;
  --other-dark-normal: #f7f5f1;
  --other-dark-hover: #eae5df;
  --other-dark-active: #dfd9d2;
  --transition-250: 250ms;
  --secondary-text-color: #a6a6a6;
  --secondary-text-color-2: rgba(74, 86, 110, 0.5);
  --gray: #6d737a;
  --new-label-bg: #ef6363;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.bttn {
  padding: 12px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #f0fdf4;
  border-radius: 6px;
  background-color: var(--org-primary-dark-normal);
  box-shadow: 0px 0px 65px 0px rgba(105, 185, 157, 0.32);
  transition: var(--transition-250);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bttn:hover, .bttn:focus {
  background-color: var(--btn-primary-hover);
}
.bttn--light-accent {
  color: var(--org-primary-dark-normal);
  background-color: rgba(239, 161, 99, 0.1);
}
.bttn--light-accent:hover, .bttn--light-accent:focus {
  background-color: rgba(239, 161, 99, 0.1);
}
.bttn--large {
  padding: 15px 48px;
  letter-spacing: 0.04px;
}
@media screen and (max-width: 575.9px) {
  .bttn--large {
    padding: 12px 12px;
  }
}
.bttn--header {
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (max-width: 575.9px) {
  .bttn--header {
    font-size: 14px;
    line-height: 1.2;
  }
}
.bttn--secondary {
  background-color: #96a0b6;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.bttn--secondary:hover, .bttn--secondary:focus {
  background-color: #96a0b6;
}
.bttn--secondary:disabled {
  color: var(--blue-secondary-light-normal, #96a0b6);
  background-color: var(--other-light-active, #f0f0f0);
  pointer-events: none;
  cursor: auto;
}
.bttn--arrow {
  background-color: transparent;
  box-shadow: none;
  color: var(--org-primary-dark-normal, #efa163);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.5px;
}
.bttn--arrow svg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(239, 161, 99, 0.58);
}
.bttn--arrow:hover, .bttn--arrow:focus {
  color: var(--btn-primary-hover, #e79b5e);
  background-color: transparent;
}

.clear-btn {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  transition: var(--transition-250);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.clear-btn:hover, .clear-btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.choices[data-type*=select-one]::after {
  display: none !important;
}

.choices__inner {
  background-color: transparent;
  padding: 0 !important;
  border: 1px solid transparent;
  font-size: 14px;
  min-height: auto;
  margin-left: -2px;
}

.choices__list {
  width: max-content;
  background-color: transparent;
  border: 1px solid transparent;
}

.choices__list--single {
  padding: 0;
  color: rgba(74, 86, 110, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  display: flex;
  align-items: center;
  gap: 13px;
}
.choices__list--single::after {
  flex-shrink: 0;
  content: "";
  height: 24px;
  width: 24px;
  border: none;
  background-image: url("../img/svgicons/arrow-down.svg");
  pointer-events: none;
}

.choices__list--dropdown {
  margin-left: -2px;
}

.is-focused .choices__inner {
  border: 1px solid transparent;
}

.is-open.is-focused .choices__inner {
  border: 1px solid #b7b7b7;
}

.gallery-label {
  width: max-content;
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--other-light-normal);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.035px;
}
.gallery-label.label-reduced {
  background-color: var(--org-primary-dark-normal);
}
.gallery-label.label-new {
  background-color: var(--new-label-bg);
}

.g-card {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 25.697px 72.808px rgba(59, 77, 129, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.g-card:hover, .g-card:focus {
  transform: scale(1.02);
}
.g-card__img-wrapper {
  flex-shrink: 0;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.g-card__img-wrapper img {
  width: 100%;
}
.g-card__info {
  padding: 16px;
  overflow: hidden;
}
.g-card__title {
  color: var(--blue-secondary-dark-normal);
}
.g-card__subtitle {
  color: var(--blue-secondary-light-hover);
  margin-bottom: 14px;
}
.g-card__price {
  margin-bottom: 14px;
}
.g-card__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199.9px) {
  .g-card__list {
    gap: 12px;
  }
}
@media screen and (max-width: 991.9px) {
  .g-card__list {
    gap: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .g-card__list {
    max-width: 228px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.g-card__list-item {
  display: flex;
  align-items: center;
  gap: 6.42px;
  color: var(--gray);
}
@media screen and (max-width: 575.9px) {
  .g-card__list-item {
    gap: 4px;
  }
}
.g-card__label {
  position: absolute;
  right: -10px;
  top: -10px;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media screen and (max-width: 767.9px) {
  .gallery__list {
    justify-content: center;
  }
}
.gallery__list-item {
  flex-basis: calc((100% - 46px) / 3);
}
@media screen and (max-width: 991.9px) {
  .gallery__list-item {
    flex-basis: calc((100% - 23px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .gallery__list-item {
    flex-basis: 100%;
  }
}

.social__list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo svg {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 575.9px) {
  .logo svg {
    width: 32px;
    height: 32px;
  }
}
.logo__span {
  color: var(--blue-secondary-dark-normal);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 575.9px) {
  .logo__span {
    font-size: 18px;
  }
}

.navigation__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.navigation__link {
  color: var(--blue-secondary-light-hover);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  position: relative;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--org-primary-dark-normal);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__link.active {
  color: var(--org-primary-dark-normal);
  font-weight: 500;
}
.navigation__link.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.navigation__link:hover {
  color: var(--org-primary-dark-normal);
}
.navigation.footer-nav .navigation__link {
  font-size: 16px;
  line-height: 24px;
}
.navigation.footer-nav .navigation__link.active {
  color: var(--blue-secondary-light-hover);
  font-weight: 500;
}
.navigation.footer-nav .navigation__link:hover {
  color: var(--blue-secondary-light-hover);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .backdrop {
    padding: 93px 15px;
  }
}
.backdrop.is-hidden {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.modal {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 40px;
  transform: scale(1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 450px;
    min-height: 609px;
  }
}
@media screen and (min-width: 1200px) {
  .modal {
    width: 528px;
    min-height: 581px;
  }
}
.modal.detail-modal {
  background-color: var(--other-dark-normal);
  width: 100%;
  aspect-ratio: 16/9;
  padding: 40px 5px 5px 5px;
}
@media screen and (min-width: 768px) {
  .modal.detail-modal {
    width: 80vw;
    min-height: auto;
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .modal.detail-modal {
    width: 70vw;
    min-height: auto;
  }
}
.modal.detail-modal .wrapper {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.modal.detail-modal .wrapper img {
  width: 100%;
  height: 100%;
}
.modal.detail-modal h2 {
  color: var(--blue-secondary-dark-normal);
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .modal.detail-modal h2 {
    left: 40px;
  }
}
.backdrop.is-hidden .modal {
  transform: scale(0);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media screen and (min-width: 768px) {
  .backdrop.is-hidden .modal {
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}

.close-btn {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.icon-close {
  width: 14px;
  height: 14px;
}

.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  color: var(--org-primary-dark-normal);
  cursor: pointer;
  transition: var(--transition-250);
  opacity: 0.95;
  pointer-events: all;
}
.scrollToTop svg {
  transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(239, 161, 99, 0.58);
}
.scrollToTop__hidden {
  opacity: 0;
  pointer-events: none;
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar span.flatpickr-weekday,
.flatpickr-calendar .flatpickr-month,
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--org-primary-dark-normal);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #ffffff;
}
@media screen and (max-width: 374.9px) {
  .flatpickr-calendar {
    max-width: 320px !important;
    width: 250px !important;
  }
  .flatpickr-calendar .flatpickr-day {
    border-radius: 50%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .flatpickr-calendar.animate.open, .flatpickr-calendar animate arrowLeft arrowTop centerMost open {
    left: 34px !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    overflow: hidden;
  }
  .flatpickr-calendar .flatpickr-months,
  .flatpickr-calendar .dayContainer {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
  .flatpickr-calendar .flatpickr-innerContainer,
  .flatpickr-calendar .flatpickr-rContainer,
  .flatpickr-calendar .flatpickr-weekdays {
    width: 250px;
  }
  .flatpickr-calendar .flatpickr-current-month {
    width: 55%;
    display: flex;
    align-items: center;
  }
  .flatpickr-calendar .flatpickr-current-month input.cur-year {
    width: 70px;
    font-size: 16px;
  }
  .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 14px;
  }
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 767.9px) {
  .header .container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 575.9px) {
  .header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1315.9px) {
  .header .menu {
    gap: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .header .menu {
    gap: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .header .menu {
    gap: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991.9px) {
  .header .menu .navigation {
    display: none;
  }
}
@media screen and (max-width: 1199.9px) {
  .header .menu .navigation__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1199.9px) {
  .header .menu .navigation__link {
    font-size: 16px;
  }
}
.header .menu .burger-menu-controls {
  height: 44px;
  width: 44px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575.9px) {
  .header .menu .burger-menu-controls {
    height: 32px;
    width: 32px;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .burger-menu-controls {
    display: none;
  }
}
.header .menu .burger-menu-controls .burger-menu-btn {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: var(--transition-250);
}
.header .menu .burger-menu-controls .burger-menu-btn.btn-hidden {
  transform: scale(0);
  pointer-events: none;
}
.header .menu .burger-menu-controls .burger-menu-btn svg {
  color: var(--blue-secondary-dark-normal);
  height: 100%;
  width: 100%;
}
.header .mobile-menu {
  width: 100%;
  background-color: var(--other-dark-normal);
  position: fixed;
  top: 122px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  transition: var(--transition-250);
  transform: translateX(100%);
}
@media screen and (max-width: 767.9px) {
  .header .mobile-menu {
    top: 112px;
  }
}
@media screen and (max-width: 575.9px) {
  .header .mobile-menu {
    top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .header .mobile-menu {
    display: none;
  }
}
.header .mobile-menu.visible {
  transform: translateX(0);
}
.header .mobile-menu .container {
  align-items: flex-start;
}
.header .mobile-menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 575.9px) {
  .header .mobile-menu__list {
    padding-top: 0;
    padding-bottom: 0;
    gap: 20px;
  }
}
.header .mobile-menu__link {
  color: var(--blue-secondary-dark-normal);
  transition: var(--transition-250);
}
.header .mobile-menu__link.active {
  color: var(--org-primary-dark-normal);
}
@media screen and (max-width: 575.9px) {
  .header .mobile-menu__link {
    font-size: 24px;
    line-height: 28px;
  }
}

.hero__wrapper {
  width: 100%;
  height: 604px;
  position: relative;
}
@media screen and (max-width: 1199.9px) {
  .hero__wrapper {
    height: 524px;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__wrapper {
    height: auto;
  }
}
.hero__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 74px 50px 44px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199.9px) {
  .hero__content {
    padding: 44px 30px 44px;
  }
}
@media screen and (max-width: 991.9px) {
  .hero__content {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__content {
    padding: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__content {
    position: relative;
    padding: 16px;
    background-color: var(--other-dark-normal, #f7f5f1);
    border-radius: 24px;
  }
}
.hero__content h1 {
  color: var(--blue-secondary-dark-normal, #27334c);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25; /* 125% */
  max-width: 600px;
}
@media screen and (max-width: 1199.9px) {
  .hero__content h1 {
    font-size: 36px;
    max-width: 460px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__content h1 {
    font-size: 24px;
    max-width: 320px;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__content h1 {
    max-width: 100%;
  }
}
.hero__content p.main-text {
  margin-top: 16px;
  max-width: 586px;
}
@media screen and (max-width: 1199.9px) {
  .hero__content p.main-text {
    max-width: 420px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__content p.main-text {
    font-size: 14px;
    margin-top: 8px;
    max-width: 100%;
  }
}
.hero__content .features {
  margin-top: 28px;
  align-self: flex-start;
}
@media screen and (max-width: 1199.9px) {
  .hero__content .features {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__content .features {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__content .features {
    position: relative;
  }
}
.hero__content .features__list {
  display: flex;
}
.hero__content .features__item {
  position: relative;
  padding: 4px 18px;
  display: flex;
  flex-direction: column;
}
.hero__content .features__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background-color: var(--org-primary-light-normal, #f0c7a5);
}
.hero__content .features__item .number {
  color: var(--org-primary-dark-normal, #efa163);
}
.hero__content .features__item .txt {
  color: var(--blue-secondary-light-hover, #4a566e);
}
.hero__sliderjs {
  position: absolute;
  left: 0;
  top: 0;
  right: -36px;
  bottom: -48px;
  z-index: 1;
}
@media screen and (max-width: 575.9px) {
  .hero__sliderjs {
    display: none;
  }
}
.hero__sliderjs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 36px;
  bottom: 48px;
  background-color: var(--other-dark-normal, #f7f5f1);
  border-radius: 24px;
}
.hero__sliderjs .swiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__sliderjs-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 36px;
  bottom: 48px;
}
.hero__slider-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 12px !important;
  transform: translateX(-50%);
  width: max-content !important;
}
.hero__slider-pagination .swiper-pagination-bullet {
  background-color: var(--other-light-normal) !important;
  opacity: 1 !important;
  border-radius: 5px;
  transition: width var(--transition-250);
}
.hero__slider-pagination .swiper-pagination-bullet-active {
  width: 29px !important;
  background-color: var(--org-primary-dark-normal) !important;
}
.hero__tabs {
  width: max-content;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199.9px) {
  .hero__tabs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .hero__tabs {
    margin-top: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__tabs {
    margin-top: 0;
    position: absolute;
    bottom: -24px;
    left: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__tabs {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 16px;
    width: 100%;
  }
}
.hero__tabs-list {
  display: flex;
  align-items: center;
}
.hero__tabs-item {
  color: var(--secondary-text-color);
  padding: 12px 32px;
  transition: var(--transition-250);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1199.9px) {
  .hero__tabs-item {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 991.9px) {
  .hero__tabs-item {
    padding: 8px 12px;
  }
}
.hero__tabs-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--org-primary-dark-normal);
  border-radius: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: var(--transition-250);
}
.hero__tabs-item:first-child {
  border-top-left-radius: 6px;
}
.hero__tabs-item:last-child {
  border-top-right-radius: 6px;
}
.hero__tabs-item.active {
  color: var(--org-primary-dark-normal);
  background-color: var(--other-light-normal, #fff);
}
.hero__tabs-item.active::after {
  opacity: 1;
}
.hero__tabs-body {
  width: max-content;
  padding: 32px;
  border-radius: 0px 6px 6px 6px;
  background-color: var(--other-light-normal, #fff);
  box-shadow: 35px 35px 65px 0px rgba(146, 106, 120, 0.08);
  transition: border var(--transition-250);
}
@media screen and (max-width: 1199.9px) {
  .hero__tabs-body {
    padding: 24px;
  }
}
@media screen and (max-width: 991.9px) {
  .hero__tabs-body {
    padding: 12px;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__tabs-body {
    width: 100%;
  }
}
.hero__form {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1199.9px) {
  .hero__form {
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__form {
    flex-direction: column;
  }
  .hero__form button {
    align-self: center;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 575.9px) {
  .hero__form button {
    padding: 15px 48px;
    width: 100%;
  }
}
@media screen and (max-width: 575.9px) {
  .hero__form {
    width: 100%;
  }
}
.hero__form .label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__form .label__txt {
  color: var(--blue-secondary-dark-normal);
}
.hero__image {
  position: absolute;
  right: -64px;
  bottom: 0;
  width: 870px;
  height: 578px;
}
@media screen and (max-width: 1199.9px) {
  .hero__image {
    width: 770px;
    height: 513px;
  }
}
@media screen and (max-width: 991.9px) {
  .hero__image {
    width: 600px;
    height: 400px;
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__image {
    width: 100%;
    height: auto;
    right: 0px;
    bottom: 70px;
  }
}
.hero__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.hero__house-details {
  overflow: hidden;
  position: absolute;
  right: -18px;
  bottom: -24px;
  z-index: 2;
  border-radius: 12px;
  background-color: var(--other-light-normal-ffffff, #fff);
  padding: 17px;
  padding-bottom: 19px;
  box-shadow: 35px 35px 65px 0px rgba(146, 106, 120, 0.08), 35px 35px 65px 0px rgba(146, 106, 120, 0.08);
}
@media screen and (max-width: 991.9px) {
  .hero__house-details {
    right: 8px;
    bottom: calc(100% - 26px);
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767.9px) {
  .hero__house-details {
    right: 6px;
    bottom: -24px;
    transform: translateY(0);
    padding: 10px;
  }
}
.hero .details {
  min-width: 244px;
}
@media screen and (max-width: 767.9px) {
  .hero .details {
    min-width: auto;
    max-width: 234px;
  }
}
.hero .details__title {
  margin-bottom: 1px;
  color: #1f2744;
}
.hero .details__subtitle {
  margin-bottom: 5px;
  color: var(--secondary-text-color);
}
.hero .details__price {
  margin-bottom: 8px;
  color: var(--org-primary-dark-normal);
}
.hero .details__list {
  display: flex;
  align-items: center;
  gap: 26px;
}
.hero .details__list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--blue-secondary-dark-normal);
}

@media screen and (max-width: 991.9px) {
  .about-us.section {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
.about-us .container {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1199.9px) {
  .about-us .container {
    gap: 36px;
  }
}
@media screen and (max-width: 991.9px) {
  .about-us .container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.9px) {
  .about-us .container {
    flex-direction: column;
    gap: 56px;
  }
}
.about-us__left {
  flex-shrink: 0;
}
@media screen and (max-width: 1199.9px) {
  .about-us__left {
    flex-basis: calc((100% - 36px) / 2);
  }
}
@media screen and (max-width: 991.9px) {
  .about-us__left {
    padding-top: 10px;
  }
}
.about-us__image {
  width: 571px;
  height: 617px;
  border-radius: 10px 30px;
  position: relative;
}
@media screen and (max-width: 1199.9px) {
  .about-us__image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.about-us__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: -1;
  border: 2px solid var(--org-primary-dark-normal);
  box-shadow: 0px 62px 54px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 30px;
}
.about-us__image--thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px 30px;
  overflow: hidden;
}
.about-us__image img {
  width: 100%;
  height: 100%;
}
.about-us__label {
  width: 282px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(239, 161, 99, 0.25);
  background-color: var(--other-light-normal);
  position: absolute;
  bottom: -46px;
  right: 28px;
}
@media screen and (max-width: 767.9px) {
  .about-us__label {
    bottom: -32px;
  }
}
@media screen and (max-width: 575.9px) {
  .about-us__label {
    right: -10px;
    width: 100%;
  }
}
.about-us__label .icon {
  position: absolute;
  top: 0;
  right: 38px;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: var(--org-primary-dark-normal);
  border: 1px solid var(--other-light-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us__label .icon svg {
  margin-bottom: 4px;
  width: 31px;
  height: 31px;
}
.about-us__label-title {
  color: var(--blue-secondary-dark-normal);
}
.about-us__label-subtitle {
  color: var(--blue-secondary-light-hover);
}
.about-us__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.about-us__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-us__phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-secondary-light-hover);
}
.about-us__signature {
  width: 160px;
  height: 84px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .about-us__signature {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 575.9px) {
  .about-us__signature {
    position: relative;
  }
}
.about-us__signature img {
  width: 100%;
  height: 100%;
}

.property .section__info {
  padding-right: 184px;
  position: relative;
}
@media screen and (max-width: 991.9px) {
  .property .section__info {
    padding-right: 0;
  }
}
.property .section__txt {
  max-width: 700px;
}
.property__learn-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991.9px) {
  .property__learn-more-btn {
    position: relative;
  }
}
.property__gallery {
  margin-top: 40px;
}
@media screen and (max-width: 575.9px) {
  .property__gallery {
    margin-top: 20px;
  }
}

.awards .container {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 1199.9px) {
  .awards .container {
    gap: 36px;
  }
}
@media screen and (max-width: 991.9px) {
  .awards .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 575.9px) {
  .awards .container {
    gap: 20px;
  }
}
.awards__right {
  flex-shrink: 0;
  padding: 10px 60px;
  border-radius: 30px;
  background-color: var(--other-light-active);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199.9px) {
  .awards__right {
    flex-basis: calc((100% - 36px) / 2);
    padding: 10px 30px;
  }
}
@media screen and (max-width: 991.9px) {
  .awards__right {
    flex-basis: 100%;
    margin: 0 auto;
  }
}
.awards__images {
  display: flex;
  flex-direction: column;
}
.awards__images-row {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1199.9px) {
  .awards__images-row {
    gap: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .awards__images-row {
    justify-content: center;
    gap: 80px;
  }
}
@media screen and (max-width: 575.9px) {
  .awards__images-row {
    flex-direction: column;
    gap: 0px;
  }
}
.awards__images-item {
  width: 206px;
  height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 1199.9px) {
  .awards__images-item {
    width: 170px;
    height: 156px;
  }
}
@media screen and (max-width: 991.9px) {
  .awards__images-item {
    width: 206px;
    height: 190px;
  }
}
.awards__images-item img {
  width: 100%;
  height: 100%;
}
.awards .swiper2-button-prev {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .awards .swiper2-button-prev {
    display: none;
  }
}
.awards .swiper2-button-next {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .awards .swiper2-button-next {
    display: none;
  }
}
.awards__slider-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 12px !important;
  transform: translateX(-50%);
  width: max-content !important;
  z-index: 2;
}
.awards__slider-pagination .swiper-pagination-bullet {
  background-color: var(--other-light-normal) !important;
  opacity: 1 !important;
  border-radius: 5px;
  transition: width var(--transition-250);
}
.awards__slider-pagination .swiper-pagination-bullet-active {
  width: 29px !important;
  background-color: var(--org-primary-dark-normal) !important;
}

.resources .section__info {
  max-width: 590px;
}
.resources__tabs {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 575.9px) {
  .resources__tabs {
    margin-top: 20px;
    gap: 12px;
  }
}
.resources__tabs-header {
  align-self: flex-start;
}
.resources__tabs-list {
  display: flex;
  box-shadow: 0px 0px 19.4px rgba(141, 141, 141, 0.05);
  border-radius: 6px 6px 0px 0px;
}
.resources__tabs-item {
  color: var(--secondary-text-color-2);
  background-color: var(--other-light-hover);
  padding: 12px 32px;
  transition: var(--transition-250);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .resources__tabs-item {
    padding: 8px 20px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575.9px) {
  .resources__tabs-item {
    padding: 8px;
    font-size: 12px;
  }
}
.resources__tabs-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--org-primary-dark-normal);
  border-radius: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: var(--transition-250);
}
.resources__tabs-item:first-child {
  border-top-left-radius: 6px;
}
.resources__tabs-item:last-child {
  border-top-right-radius: 6px;
}
.resources__tabs-item.active {
  color: var(--org-primary-dark-normal);
  background-color: var(--other-light-normal, #fff);
}
.resources__tabs-item.active::after {
  opacity: 1;
}
.resources__tabs-body-item {
  width: 100%;
}
.resources__card-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 1315.9px) {
  .resources__card-list {
    align-items: stretch;
  }
}
@media screen and (max-width: 767.9px) {
  .resources__card-list {
    flex-direction: column;
  }
}
.resources__card-list-item {
  flex-basis: calc((100% - 44px) / 3);
  padding: 20px;
  border-radius: 12px;
  background-color: var(--other-light-normal);
  box-shadow: 0px 25.697px 72.808px 0px rgba(59, 77, 129, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991.9px) {
  .resources__card-list-item {
    flex-basis: calc((100% - 22px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .resources__card-list-item {
    flex-basis: 100%;
  }
}
.resources__card-title {
  color: var(--blue-secondary-dark-normal);
}
@media screen and (max-width: 767.9px) {
  .resources__card-title {
    font-size: 22px;
    line-height: 1.23;
  }
}
@media screen and (max-width: 575.9px) {
  .resources__card-title {
    font-size: 18px;
  }
}
.resources__card-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.resources__card-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 575.9px) {
  .resources__card-info-item p {
    font-size: 12px;
    line-height: 1.2;
  }
}

.contact-us .container {
  padding: 0 10px;
}
.contact-us__wrapper {
  border-radius: 24px;
  background-color: var(--other-dark-normal, #f7f5f1);
  padding: 60px 48px;
  position: relative;
}
@media screen and (max-width: 991.9px) {
  .contact-us__wrapper {
    padding: 30px 20px;
  }
}
.contact-us .section__info {
  padding-right: 184px;
  position: relative;
}
@media screen and (max-width: 991.9px) {
  .contact-us .section__info {
    padding-right: 0;
  }
}
.contact-us .section__txt {
  max-width: 900px;
}
.contact-us__contact-us-btn {
  position: absolute;
  bottom: 17px;
  right: 4px;
}
@media screen and (max-width: 991.9px) {
  .contact-us__contact-us-btn {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.contact-us__content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
  padding-left: 62px;
  padding-right: 62px;
}
@media screen and (max-width: 1315.9px) {
  .contact-us__content {
    gap: 20px;
  }
}
@media screen and (max-width: 1199.9px) {
  .contact-us__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .contact-us__content {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 575.9px) {
  .contact-us__content {
    margin-top: 20px;
  }
}
.contact-us__info-list {
  flex-basis: calc(100% - 513px - 9px);
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width: 1315.9px) {
  .contact-us__info-list {
    flex-basis: calc((100% - 20px) / 2);
    gap: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .contact-us__info-list {
    padding: 0 4px;
  }
}
@media screen and (max-width: 575.9px) {
  .contact-us__info-list {
    padding: 0;
    flex-direction: column;
    gap: 36px;
  }
}
.contact-us__info-list .c-info {
  display: flex;
  flex-direction: column;
}
.contact-us__info-list .c-info__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--org-primary-dark-normal);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .contact-us__info-list .c-info__icon {
    margin-bottom: 16px;
  }
}
.contact-us__info-list .c-info__icon svg {
  color: var(--other-light-normal);
}
.contact-us__info-list .c-info__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 16px;
}
@media screen and (max-width: 991.9px) {
  .contact-us__info-list .c-info__title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1199.9px) {
  .contact-us__info-list .c-info__content {
    word-break: break-all;
  }
  .contact-us__info-list .c-info__content .social__list {
    gap: 18px;
  }
}
.contact-us__info-list-item {
  flex-basis: calc((100% - 42px) / 2);
}
.contact-us__info-list-item:last-child .c-info__content {
  margin-top: 18px;
}
@media screen and (max-width: 1315.9px) {
  .contact-us__info-list-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 991.9px) {
  .contact-us__info-list-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575.9px) {
  .contact-us__info-list-item {
    flex-basis: 100%;
  }
}
.contact-us__form-wrapper {
  flex-basis: 513px;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: var(--other-light-normal);
  padding: 40px;
}
@media screen and (max-width: 1315.9px) {
  .contact-us__form-wrapper {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 991.9px) {
  .contact-us__form-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .contact-us__form-wrapper {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 575.9px) {
  .contact-us__form-wrapper {
    padding: 20px;
  }
}
.contact-us__form-wrapper .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us__form-wrapper .form__row {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.contact-us__form-wrapper .form__label {
  color: var(--blue-secondary-dark-normal);
}
.contact-us__form-wrapper .form__input {
  width: 100%;
  color: var(--blue-secondary-dark-normal);
  padding: 17px 16px;
  border-radius: 8px;
  border: 1px solid rgba(150, 160, 182, 0.5);
  transition: var(--transition-250);
}
.contact-us__form-wrapper .form__input:hover, .contact-us__form-wrapper .form__input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--org-primary-dark-normal);
}
.contact-us__form-wrapper .form__input::placeholder {
  color: rgba(74, 86, 110, 0.4);
}
@media screen and (max-width: 575.9px) {
  .contact-us__form-wrapper .form__input {
    padding: 12px;
  }
}
.contact-us__form-wrapper .form__textarea {
  width: 100%;
  height: 88px;
  overflow-y: auto;
  color: var(--blue-secondary-dark-normal);
  resize: none;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(150, 160, 182, 0.5);
  transition: var(--transition-250);
}
.contact-us__form-wrapper .form__textarea:hover, .contact-us__form-wrapper .form__textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--org-primary-dark-normal);
}
.contact-us__form-wrapper .form__textarea::placeholder {
  color: rgba(74, 86, 110, 0.4);
}
@media screen and (max-width: 575.9px) {
  .contact-us__form-wrapper .form__textarea {
    padding: 12px;
  }
}
.contact-us__form-wrapper .form__btn {
  width: 100%;
  line-height: 1;
  padding: 16px 32px;
  height: 54px;
}

.footer {
  background-color: var(--other-dark-normal);
}
.footer .container {
  padding: 0 58px;
}
@media screen and (max-width: 991.9px) {
  .footer .container {
    padding: 0 30px;
  }
}
.footer__content {
  padding: 48px 0;
}
@media screen and (max-width: 767.9px) {
  .footer__content {
    padding: 20px 0;
  }
}
.footer__divider {
  margin-top: 42px;
  margin-bottom: 40px;
  height: 1px;
  background-color: var(--other-dark-active);
}
@media screen and (max-width: 575.9px) {
  .footer__divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199.9px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__logo {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199.9px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__subscription {
  max-width: 356px;
  padding-top: 7px;
}
.footer .subscription__title {
  color: var(--blue-secondary-dark-normal);
}
.footer .subscription__txt {
  font-weight: 400;
}
.footer .subscription__form {
  max-width: 100%;
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575.9px) {
  .footer .subscription__form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .subscription__input {
  max-width: 226px;
  flex-grow: 1;
  color: var(--blue-secondary-light-hover);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--other-light-active);
  background-color: var(--other-light-normal);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: var(--transition-250);
  outline: none;
}
.footer .subscription__input:hover, .footer .subscription__input:focus {
  border: 1px solid var(--org-primary-dark-normal);
}
@media screen and (max-width: 575.9px) {
  .footer .subscription__input {
    max-width: 100%;
  }
}
.footer .subscription__btn {
  flex-shrink: 0;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575.9px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer__modals-info-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767.9px) {
  .footer__modals-info-menu {
    gap: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__modals-info-menu li > button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__rights {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .navigation__list {
    gap: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .footer .navigation__list {
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .navigation.footer-nav .navigation__link {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575.9px) {
  .footer .navigation.footer-nav .navigation__link {
    font-size: 11px;
  }
}

.detail-page {
  padding-top: 20px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .detail-page {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 575.9px) {
  .detail-page {
    padding-bottom: 24px;
  }
}
.detail-page__back {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .detail-page__back {
    margin-bottom: 16px;
  }
}
.detail-page__back .back-btn {
  justify-content: flex-start;
  width: max-content;
  color: var(--blue-secondary-dark-normal);
  gap: 16px;
}

.detail {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991.9px) {
  .detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 575.9px) {
  .detail {
    gap: 16px;
  }
}
.detail__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1199.9px) {
  .detail__main {
    width: 640px;
  }
}
@media screen and (max-width: 991.9px) {
  .detail__main {
    width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 575.9px) {
  .detail__main {
    gap: 16px;
  }
}
.detail__sidebar {
  flex-shrink: 0;
  width: 407px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1315.9px) {
  .detail__sidebar {
    width: 369px;
  }
}
@media screen and (max-width: 1199.9px) {
  .detail__sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 991.9px) {
  .detail__sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 575.9px) {
  .detail__sidebar {
    gap: 16px;
  }
}
.detail__images-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 991.9px) {
  .detail__images-list {
    flex-direction: row;
  }
}
@media screen and (max-width: 575.9px) {
  .detail__images-list {
    gap: 16px;
  }
}
@media screen and (max-width: 575.9px) {
  .detail__images-list {
    flex-direction: column;
  }
}
.detail__images-list img {
  width: 100%;
}

.house__image {
  width: 100%;
  position: relative;
}
.house__image img {
  width: 100%;
}
.house__image-label {
  position: absolute;
  top: -12px;
  right: -12px;
}
@media screen and (max-width: 991.9px) {
  .house__image-label {
    right: 12px;
  }
}
.house__image-controls {
  position: absolute;
  bottom: 21px;
  right: 26px;
}
@media screen and (max-width: 420.9px) {
  .house__image-controls {
    bottom: 11px;
    right: 100%;
    transform: translateX(100%);
  }
}
.house__image-controls ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 420.9px) {
  .house__image-controls ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.house__image-controls ul button.house__image-controls-btn {
  color: var(--other-dark-normal);
  padding: 6px;
}
@media screen and (max-width: 420.9px) {
  .house__image-controls ul button.house__image-controls-btn {
    width: max-content;
    padding: 3px 6px;
  }
}
.house__image-controls ul button.house__image-controls-btn svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 420.9px) {
  .house__image-controls ul button.house__image-controls-btn svg {
    width: 16px;
    height: 16px;
  }
}
.house__header {
  position: relative;
}
.house__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 12px;
}
.house__location {
  display: flex;
  align-items: center;
  gap: 4px;
}
.house__location svg {
  width: 24px;
  height: 24px;
}
.house__controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 575.9px) {
  .house__controls {
    position: static;
    margin-top: 12px;
  }
}
.house__controls .like-btn {
  transition: var(--transition-250);
}
.house__controls .share-btn-container {
  position: relative;
}
.house__controls .share-btn-container .share-btn {
  border-radius: 6px;
  border: 1px solid var(--blue-secondary-light-hover);
  padding: 12px 24px;
}
.house__controls .share-btn-container .share-options {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background-color: #fff;
  border: 1px solid var(--blue-secondary-light-hover);
  border-radius: 5px;
  padding: 5px;
}
.house__controls .share-btn-container .share-options .share-options-list {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
.house__controls .share-btn-container .share-options .share-options-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.house__controls .share-btn-container .share-options .share-options-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--blue-secondary-light-hover);
  transition: transform var(--transition-250);
}
.house__controls .share-btn-container .share-options .share-options-btn:hover, .house__controls .share-btn-container .share-options .share-options-btn:focus {
  transform: scale(1.1);
}
.house__list {
  margin-top: 24px;
  padding: 30px 50px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 25.697px 72.808px 0px rgba(59, 77, 129, 0.08), 0px 0px 9.7px 0px rgba(59, 77, 129, 0.05);
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1199.9px) {
  .house__list {
    padding: 20px 36px;
    gap: 24px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .house__list {
    padding: 16px;
    gap: 12px;
  }
}
@media screen and (max-width: 575.9px) {
  .house__list {
    margin-top: 16px;
    flex-wrap: wrap;
  }
}
.house__list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.house__list-item h4 {
  color: #686a79;
}
@media screen and (max-width: 575.9px) {
  .house__list-item h4 {
    display: none;
  }
}
.house__list-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.house__list-info svg {
  color: var(--org-primary-dark-normal);
  width: 24px;
  height: 24px;
}
.house__list-info span {
  color: var(--blue-secondary-dark-normal);
}

.h-divider {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  opacity: 0.25;
  background-color: var(--blue-secondary-light-normal);
}

.h-desc__caption {
  margin-bottom: 8px;
  color: var(--blue-secondary-dark-normal);
}
.h-desc__txt {
  color: #686a79;
}
.h-desc__btns {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 400.9px) {
  .h-desc__btns {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.h-desc__btns button {
  padding: 12px 24px;
}

.facilities__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .facilities__title {
    margin-bottom: 16px;
  }
}
.facilities__tabs-header {
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .facilities__tabs-header {
    margin-bottom: 16px;
  }
}
.facilities__tabs-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .facilities__tabs-list {
    flex-wrap: wrap;
  }
}
.facilities__btn {
  padding: 10px 24px;
  border-radius: 6px;
  border: 1px solid rgba(74, 86, 110, 0.5);
  color: rgba(74, 86, 110, 0.5);
}
@media screen and (max-width: 1199.9px) {
  .facilities__btn {
    padding: 8px 18px;
  }
}
.facilities__btn:hover, .facilities__btn:focus {
  border: 1px solid rgba(74, 86, 110, 0.5);
  color: rgba(74, 86, 110, 0.5);
}
.facilities__btn.active {
  color: var(--org-primary-dark-normal);
  border: 1px solid var(--org-primary-dark-normal);
}
.facilities__tabs-body-item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1199.9px) {
  .facilities__tabs-body-item {
    gap: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .facilities__tabs-body-item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .facilities__tabs-body-item {
    flex-direction: column;
    gap: 16px;
  }
}
.facilities__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.facilities__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1199.9px) {
  .facilities__list-item {
    gap: 12px;
  }
}
@media screen and (max-width: 374.9px) {
  .facilities__list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.facilities__list-item .left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--org-primary-dark-normal);
}
.facilities__list-item .left svg,
.facilities__list-item .left .type {
  flex-shrink: 0;
}
.facilities__list-item .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--blue-secondary-light-normal);
}
@media screen and (max-width: 374.9px) {
  .facilities__list-item .right {
    width: 100%;
    justify-content: space-between;
  }
}
.facilities__list-item .right .adress {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
@media screen and (max-width: 1199.9px) {
  .facilities__list-item .right .adress {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.facilities__list-item .right .distance {
  flex-shrink: 0;
  color: var(--blue-secondary-dark-normal);
}
@media screen and (max-width: 1199.9px) {
  .facilities__list-item .right .distance {
    font-size: 18px;
    line-height: 1.3;
  }
}
.facilities__divider {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  opacity: 0.25;
  background: #96a0b6;
}
.facilities__divider.d-column {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .facilities__divider.d-column {
    display: block;
  }
}

.leasing-agent__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .leasing-agent__title {
    margin-bottom: 16px;
  }
}
.leasing-agent__card {
  border-radius: 12px;
  background: rgba(239, 161, 99, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 575.9px) {
  .leasing-agent__card {
    flex-direction: column;
    gap: 12px;
  }
}
.leasing-agent__info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.leasing-agent__photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leasing-agent__photo img {
  width: 100%;
  height: 100%;
}
.leasing-agent__name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.leasing-agent__name .name {
  color: #191a23;
  font-family: Inter;
  font-size: 16.875px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 130.37% */
}
.leasing-agent__name .position {
  color: #686a79;
  font-family: Inter;
  font-size: 14.375px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 180.87% */
}
.leasing-agent__communication {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 374.9px) {
  .leasing-agent__communication {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.leasing-agent__btn {
  border-radius: 6px;
  border: 1px solid var(--blue-secondary-dark-normal);
  background: var(--other-light-normal);
  padding: 10px 28px;
  color: var(--blue-secondary-light-hover);
  transition: var(--transition-250);
}
.leasing-agent__btn:hover, .leasing-agent__btn:focus {
  transform: scale(1.02);
  box-shadow: 0px 0px 65px 0px rgba(105, 185, 157, 0.32);
}
@media screen and (max-width: 767.9px) {
  .leasing-agent__btn {
    padding: 8px 12px;
  }
}

.agents__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .agents__title {
    margin-bottom: 16px;
  }
}
.agents__box {
  border-radius: 12px;
  border: 1px solid #e5e7ed;
  overflow: hidden;
  padding: 32px 24px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 575.9px) {
  .agents__box {
    flex-direction: column;
    gap: 32px;
  }
}
.agents__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agents__photo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.agents__photo img {
  width: 100%;
  height: 100%;
}
.agents__name {
  color: #191a23;
  margin-bottom: 3px;
}
.agents__position {
  color: #686a79;
  margin-bottom: 24px;
}
.agents__email {
  margin-bottom: 14px;
}
.agents__email, .agents__phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--blue-secondary-dark-normal);
}
.agents__email svg, .agents__phone svg {
  color: var(--org-primary-dark-normal);
}
.agents__divider {
  flex-shrink: 0;
  width: 1px;
  opacity: 0.25;
  background-color: #96a0b6;
}
@media screen and (max-width: 575.9px) {
  .agents__divider {
    width: 100%;
    height: 1px;
  }
}

.map__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .map__title {
    margin-bottom: 16px;
  }
}
.map__body {
  width: 100%;
}
.map__body iframe {
  width: 100%;
  height: 320px;
}

.form-wrapper {
  padding: 24px;
  border-radius: 12px;
  background: var(--other-light-normal);
  box-shadow: 0px 25.697px 72.808px 0px rgba(59, 77, 129, 0.08), 0px 0px 9.7px 0px rgba(59, 77, 129, 0.05);
  overflow: hidden;
}

.price-form__price {
  display: flex;
  flex-direction: column;
}
.price-form__label {
  color: #686a79;
  margin-bottom: 8px;
}
.price-form__number {
  color: var(--org-primary-dark-normal);
}
.price-form__txt {
  color: #686a79;
  margin-bottom: 16px;
}
.price-form__txt span {
  color: var(--org-primary-dark-normal);
}
.price-form h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #191a23;
}
.price-form__tabs {
  margin-bottom: 16px;
}
.price-form__tabs-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-form__tabs-list li {
  flex-grow: 1;
  color: #868893;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.price-form__tabs-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.price-form__tabs-list li.active {
  color: var(--blue-secondary-light-hover);
}
.price-form__tabs-list li.active::after {
  background-color: var(--org-primary-dark-normal);
}
.price-form__tabs-body {
  margin-top: 16px;
}
.price-form__tabs-body .date-input {
  height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(150, 160, 182, 0.5);
  padding: 6px 16px;
  padding-left: 48px;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--blue-secondary-dark-normal);
  background-color: var(--other-light-normal);
  transition: var(--transition-250);
}
.price-form__tabs-body .date-input:hover, .price-form__tabs-body .date-input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--org-primary-dark-normal);
}
.price-form__tabs-body .date-wrapper {
  position: relative;
}
.price-form__tabs-body .date-icon-1 {
  pointer-events: none;
  position: absolute;
  top: 48%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-secondary-dark-normal);
}
.price-form__tabs-body .date-icon-2 {
  pointer-events: none;
  position: absolute;
  top: 48%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-secondary-dark-normal);
}
.price-form__tabs-body .mobile-icon-fixed {
  height: 40px;
  width: 15px;
  background-color: var(--other-light-normal);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: none;
}
.form__row {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.form__label {
  color: var(--blue-secondary-dark-normal);
}
.form__input {
  width: 100%;
  color: var(--blue-secondary-dark-normal);
  padding: 17px 16px;
  border-radius: 8px;
  border: 1px solid rgba(150, 160, 182, 0.5);
  transition: var(--transition-250);
}
.form__input:hover, .form__input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--org-primary-dark-normal);
}
.form__input::placeholder {
  color: rgba(74, 86, 110, 0.4);
}
@media screen and (max-width: 575.9px) {
  .form__input {
    padding: 12px;
  }
}
.form__textarea {
  width: 100%;
  height: 88px;
  overflow-y: auto;
  color: var(--blue-secondary-dark-normal);
  resize: none;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(150, 160, 182, 0.5);
  transition: var(--transition-250);
}
.form__textarea:hover, .form__textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--org-primary-dark-normal);
}
.form__textarea::placeholder {
  color: rgba(74, 86, 110, 0.4);
}
@media screen and (max-width: 575.9px) {
  .form__textarea {
    padding: 12px;
  }
}
.form__btn {
  width: 100%;
  line-height: 1;
  padding: 16px 32px;
  height: 54px;
}

.similar-list {
  margin-top: 64px;
}
@media screen and (max-width: 991.9px) {
  .similar-list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .similar-list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 575.9px) {
  .similar-list {
    margin-top: 16px;
  }
}
.similar-list__title {
  color: var(--blue-secondary-dark-normal);
  margin-bottom: 42px;
}
@media screen and (max-width: 991.9px) {
  .similar-list__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .similar-list__title {
    margin-bottom: 16px;
  }
}

button.like-btn svg.is-liked {
  color: var(--new-label-bg);
}

.contact-page.main .contact-page.image-wrapper {
  background-image: url("../img/contact-page/map.png");
}
.contact-page.main .image-wrapper.bg-overlay-400:before {
  background: var(--other-dark-normal);
}
.contact-page.main .image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--other-dark-normal);
}
.contact-page.main .bg-image-section {
  padding-bottom: 200px;
}
.contact-page.main .bg-image-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page.main .bg-image-section h1 {
  color: var(--blue-secondary-dark-normal, #27334c);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}
.contact-page.main .bg-image-section .breadcrumb {
  align-items: center;
  gap: 12px;
}
.contact-page.main .bg-image-section .breadcrumb .breadcrumb-item {
  color: var(--blue-secondary-light-hover);
}
.contact-page.main .bg-image-section .breadcrumb .breadcrumb-item a:hover {
  color: var(--org-primary-dark-normal);
}
.contact-page.main .bg-image-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.contact-page.main .bg-image-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.contact-page.main .bg-image-section .breadcrumb .icon20 {
  transform: rotate(-90deg);
}
.contact-page.main .icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--org-primary-dark-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page.main .icon-wrapper svg {
  color: var(--other-light-normal);
}
.contact-page.main .txt-accent {
  color: var(--org-primary-dark-normal);
}
.contact-page.main input.bttn {
  outline: none;
  border: none;
  margin: 0 auto;
}
.contact-page.main .form-control {
  border: 1px solid rgba(150, 160, 182, 0.5);
}
.contact-page.main .form-control:hover, .contact-page.main .form-control:focus-visible {
  border: 1px solid var(--org-primary-dark-normal);
}
.contact-page.main textarea.form-control {
  resize: none;
}
.contact-page.main .form-select {
  border: 1px solid rgba(150, 160, 182, 0.5);
}

.about-page.main .heading-2 {
  font-size: 32px;
}
.about-page.main .txt-label {
  color: var(--org-primary-dark-normal);
}
.about-page.main .txt-label::before {
  background: var(--org-primary-dark-normal);
}
.about-page.main .wrapper-bg-color {
  background-color: var(--other-dark-normal, #f7f5f1);
}
.about-page.main .hero-section.wrapper {
  text-align: center;
  padding-bottom: 320px;
}
.about-page.main .hero-section.wrapper h1 {
  color: var(--blue-secondary-dark-normal, #27334c);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}
.about-page.main .hero-section.wrapper .section__txt {
  align-items: center;
}
.about-page.main .why-section.wrapper .accordion-wrapper .card-header button {
  color: var(--org-primary-dark-normal);
}
.about-page.main .why-section.wrapper .accordion-wrapper .card-header button.collapsed {
  color: var(--blue-secondary-dark-normal);
}
.about-page.main .why-section.wrapper .accordion-wrapper .card-header button:before {
  content: url("../img/svgicons/arrow-down-accent.svg");
  transform: rotateX(180deg);
  transform-origin: center center;
  transition: var(--transition-250);
  width: 24px;
  height: 24px;
}
.about-page.main .why-section.wrapper .accordion-wrapper .card-header button.collapsed:before {
  content: url("../img/svgicons/arrow-down-accent.svg");
  transform: rotate(0deg);
}
.about-page.main .team-section.wrapper a.bttn {
  width: max-content;
}
.about-page.main .team-section.wrapper .swiper-pagination {
  top: 100%;
}
.about-page.main .team-section.wrapper .swiper-pagination .swiper-pagination-bullet {
  background: var(--org-primary-dark-normal);
  opacity: 1;
}
.about-page.main .team-section.wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: var(--org-primary-dark-normal);
}
.about-page.main .c-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #191a23;
  margin-bottom: 4px;
}
.about-page.main .c-position {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #686a79;
  margin-bottom: 12px;
}
.about-page.main .social__list {
  justify-content: center;
  gap: 24px;
}
.about-page.main .quote-section.wrapper blockquote.icon-top:before {
  color: var(--org-primary-dark-normal);
  opacity: 0.9;
}
.about-page.main .quote-section.wrapper .swiper-pagination {
  top: 100%;
}
.about-page.main .quote-section.wrapper .swiper-pagination .swiper-pagination-bullet {
  background: var(--org-primary-dark-normal);
  opacity: 1;
}
.about-page.main .quote-section.wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: var(--org-primary-dark-normal);
}
.about-page.main .contact-section.wrapper .icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--org-primary-dark-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page.main .contact-section.wrapper .icon-wrapper svg {
  color: var(--other-light-normal);
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--blue-secondary-light-hover);
  width: 100vw;
  overflow-x: hidden;
}
body.is-blocked {
  overflow: hidden;
}