/* Reusable column setup */
/* [%] column styles */
.cee-component h1, .cee-component .h1 {
  font-size: 40px;
}
.cee-component h2, .cee-component .h2 {
  font-size: 34px;
}
.cee-component h3, .cee-component .h3 {
  font-size: 30px;
}
.cee-component h4, .cee-component .h4 {
  font-size: 24px;
}
.cee-component .btn--close .btn__inner {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}
.cee-component .cookie-bar__wrap {
  display: flex;
}
.cee-component .cookie-bar__text {
  flex: auto;
  margin-right: 20px;
}
.cee-component .cookie-bar__btn {
  flex: none;
}
.cee-component .cookie-bar--secondary .cookie-bar__text {
  font-size: 16px;
}
.cee-component .fixed-bar {
  top: 0;
}
.cee-component .fixed-bar__container {
  transform: translateY(-100%);
}
.cee-component .fixed-bar__content {
  flex: 1 0 50%;
  max-width: 50%;
}
.cee-component .fixed-bar__content--m {
  text-align: left;
}
.cee-component .fixed-bar__content--r {
  padding: 0 0 0 40px;
}
.cee-component .fixed-bar.is-visible .fixed-bar__container {
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1), 0 1px 0 0 #e8e8e8;
}
@media (min-width: 1000px) {
  .cee-component .fixed-bar__content {
    flex: 1 0 33.3333333333%;
    max-width: 33.33333%;
  }
  .cee-component .fixed-bar__content--m {
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .cee-component .grid--x-sm {
    margin-left: -30px;
  }
  .cee-component .grid--x-sm > .grid__cell {
    border-left-width: 30px;
  }
  .cee-component .grid--x-md {
    margin-left: -40px;
  }
  .cee-component .grid--x-md > .grid__cell {
    border-left-width: 40px;
  }
  .cee-component .grid--x-mdlg {
    margin-left: -50px;
  }
  .cee-component .grid--x-mdlg > .grid__cell {
    border-left-width: 50px;
  }
  .cee-component .grid--x-lg {
    margin-left: -60px;
  }
  .cee-component .grid--x-lg > .grid__cell {
    border-left-width: 60px;
  }
  .cee-component .grid--x-xl {
    margin-left: -80px;
  }
  .cee-component .grid--x-xl > .grid__cell {
    border-left-width: 80px;
  }
  .cee-component .grid--x-xxl {
    margin-left: -100px;
  }
  .cee-component .grid--x-xxl > .grid__cell {
    border-left-width: 100px;
  }
  .cee-component .grid--x-xxxl {
    margin-left: -120px;
  }
  .cee-component .grid--x-xxxl > .grid__cell {
    border-left-width: 120px;
  }
}
.cee-component .grid--right\@mdUp {
  justify-content: flex-end;
}
.cee-component .no-flexwrap .grid--right\@mdUp .grid__cell {
  text-align: right;
}
@media (min-width: 1000px) {
  .cee-component .grid--y-sm {
    margin-bottom: -30px;
  }
  .cee-component .grid--y-sm > .grid__cell {
    border-bottom-width: 30px;
  }
  .cee-component .grid--y-md {
    margin-bottom: -40px;
  }
  .cee-component .grid--y-md > .grid__cell {
    border-bottom-width: 40px;
  }
  .cee-component .grid--y-lg {
    margin-bottom: -60px;
  }
  .cee-component .grid--y-lg > .grid__cell {
    border-bottom-width: 60px;
  }
  .cee-component .grid--y-xl {
    margin-bottom: -80px;
  }
  .cee-component .grid--y-xl > .grid__cell {
    border-bottom-width: 80px;
  }
}
.cee-component .size--auto\@md {
  flex: none;
  width: auto;
  max-width: none;
}
.cee-component .size--autogrow\@md {
  flex: 1 0 auto;
  width: auto;
  max-width: none;
}
.cee-component .size--fluid\@md {
  flex: 1 1 1%;
  width: auto;
  max-width: none;
}
.cee-component .size--1-12\@md {
  flex-basis: 8.3333333333%;
  max-width: 8.33333%;
}
.cee-component .size--2-12\@md {
  flex-basis: 16.6666666667%;
  max-width: 16.66667%;
}
.cee-component .size--3-12\@md {
  flex-basis: 25%;
  max-width: 25%;
}
.cee-component .size--4-12\@md {
  flex-basis: 33.3333333333%;
  max-width: 33.33333%;
}
.cee-component .size--5-12\@md {
  flex-basis: 41.6666666667%;
  max-width: 41.66667%;
}
.cee-component .size--6-12\@md {
  flex-basis: 50%;
  max-width: 50%;
}
.cee-component .size--7-12\@md {
  flex-basis: 58.3333333333%;
  max-width: 58.33333%;
}
.cee-component .size--8-12\@md {
  flex-basis: 66.6666666667%;
  max-width: 66.66667%;
}
.cee-component .size--9-12\@md {
  flex-basis: 75%;
  max-width: 75%;
}
.cee-component .size--10-12\@md {
  flex-basis: 83.3333333333%;
  max-width: 83.33333%;
}
.cee-component .size--11-12\@md {
  flex-basis: 91.6666666667%;
  max-width: 91.66667%;
}
.cee-component .size--12-12\@md {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .cee-component .size--auto\@lg {
    flex: none;
    width: auto;
    max-width: none;
  }
  .cee-component .size--autogrow\@lg {
    flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .cee-component .size--fluid\@lg {
    flex: 1 1 1%;
    width: auto;
    max-width: none;
  }
  .cee-component .size--1-12\@lg {
    flex-basis: 8.3333333333%;
    max-width: 8.33333%;
  }
  .cee-component .size--2-12\@lg {
    flex-basis: 16.6666666667%;
    max-width: 16.66667%;
  }
  .cee-component .size--3-12\@lg {
    flex-basis: 25%;
    max-width: 25%;
  }
  .cee-component .size--4-12\@lg {
    flex-basis: 33.3333333333%;
    max-width: 33.33333%;
  }
  .cee-component .size--5-12\@lg {
    flex-basis: 41.6666666667%;
    max-width: 41.66667%;
  }
  .cee-component .size--6-12\@lg {
    flex-basis: 50%;
    max-width: 50%;
  }
  .cee-component .size--7-12\@lg {
    flex-basis: 58.3333333333%;
    max-width: 58.33333%;
  }
  .cee-component .size--8-12\@lg {
    flex-basis: 66.6666666667%;
    max-width: 66.66667%;
  }
  .cee-component .size--9-12\@lg {
    flex-basis: 75%;
    max-width: 75%;
  }
  .cee-component .size--10-12\@lg {
    flex-basis: 83.3333333333%;
    max-width: 83.33333%;
  }
  .cee-component .size--11-12\@lg {
    flex-basis: 91.6666666667%;
    max-width: 91.66667%;
  }
  .cee-component .size--12-12\@lg {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .cee-component .size--auto\@xl {
    flex: none;
    width: auto;
    max-width: none;
  }
  .cee-component .size--autogrow\@xl {
    flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .cee-component .size--fluid\@xl {
    flex: 1 1 1%;
    width: auto;
    max-width: none;
  }
  .cee-component .size--1-12\@xl {
    flex-basis: 8.3333333333%;
    max-width: 8.33333%;
  }
  .cee-component .size--2-12\@xl {
    flex-basis: 16.6666666667%;
    max-width: 16.66667%;
  }
  .cee-component .size--3-12\@xl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .cee-component .size--4-12\@xl {
    flex-basis: 33.3333333333%;
    max-width: 33.33333%;
  }
  .cee-component .size--5-12\@xl {
    flex-basis: 41.6666666667%;
    max-width: 41.66667%;
  }
  .cee-component .size--6-12\@xl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .cee-component .size--7-12\@xl {
    flex-basis: 58.3333333333%;
    max-width: 58.33333%;
  }
  .cee-component .size--8-12\@xl {
    flex-basis: 66.6666666667%;
    max-width: 66.66667%;
  }
  .cee-component .size--9-12\@xl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .cee-component .size--10-12\@xl {
    flex-basis: 83.3333333333%;
    max-width: 83.33333%;
  }
  .cee-component .size--11-12\@xl {
    flex-basis: 91.6666666667%;
    max-width: 91.66667%;
  }
  .cee-component .size--12-12\@xl {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 2500px) {
  .cee-component .size--auto\@xxl {
    flex: none;
    width: auto;
    max-width: none;
  }
  .cee-component .size--autogrow\@xxl {
    flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
  .cee-component .size--fluid\@xxl {
    flex: 1 1 1%;
    width: auto;
    max-width: none;
  }
  .cee-component .size--1-12\@xxl {
    flex-basis: 8.3333333333%;
    max-width: 8.33333%;
  }
  .cee-component .size--2-12\@xxl {
    flex-basis: 16.6666666667%;
    max-width: 16.66667%;
  }
  .cee-component .size--3-12\@xxl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .cee-component .size--4-12\@xxl {
    flex-basis: 33.3333333333%;
    max-width: 33.33333%;
  }
  .cee-component .size--5-12\@xxl {
    flex-basis: 41.6666666667%;
    max-width: 41.66667%;
  }
  .cee-component .size--6-12\@xxl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .cee-component .size--7-12\@xxl {
    flex-basis: 58.3333333333%;
    max-width: 58.33333%;
  }
  .cee-component .size--8-12\@xxl {
    flex-basis: 66.6666666667%;
    max-width: 66.66667%;
  }
  .cee-component .size--9-12\@xxl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .cee-component .size--10-12\@xxl {
    flex-basis: 83.3333333333%;
    max-width: 83.33333%;
  }
  .cee-component .size--11-12\@xxl {
    flex-basis: 91.6666666667%;
    max-width: 91.66667%;
  }
  .cee-component .size--12-12\@xxl {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .cee-component .grid--layout-side {
    flex-wrap: nowrap;
  }
  .cee-component .size--side {
    flex: 0 0 315px;
  }
  .cee-component .size--content {
    flex: auto;
  }
}
.cee-component .size--fluid\@md {
  flex: 1 1 1%;
}
.cee-component .order--1\@md {
  order: 1;
}
.cee-component .order--2\@md {
  order: 2;
}
.cee-component .order--3\@md {
  order: 3;
}
.cee-component .order--4\@md {
  order: 4;
}
.cee-component .order--5\@md {
  order: 5;
}
.cee-component .order--6\@md {
  order: 6;
}
.cee-component .order--7\@md {
  order: 7;
}
.cee-component .order--8\@md {
  order: 8;
}
.cee-component .order--9\@md {
  order: 9;
}
.cee-component .order--10\@md {
  order: 10;
}
.cee-component .order--11\@md {
  order: 11;
}
.cee-component .order--12\@md {
  order: 12;
}
@media (min-width: 1000px) {
  .cee-component .order--1\@lg {
    order: 1;
  }
  .cee-component .order--2\@lg {
    order: 2;
  }
  .cee-component .order--3\@lg {
    order: 3;
  }
  .cee-component .order--4\@lg {
    order: 4;
  }
  .cee-component .order--5\@lg {
    order: 5;
  }
  .cee-component .order--6\@lg {
    order: 6;
  }
  .cee-component .order--7\@lg {
    order: 7;
  }
  .cee-component .order--8\@lg {
    order: 8;
  }
  .cee-component .order--9\@lg {
    order: 9;
  }
  .cee-component .order--10\@lg {
    order: 10;
  }
  .cee-component .order--11\@lg {
    order: 11;
  }
  .cee-component .order--12\@lg {
    order: 12;
  }
}
@media (min-width: 1280px) {
  .cee-component .order--1\@xl {
    order: 1;
  }
  .cee-component .order--2\@xl {
    order: 2;
  }
  .cee-component .order--3\@xl {
    order: 3;
  }
  .cee-component .order--4\@xl {
    order: 4;
  }
  .cee-component .order--5\@xl {
    order: 5;
  }
  .cee-component .order--6\@xl {
    order: 6;
  }
  .cee-component .order--7\@xl {
    order: 7;
  }
  .cee-component .order--8\@xl {
    order: 8;
  }
  .cee-component .order--9\@xl {
    order: 9;
  }
  .cee-component .order--10\@xl {
    order: 10;
  }
  .cee-component .order--11\@xl {
    order: 11;
  }
  .cee-component .order--12\@xl {
    order: 12;
  }
}
@media (min-width: 2500px) {
  .cee-component .order--1\@xxl {
    order: 1;
  }
  .cee-component .order--2\@xxl {
    order: 2;
  }
  .cee-component .order--3\@xxl {
    order: 3;
  }
  .cee-component .order--4\@xxl {
    order: 4;
  }
  .cee-component .order--5\@xxl {
    order: 5;
  }
  .cee-component .order--6\@xxl {
    order: 6;
  }
  .cee-component .order--7\@xxl {
    order: 7;
  }
  .cee-component .order--8\@xxl {
    order: 8;
  }
  .cee-component .order--9\@xxl {
    order: 9;
  }
  .cee-component .order--10\@xxl {
    order: 10;
  }
  .cee-component .order--11\@xxl {
    order: 11;
  }
  .cee-component .order--12\@xxl {
    order: 12;
  }
}
.cee-component .i-file-input__drop {
  padding: 30px;
}
.cee-component .i-file-input__desc {
  padding: 70px 20px;
}
.cee-component .i-file-input__image img {
  max-height: 237px;
}
.cee-component .i-file-input__image .icon-svg {
  margin: 78px 0 79px;
}
.cee-component .i-flight-expand {
  min-height: 100px;
  padding: 15px 20px;
}
.cee-component .i-flight-expand__transfer-inner {
  display: block;
}
.cee-component .i-flight-expand__transfer-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 7px;
  margin-top: 5px;
}
.cee-component .i-flight-expand__transfer-arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  left: 0;
  height: 1px;
  background-color: currentcolor;
}
.cee-component .i-flight-expand__transfer-arrow .icon-svg {
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  .cee-component .i-flight-expand {
    padding: 15px 30px 15px 20px;
  }
  .cee-component .i-flight-expand__content {
    padding-top: 4px;
  }
  .cee-component .i-flight-expand__label {
    padding-left: 10px;
  }
}
.cee-component .i-item-bg__wrap {
  display: flex;
  align-items: center;
}
.cee-component .i-item-bg__icon {
  flex-basis: 45px;
  width: 45px;
  height: 45px;
  margin: 0 20px 0 0;
}
.cee-component .i-item-bg__price {
  flex: 1 0 150px;
  margin: 0 0 0 20px;
  text-align: right;
}
@media (min-width: 1000px) {
  .cee-component .i-item-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cee-component .i-item-bg__footer::before {
    bottom: -30px;
  }
  .cee-component .i-item-bg--deemphasize {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cee-component .i-item-bg--extra-luggage {
    padding: 15px;
  }
  .cee-component .i-item-bg--xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cee-component .i-item-bg--xxs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cee-component .i-switch--md .i-switch__button {
  width: 80px;
  height: 40px;
}
.cee-component .i-switch--md .i-switch__handle {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.cee-component .i-switch--md .i-switch__handle::before {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}
.cee-component .i-switch--md .i-switch__circle::after {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
.cee-component .i-switch--md .i-switch__text {
  margin-top: 10px;
  font-size: 16px;
}
.cee-component .i-switch--md .i-switch__text--states {
  margin-top: 20px;
}
.cee-component .i-switch--md .i-switch__button[aria-checked=true] .i-switch__handle {
  left: 0;
  transform: translate3d(40px, 0, 0);
}
.cee-component .sf-popup__fixed-top .i-textbox__visual-input {
  border-radius: 2px 2px 0 0;
}
.cee-component .legend__list {
  display: flex;
}
.cee-component .map {
  max-height: calc(100vh - 100px);
}
@media (min-height: 710px) {
  .cee-component .map {
    max-height: 710px;
  }
  .cee-component .map::before {
    content: "";
    display: block;
    padding-top: 59.16667%;
  }
}
.cee-component .message--md {
  padding: 30px 20px 30px 80px;
  font-size: 16px;
  line-height: 1.4375;
}
.cee-component .message--md .message__icon {
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.cee-component .message--no-bg .message__message {
  font-size: 16px;
  line-height: 1.4375;
}
.cee-component .modal {
  --modal-wrap-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  overflow: hidden auto;
}
.cee-component .modal::after {
  content: "";
  display: block;
  flex: none;
  width: 100%;
  height: 20px;
}
.cee-component .modal__wrap {
  flex: 0 1 auto;
  max-width: 100%;
  margin: auto 0;
  padding: 40px 40px 30px;
  border-radius: 12px;
  box-shadow: 0 0 60px 0 rgba(51, 51, 51, 0.2);
}
.cee-component .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 14px;
}
.cee-component .btn--link .modal__close-icon--cross {
  width: 14px;
}
.cee-component .modal__close-icon--pointer {
  display: none;
}
.cee-component .modal__heading {
  display: none;
}
.cee-component .modal__bottom {
  margin-bottom: -10px;
}
.cee-component .modal__subfooter {
  margin: 40px -40px 0;
  padding: 15px 40px;
}
.cee-component .modal__footer {
  margin: 40px -40px 0;
  padding: 30px 40px 0;
}
.cee-component .modal__buttons {
  justify-content: center;
}
.cee-component .modal__buttons .btn .btn__inner {
  min-width: 130px;
}
.cee-component .modal--share-seller .modal__content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin: -40px -40px -30px;
}
.cee-component .modal--share-seller .modal__close .btn__inner {
  color: #fff;
}
.cee-component .modal--share-seller .modal__grid-cell {
  padding: 40px 40px 30px;
}
.cee-component .modal--seats {
  padding: 20px;
}
.cee-component .modal--seats .modal__subheader {
  margin: 0 -40px;
  padding: 0 40px;
}
.cee-component .modal--seats .modal__content {
  margin: 0 -40px;
  padding: 30px 40px;
}
.cee-component .modal--seats .modal__footer {
  margin-top: 0;
}
.cee-component .modal--scrollable::after {
  display: none;
}
.cee-component .modal--scrollable .modal__content {
  margin-right: -40px;
  margin-left: -40px;
  padding: 20px 40px;
}
.cee-component .modal--scrollable .modal__heading {
  display: block;
  margin: 0 -40px;
  padding: 0 40px 26px;
  border-bottom: 1px solid #d5d5d5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
}
.cee-component .modal--scrollable .modal__heading--noborder {
  border: none;
}
.cee-component .modal--scrollable .modal__footer, .cee-component .modal--scrollable .modal__subfooter {
  margin-top: 0;
}
.cee-component .modal--xs {
  --modal-wrap-width: 400px;
}
.cee-component .modal--xs .modal__wrap {
  padding: 40px 30px 30px;
}
.cee-component .modal--xs .modal__footer {
  margin: 20px -30px -30px;
  padding: 20px 30px;
}
.cee-component .modal--sm {
  --modal-wrap-width: 600px;
}
.cee-component .modal--md {
  --modal-wrap-width: 740px;
}
.cee-component .modal--mdlg {
  --modal-wrap-width: 1000px;
}
.cee-component .modal--lg {
  --modal-wrap-width: 1240px;
}
.cee-component .modal--transition {
  --modal-wrap-width: 650px;
}
.cee-component .modal--transition .modal__wrap {
  background: none;
  box-shadow: none;
}
.cee-component .modal--scrollable .modal__wrap {
  max-height: 740px;
}
.cee-component .modal--gray {
  background-color: rgba(51, 51, 51, 0.5);
}
.cee-component .modal--max-height-viewport .modal__wrap {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  max-height: calc(100% - 20px);
}
.cee-component .modal--max-height-viewport .modal__heading {
  flex: none;
}
.cee-component .modal--max-height-viewport .modal__content {
  flex: 0 1 auto;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  overflow-y: auto;
}
.cee-component .modal--max-height-viewport.modal--xs .modal__content {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
}
.cee-component .modal__heading.is-shown {
  display: block;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
}
.cee-component .modal--w-footer.modal--dismiss.modal--xs .modal__wrap {
  padding: 40px 40px 0 40px;
}
.cee-component .modal--voucher .modal__wrap {
  padding: 40px;
}
.cee-component .modal--voucher .modal__footer {
  margin-top: 30px;
}
.cee-component .modal--transition::after {
  display: none;
}
.cee-component .price--xl .price__highlight {
  font-size: 30px;
}
@media (min-width: 1000px) {
  .cee-component .rating-box {
    min-width: 60px;
    padding: 2px 10px 5px 14px;
    font-size: 25px;
    line-height: 1.4;
  }
  .cee-component .rating-box--sm {
    padding: 11px 13px 7px;
    font-size: 22px;
    line-height: 22px;
  }
  .cee-component .rating-box--sm__total {
    font-size: 12px;
  }
  @container b-review (max-width: 999.98px) {
    .cee-component .rating-box--sm {
      min-width: 40px;
      padding: 5px 10px;
      font-size: 16px;
      line-height: 1.4375;
    }
    .cee-component .rating-box--sm__total {
      font-size: 12px;
    }
  }
}
.cee-component .rating--filled {
  --icon-width: 24px;
  font-size: 18px;
  line-height: 22px;
}
.cee-component .rating--sm {
  --icon-width: 20px;
  font-size: 16px;
  line-height: 20px;
}
.cee-component .sf-popup__window {
  min-width: 320px;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}
.cee-component .sf-popup__window:not(.disable_max-height) {
  max-height: calc(100vh - 40px);
}
.cee-component .sf-popup:not(.sf-popup--modal) .sf-popup__window {
  position: absolute;
}
.cee-component .sf-popup__window--match-height {
  height: auto;
  min-height: auto;
  max-height: 640px;
}
.cee-component .sf-popup:not(.sf-popup--modal) .sf-popup__window .sf-popup__top-bar-close, .cee-component .sf-popup--no-header .sf-popup__window .sf-popup__top-bar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0 15px;
}
.cee-component .sf-popup:not(.sf-popup--modal) .sf-popup__window .sf-popup__top-bar-close:not(:focus), .cee-component .sf-popup--no-header .sf-popup__window .sf-popup__top-bar-close:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cee-component .sf-popup:not(.sf-popup--modal) .sf-popup__window .sf-popup__top-bar-close-icon, .cee-component .sf-popup--no-header .sf-popup__window .sf-popup__top-bar-close-icon {
  vertical-align: -25%;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.cee-component .sf-popup:not(.sf-popup--modal) .sf-popup__window .sf-popup__top-bar-heading, .cee-component .sf-popup--no-header .sf-popup__window .sf-popup__top-bar-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cee-component .sf-popup__fixed-top {
  padding: 0;
  border-bottom: 0;
}
.cee-component .sf-popup__content {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px;
}
.cee-component .sf-popup__fixed-bottom {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.cee-component .sf-popup__actions {
  align-items: center;
  padding: 10px 10px 10px 20px;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px;
  border-radius: 0 0 12px 12px;
}
.cee-component .sf-popup--person-picker .sf-popup__window {
  width: 380px;
  min-height: 262px;
}
.cee-component .sf-popup--datepicker .sf-popup__window {
  max-height: none;
}
.cee-component .sf-popup--datepicker .sf-popup__window--match-height {
  max-height: 640px;
}
.cee-component .sf-popup__window--match-height .sf-popup__content {
  scrollbar-color: #c2c2c2 #fafafa;
  scrollbar-width: thin;
  min-height: auto;
  overflow: hidden auto;
}
.cee-component .sf-popup__window--match-height .sf-popup__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cee-component .sf-popup__window--match-height .sf-popup__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c2c2c2;
}
.cee-component .sf-popup__window--match-height .sf-popup__content::-webkit-scrollbar-track {
  background: #fafafa;
}
@media (max-height: 700px) {
  .cee-component .sf-popup__window--match-height {
    min-height: 250px;
  }
}
.cee-component .sf-popup--modal .sf-popup__window {
  position: relative;
  min-width: 400px;
  margin: 20px;
  border-top: none;
  box-shadow: 0 10px 60px rgba(51, 51, 51, 0.3);
}
.cee-component .sf-popup--modal:not(.sf-popup--no-header) .sf-popup__top-bar {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #f15a22;
  color: #fff;
  font-size: 14px;
  line-height: 1.14286;
}
.cee-component .sf-popup--modal:not(.sf-popup--no-header) .sf-popup__top-bar-close {
  order: 1;
}
.cee-component .sf-popup--modal:not(.sf-popup--no-header) .sf-popup__top-bar-close-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cee-component .sf-popup--modal:not(.sf-popup--no-header) .sf-popup__top-bar-heading {
  flex: 1 1 100%;
  padding: 0 5px 0 21px;
}
.cee-component .sf-popup__window {
  animation: modalFadeIn 250ms;
  -ms-animation-name: none;
}
.cee-component .sf-popup--exit .sf-popup__window {
  animation: modalFadeOut 200ms both;
  pointer-events: none;
}
.cee-component .sf-popup--modal .sf-popup__window {
  animation: modalIn 250ms 30ms backwards;
}
.cee-component .sf-popup--modal.sf-popup--exit .sf-popup__window {
  animation: modalOut 200ms both;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .cee-component .tippy-popper[x-placement^=bottom] .term-picker-theme {
    transform: translateY(-35px);
  }
}
.cee-component .typeform-share {
  display: inline-block;
  width: auto;
  height: auto;
}
.cee-component .typeform-share .title {
  display: inline;
}
.cee-component .typeform-share .icon-svg {
  display: none;
}
.cee-component .typeform-share-wrap {
  bottom: 10px;
  left: 10px;
}
.cee-component .header {
  background-image: linear-gradient(to bottom, #f15a22 40px, #ffffff 40px);
}
.cee-component .header__wrap {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-areas: "top top" "logo inner";
}
.cee-component .header__logo {
  grid-area: logo;
  flex: none;
}
.cee-component .header__top {
  grid-area: top;
  flex: 1 0 auto;
  order: -1;
}
.cee-component .header__menu-trigger {
  display: none;
}
.cee-component .header__inner {
  display: flex;
  grid-area: inner;
  align-items: stretch;
}
.cee-component .header__search {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  padding-bottom: 2px;
}
.cee-component .header__arrow {
  display: none;
}
.cee-component .header--booking, .cee-component .header--offer-page {
  background: #fff;
}
.cee-component .header--booking .header__wrap {
  grid-template-columns: min-content 1fr;
  grid-template-areas: "logo top";
  align-items: center;
  box-shadow: 0 1px 0 0 #e9e9e9;
}
@media (max-width: 999.98px) {
  .cee-component .header + .row-main {
    padding: 0 15px;
  }
  .cee-component .header__top {
    position: relative;
  }
  .cee-component .header__search {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background: #fff;
    transition: width 0.3s;
  }
  .cee-component .header__search.is-opened {
    width: 100%;
  }
}
.cee-component .menu-underlay {
  display: none;
}
@media (min-width: 1000px) {
  .cee-component .footer__newsletter {
    padding-right: 120px;
    padding-left: 120px;
  }
}
@media (min-width: 1280px) {
  .cee-component .footer__logos .c-logos {
    max-width: none;
  }
}
@media (min-width: 1000px) {
  .cee-component .main__bg {
    height: 750px;
  }
}
@media (min-width: 2561px) {
  .cee-component .main__bg {
    right: auto;
    left: 50%;
    width: 2560px;
    padding: 0 5px 5px;
    transform: translateX(-50%);
  }
}
.cee-component .b-accordion--plus .b-accordion__inner, .cee-component .b-accordion--plus-inverse .b-accordion__inner {
  padding: 20px 20px 20px 50px;
}
.cee-component .b-accordion--plus .b-accordion__inner::before, .cee-component .b-accordion--plus .b-accordion__inner::after, .cee-component .b-accordion--plus-inverse .b-accordion__inner::before, .cee-component .b-accordion--plus-inverse .b-accordion__inner::after {
  top: 31px;
  width: 16px;
}
.cee-component .b-accordion--plus .b-accordion__wrap, .cee-component .b-accordion--plus-inverse .b-accordion__wrap {
  padding: 0 30px 20px 50px;
}
.cee-component .b-accordion--arrow .b-accordion__wrap {
  padding: 15px 15px 15px 50px;
}
.cee-component .b-accordion--plus .b-accordion__btn, .cee-component .b-accordion--plus-inverse .b-accordion__btn {
  font-size: 18px;
  line-height: 1.22222;
}
@media (min-width: 1700px) {
  .cee-component .b-adup--replaced-by-aside {
    display: none;
  }
  .cee-component .b-adup--aside {
    --content-gap: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + var(--content-gap, 0px));
    max-width: calc((100vw - 1280px - 2*var(--content-gap, 0px))/2);
  }
  .cee-component .b-adup--aside .b-adup__wrapper--sticky {
    top: 40px;
  }
}
@media (min-width: 2500px) {
  .cee-component .b-adup--aside {
    --content-gap: 70px;
  }
}
.cee-component .b-airplane {
  grid-template-columns: 1fr minmax(350px, max-content) 1fr;
  grid-template-areas: "people list ." "legend legend legend";
}
.cee-component .b-airplane__labels {
  margin-bottom: 15px;
}
.cee-component .b-airplane__line, .cee-component .b-airplane__labels {
  gap: 10px;
}
.cee-component .b-airplane__line + .b-airplane__line, .cee-component .b-airplane__line + .b-airplane__labels, .cee-component .b-airplane__labels + .b-airplane__line, .cee-component .b-airplane__labels + .b-airplane__labels {
  margin-top: 10px;
}
.cee-component .b-airplane__aisle {
  flex-basis: 50px;
}
.cee-component .b-airplane__people {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .b-airplane__list {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.cee-component .b-airplane__legend {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-airport-picker {
  display: flex;
  flex-flow: row wrap;
  min-width: calc(100vw - 60px);
  margin: -10px;
}
.cee-component .b-airport-picker__country {
  padding: 10px 40px 10px 10px;
}
@media (min-width: 1100px) {
  .cee-component .b-airport-picker {
    min-width: 1050px;
  }
}
.cee-component .b-bg--accordion-plus .b-bg__btn {
  font-size: 18px;
  line-height: 1.22222;
}
.cee-component .b-bg--accordion-plus .b-bg__btn::before, .cee-component .b-bg--accordion-plus .b-bg__btn::after {
  top: 31px;
}
.cee-component .b-bg--accordion-plus .b-bg__inner {
  padding-left: calc(var(--h-padding) + var(--icon-width) + var(--icon-gap));
}
.cee-component .b-bg {
  --icon-width: 16px;
  --icon-gap: 14px;
  --v-padding: 20px;
}
.cee-component .b-bg__btn-inner {
  font-size: 18px;
  line-height: 1.33333;
}
.cee-component .b-bg--sm .b-bg__inner {
  padding: 30px;
}
.cee-component .b-bg--sm .b-bg__extend {
  margin: -30px;
}
.cee-component .b-bg--full-height.b-bg--sm .b-bg__extend {
  height: calc(100% + 60px);
}
.cee-component .b-bg--sm .b-bg__footer {
  padding: 12px 30px;
}
@media (min-width: 1000px) {
  .cee-component .b-bg--lg .b-bg__inner {
    padding: 60px;
  }
  .cee-component .b-bg--lg .b-bg__extend {
    margin: -60px;
  }
  .cee-component .b-bg--full-height.b-bg--lg .b-bg__extend {
    height: calc(100% + 120px);
  }
  .cee-component .b-bg--top-padding-0 .b-bg__inner {
    padding-top: 0;
  }
}
.cee-component .b-bnr__link {
  margin-bottom: 20px;
}
.cee-component .b-bnr__img {
  border-radius: 12px;
}
.cee-component .b-bnr__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding: 20px 30px;
  border-radius: 12px 0 0 12px;
}
.cee-component .b-bnr__btn {
  left: 30px;
}
.cee-component .b-bnr--sm .b-bnr__img {
  --img-ratio: 1240/280;
}
.cee-component .b-bnr--everifin .b-bnr__img {
  --img-ratio: 1240/223;
}
@media (max-width: 999.98px) {
  .cee-component .b-bnr__title {
    font-size: 24px;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-bnr__link {
    margin-bottom: 0;
  }
  .cee-component .b-bnr__content {
    top: 50%;
    bottom: auto;
    left: 40px;
    display: block;
    width: 400px;
    max-width: 40%;
    padding: 30px 40px;
    border-radius: 12px;
    transform: translateY(-50%);
  }
  .cee-component .b-bnr__btn {
    left: 40px;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-bnr--sm .b-bnr__img {
    --img-ratio: 1240/280;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-branch-detail__map .map::before {
    padding-top: 75%;
  }
}
.cee-component .b-buttons {
  gap: 20px;
}
.cee-component .b-buttons__sep {
  align-self: flex-start;
  padding: 13px 0;
}
@media (min-width: 1000px) {
  .cee-component .b-buttons {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cee-component .b-buttons--right {
    margin-right: 0;
    margin-left: 0;
  }
}
.cee-component .b-buying-option__wrap {
  display: flex;
  gap: 20px;
}
.cee-component .b-buying-option__cont {
  flex: 0 1 50%;
}
.cee-component .b-buying-option__btn {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cee-component .b-buying-option__sep {
  flex: 1 0 auto;
}
.cee-component .b-buying-option__btn .btn__inner {
  min-width: 230px;
}
.cee-component .b-calculation-table__table th, .cee-component .b-calculation-table__table td {
  padding: 15px 10px;
}
.cee-component .b-calculation-table__table th:first-child, .cee-component .b-calculation-table__table td:first-child {
  padding-right: 50px;
  padding-left: 20px;
}
.cee-component .b-calculation-table__table th:last-child, .cee-component .b-calculation-table__table td:last-child {
  padding-right: 20px;
  padding-left: 50px;
}
.cee-component .b-calculation-table__price, .cee-component .b-calculation-table__price-total {
  display: inline-block;
  margin-top: 8px;
}
.cee-component .b-calculation-table__times {
  display: inline-block;
  margin-top: 8px;
}
.cee-component .b-calculation-table__row--header th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.cee-component .b-calculation-table__row--header :first-child {
  border-top-left-radius: 12px;
}
.cee-component .b-calculation-table__row--header :last-child {
  border-top-right-radius: 12px;
  text-align: right;
}
.cee-component .b-calculation-table__row.b-calculation-table__row--item:nth-child(2n+1) td {
  background: #fafafa;
}
.cee-component .b-calculation-table__row.b-calculation-table__row--item:nth-child(2n) td {
  background: #fff;
}
.cee-component .b-calculation-table__row.b-calculation-table__row--toggle td {
  padding: 8px 20px;
}
.cee-component .b-calculation-table__cell--title {
  width: 38.5%;
}
.cee-component .b-calculation-table__cell--price {
  width: 20%;
}
.cee-component .b-calculation-table__cell--price-total {
  width: 22%;
}
.cee-component .b-calculation-table__cell--times {
  width: 4.5%;
}
.cee-component .b-calculation-table__cell--select {
  width: 15%;
}
.cee-component .b-calculation-table__cell.b-calculation-table__cell--more-info:first-child {
  padding: 0 20px 10px;
}
@media (min-width: 1000px) {
  .cee-component .b-checkbox-list-group--rooms {
    max-width: 400px;
  }
}
.cee-component .b-compare__label, .cee-component .b-compare__value {
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
}
.cee-component .b-compare__label::before, .cee-component .b-compare__value::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 10px;
  height: 1px;
  background-color: #e8e8e8;
}
.cee-component td:last-of-type .b-compare__value::before, .cee-component td:last-of-type .b-compare__label::before {
  content: normal;
}
.cee-component .b-compare td:not(:first-of-type) {
  text-align: center;
}
.cee-component .b-contract {
  grid-template-areas: "image description" "image button";
  gap: 10px 40px;
}
.cee-component .b-contract__desc {
  align-self: flex-end;
}
.cee-component .b-contract__btn {
  align-self: flex-start;
}
.cee-component .b-contract > .b-branch__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.cee-component .b-contract__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.cee-component .b-contract__desc {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .b-contract > .b-contract__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.cee-component .b-cta-2 {
  text-align: center;
}
.cee-component .b-cta {
  padding: 40px;
}
.cee-component .b-cta__bubble {
  width: 570px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 60px 0 rgba(51, 51, 51, 0.2);
}
.cee-component .b-cta__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: translate(100%, -50%);
}
.cee-component .b-cta__title {
  font-size: 20px;
}
@media (min-width: 1000px) {
  .cee-component .size--6-12\@lg .b-custom-offer .b-custom-offer--best {
    padding-left: 40px;
  }
  .cee-component .size--6-12\@lg .b-custom-offer .b-custom-offer__icon-large {
    display: block;
  }
  .cee-component .size--6-12\@lg .b-custom-offer .b-custom-offer__icon-large + .b-custom-offer__icon {
    display: none;
  }
}
.cee-component .b-datepicker {
  width: 650px;
}
.cee-component .b-datepicker__calendar {
  border: solid #e8e8e8;
  border-width: 0 1px;
}
.cee-component .b-datepicker__duration {
  padding: 30px 15px 20px;
  border: solid #e8e8e8;
  border-width: 0 1px;
}
.cee-component .b-datepicker__duration-inner {
  gap: 10px;
  flex-wrap: wrap;
}
.cee-component .sf-popup--tp .b-datepicker {
  padding-top: 55px;
}
.cee-component .sf-popup--tp .b-datepicker::after {
  top: 54px;
}
.cee-component .b-datepicker--mobile {
  width: 100%;
  padding: 80px 0 94px;
}
.cee-component .b-datepicker--mobile::after {
  top: 79px;
}
.cee-component .b-datepicker--mobile .b-datepicker__ghost-input, .cee-component .b-datepicker--mobile .b-datepicker__input-start, .cee-component .b-datepicker--mobile .b-datepicker__input-end {
  top: 15px;
}
.cee-component .b-datepicker--mobile .b-datepicker__input-start {
  left: 15px;
}
.cee-component .b-datepicker--mobile .b-datepicker__input-end {
  right: 15px;
}
.cee-component .b-datepicker--mobile .b-datepicker__calendar {
  height: 100%;
  border: 0;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration {
  padding: 15px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-wrap {
  position: relative;
  margin: 0 -15px;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-wrap::before, .cee-component .b-datepicker--mobile .b-datepicker__duration-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 15px;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-container {
  padding-right: 15px;
  padding-left: 15px;
  overflow: auto hidden;
  -webkit-overflow-scrolling: touch;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-inner {
  flex-wrap: nowrap;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-inner::after {
  content: "";
  flex: 0 0 5px;
  height: 1px;
}
.cee-component .b-datepicker--mobile .b-datepicker__duration-inner .i-radio-select {
  margin-right: 10px;
}
.cee-component .b-datepicker-calendar--mobile {
  height: 100%;
}
.cee-component .b-departure-table__col--1-12 {
  width: 103px;
}
.cee-component .b-departure-table__col--2-12 {
  width: 207px;
}
.cee-component .b-departure-table__col--3-12 {
  width: 310px;
}
.cee-component .b-departure-table__col--4-12 {
  width: 413px;
}
.cee-component .b-departure-table__col--5-12 {
  width: 517px;
}
.cee-component .b-departure-table__col--6-12 {
  width: 620px;
}
.cee-component .b-departure-table__col--7-12 {
  width: 723px;
}
.cee-component .b-departure-table__col--8-12 {
  width: 827px;
}
.cee-component .b-departure-table__col--9-12 {
  width: 930px;
}
.cee-component .b-departure-table__col--10-12 {
  width: 1033px;
}
.cee-component .b-departure-table__col--11-12 {
  width: 1137px;
}
.cee-component .b-departure-table__col--12-12 {
  width: 1240px;
}
.cee-component .b-destination__title {
  padding: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1280px) {
  .cee-component .b-destination__head {
    padding: 20px;
  }
  .cee-component .b-destination__tag {
    margin-right: -20px;
    padding-right: 20px;
  }
  .cee-component .b-destination--secondary .b-destination__body {
    padding: 20px;
  }
}
.cee-component .b-destinations--picker {
  display: flex;
  flex-direction: column;
}
.cee-component .b-destinations__selected, .cee-component .b-destinations__tree {
  width: 100%;
}
.cee-component .b-destinations__selected {
  flex: none;
  max-height: 111px;
  border-bottom: 1px solid #e8e8e8;
  overflow: auto;
}
.cee-component .b-destinations__tree {
  flex: auto;
}
@media (max-height: 700px) {
  .cee-component .b-destinations__selected {
    max-height: 72px;
  }
}
.cee-component .sf-popup--modal .b-destinations {
  height: calc(100vh - 265px);
}
@media (max-width: 999.98px) {
  .cee-component .b-filter-search-bar {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cee-component .b-filter-search-bar__bar {
    margin: 0 -20px;
  }
  .cee-component .b-filter-search-bar--fixed .b-filter-search-bar__bar {
    top: -60px;
  }
}
.cee-component .b-final-summary__summary {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  margin-right: -30px;
  margin-left: -30px;
}
.cee-component .b-final-summary__content {
  flex: 1 1 50%;
  padding: 0 30px 30px;
  border-right: 1px solid #e8e8e8;
}
.cee-component .b-final-summary__content .c-summary-info__btn {
  margin-top: auto;
  text-align: left;
}
.cee-component .b-final-summary__price {
  flex: 1 0 50%;
  padding: 20px 30px 30px;
}
.cee-component .b-final-summary__price .c-travel-summary__button {
  display: none;
}
@media (min-width: 1000px) {
  .cee-component .b-final-summary__content {
    flex: 1 0 66.6666666667%;
    column-gap: 60px;
    column-fill: balance;
    column-count: 2;
  }
  .cee-component .b-final-summary__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    box-shadow: -1px 0 0 0 #e8e8e8;
  }
  .cee-component .b-final-summary__price {
    flex: 1 0 33.33333%;
  }
}
.cee-component .b-flight-detail__info {
  display: flex;
  justify-content: space-between;
}
.cee-component .b-flight-detail__term {
  justify-content: space-between;
}
.cee-component .b-flight-detail__transfer {
  display: block;
}
.cee-component .b-flight-detail__transfer--marked::before {
  top: 20px;
  bottom: 20px;
}
.cee-component .b-flight-detail__transfer--marked.b-flight-detail__transfer--without-first::before {
  top: 0;
}
.cee-component .b-flight-detail__transfer--marked.b-flight-detail__transfer--nonstop::before {
  top: 0;
}
.cee-component .b-flight-detail__total-stops::before {
  top: 0;
}
.cee-component .b-flight-table table {
  table-layout: fixed;
  width: calc(100% - 70px);
  margin: 0 0 0 15px;
}
.cee-component .b-flight-table table th {
  width: 100px;
}
.cee-component .b-flight-table__table {
  margin-bottom: 20px;
}
.cee-component .b-flight-table__flight-time {
  display: flex;
}
.cee-component .b-flight-table__time {
  margin: 0 0 0 10px;
}
.cee-component .b-flight-table__logo {
  padding: 10px 30px 10px 20px;
}
.cee-component .b-flight-table__company-logo {
  text-align: right;
}
.cee-component .b-gallery-slider__thumb-list {
  display: grid;
  grid-template: 1fr auto/1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 20px;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cee-component .b-gallery-slider__thumb-list::after {
  content: initial;
}
.cee-component .b-gallery-slider__thumb-item {
  width: 100%;
}
.cee-component .b-gallery-slider__thumb-item .img {
  max-width: 100%;
  height: 100%;
}
.cee-component .b-gallery-slider__main-img {
  grid-area: span 2/span 6;
  width: auto;
  border-bottom-width: 20px !important;
  font-size: 0;
}
.cee-component .carousel .b-gallery-slider__main-img {
  margin: 0 -20px !important;
}
.cee-component .b-gallery-slider__main-img {
  margin: 0;
}
.cee-component .b-gallery-slider--offer .b-gallery-slider__thumb-list {
  grid-template: 1fr 1fr/2fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 !important;
}
.cee-component .b-gallery-slider--offer .b-gallery-slider__main-img {
  grid-area: span 2;
  margin: 0 !important;
  border-bottom-width: 0 !important;
}
.cee-component .b-header-logo {
  margin: 0 15px 0 0;
}
@media (min-width: 1000px) {
  .cee-component .b-header-logo {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-header-logo {
    margin-right: 35px;
  }
}
.cee-component .b-helpline {
  flex-direction: row;
}
.cee-component .b-helpline__illust {
  position: relative;
  flex: 0 0 42.6035502959%;
  width: 42.6035502959%;
  height: 200px;
  border-radius: 12px;
}
.cee-component .b-helpline__content {
  margin-left: 20px;
}
@media (min-width: 1000px) {
  .cee-component .b-helpline {
    padding: 40px;
  }
  .cee-component .b-helpline__content {
    margin-left: 40px;
  }
  .cee-component .b-helpline__icon {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-hero-section {
    grid-template-rows: min-content auto 1fr 100px;
    margin-bottom: -80px;
  }
  .cee-component .b-hero-section__img {
    grid-area: 1/1/5/4;
    min-height: 700px;
  }
  .cee-component .b-hero-section__img .img {
    max-width: 2180px;
    margin-right: auto;
    margin-left: auto;
  }
  .cee-component .b-hero-section__content {
    align-self: end;
  }
  .cee-component .b-hero-section__breadcrumb {
    min-height: 110px;
  }
  .cee-component .b-hero-section__filter {
    grid-area: 3/2/4/3;
    align-self: start;
  }
  .cee-component .b-hero-section--newsletter {
    padding: 0 80px;
  }
  .cee-component .b-hero-section--newsletter .b-hero-section__img {
    margin: 0 -80px;
  }
}
@media (min-width: 2180px) {
  .cee-component .b-hero-section__img .img {
    max-width: 2100px;
    border-radius: 50px;
  }
  .cee-component .b-hero-section--newsletter .b-hero-section__img .img {
    border-radius: 12px;
  }
}
.cee-component .b-hotel-card .b-gallery-slider {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .cee-component .b-hotel-card__destination {
    min-height: 20px;
  }
}
.cee-component .b-hotel-detail {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cee-component .b-hotel-detail__cnt > :last-child {
  margin-bottom: 0;
}
.cee-component .b-hotel-detail__title {
  font-size: 24px;
  line-height: 28px;
}
.cee-component .b-hotel-detail__tour-logo {
  margin-left: auto;
}
.cee-component .b-hotel-detail__hotelname {
  flex-basis: 100%;
}
.cee-component .modal .b-icon-boxes--square .b-icon-boxes__list {
  grid-template-columns: repeat(auto-fill, 40px);
}
@media (min-width: 1000px) {
  .cee-component .b-icon-boxes--square .b-icon-boxes__list {
    grid-template-columns: repeat(auto-fill, 60px);
  }
  .cee-component .modal .b-icon-boxes--square .b-icon-boxes__list {
    grid-template-columns: repeat(auto-fill, 40px);
  }
}
@media (min-width: 1000px) {
  .cee-component .b-icon-boxes--square .b-icon-boxes__icon-box .icon-svg {
    width: 30px;
  }
  .cee-component .modal .b-icon-boxes--square .b-icon-boxes__icon-box .icon-svg {
    width: 24px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-icon-boxes--panel .b-icon-boxes__item:nth-last-child(4):first-child, .cee-component .b-icon-boxes--panel .b-icon-boxes__item:nth-last-child(4):first-child ~ .b-icon-boxes__item {
    flex: 1 0 50%;
  }
  .cee-component .b-icon-boxes--panel .b-icon-boxes__item:nth-last-child(4):first-child ~ .b-icon-boxes__item:nth-last-child(2), .cee-component .b-icon-boxes--panel .b-icon-boxes__item:nth-last-child(4):first-child ~ .b-icon-boxes__item:nth-last-child(2) ~ .b-icon-boxes__item {
    margin-top: 20px;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-icon-boxes--panel {
    min-width: 360px;
  }
  .cee-component .b-icon-boxes--horizontal {
    max-width: 360px;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-icon-boxes__title {
    margin-left: 20px;
    font-size: 25px;
  }
}
.cee-component .b-icon-info--xl {
  padding: 44px 92px 43px 224px;
}
.cee-component .b-icon-info--xl .b-icon-info__icon {
  top: 50%;
  left: 92px;
  width: 72px;
  margin-bottom: 0;
  transform: translate(0, -50%);
}
.cee-component .b-icon-info--xl .b-icon-info__content {
  margin-left: 0;
}
.cee-component .b-img-half {
  display: flex;
}
.cee-component .b-img-half__illust {
  flex: none;
  width: 50%;
  min-height: 600px;
}
.cee-component .b-img-half__content {
  flex: none;
  width: 50%;
  padding: 60px 60px 20px 60px;
}
.cee-component .b-img-half__logo {
  margin-bottom: 40px;
  text-align: right;
}
.cee-component .b-img-half__logo img {
  width: 100px;
}
.cee-component .modal .b-img-half__illust {
  width: calc(50% + 40px);
  margin-top: -40px;
  margin-bottom: -30px;
  margin-left: -40px;
}
.cee-component .modal .b-img-half__content {
  padding: 20px 20px 20px 60px;
}
@media (min-width: 1000px) {
  .cee-component .b-img-third__illust {
    flex: 1 0 auto;
    width: 33.2258064516%;
    margin: -30px -30px -30px 0;
  }
  .cee-component .b-img-third__content {
    flex: 1 0 auto;
    width: 66.7741935484%;
    padding: 20px 40px 10px 10px;
  }
  .cee-component .b-img-third__img {
    border-radius: 0 12px 12px 0;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-major-information {
    background-color: #fff;
  }
  .cee-component .b-major-information__inner {
    padding: 9px 5px 0 0;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-major-information {
    position: absolute;
    width: 100%;
    pointer-events: none;
  }
  .cee-component .b-major-information__wrap {
    display: flex;
  }
  .cee-component .b-major-information__inner {
    display: flex;
    align-items: center;
    height: 40px;
    pointer-events: auto;
  }
}
.cee-component .b-map-placeholder:not(.b-map-placeholder--sm) .b-map-placeholder__inner {
  height: 280px;
}
.cee-component .b-media {
  display: flex;
  align-items: flex-start;
  max-width: none;
  padding: 0;
}
.cee-component .b-media__img {
  flex: 1 0 255px;
  justify-content: center;
  align-items: center;
  max-width: 130px;
}
.cee-component .b-media__img .img, .cee-component .b-media__img img {
  flex: 1;
}
.cee-component .b-media__title {
  margin-bottom: 10px;
}
.cee-component .b-media__content {
  margin-left: 40px;
}
.cee-component .b-media--rectangle {
  display: flex;
  max-width: none;
  padding: 0;
}
.cee-component .b-media--after {
  display: flex;
  flex-direction: row-reverse;
  max-width: none;
  padding: 0;
}
.cee-component .b-media--after .b-media__img {
  margin-left: 40px;
}
.cee-component .b-media--after .b-media__content {
  margin: 0;
}
.cee-component .b-media--contain .img__img {
  flex: 0 1 60px;
}
.cee-component .b-media--box {
  padding: 30px;
}
.cee-component .b-media--sm .b-media__img {
  max-width: 100px;
}
.cee-component .b-message {
  padding: 40px 64px;
}
.cee-component .b-message__icon {
  width: 36px;
}
.cee-component .b-message__desc p .icon-svg {
  width: 22px;
}
.cee-component .header__logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .header--booking .header__wrap > .header__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .header__top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .header--booking .header__wrap > .header__top {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .header__inner {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.cee-component .b-modal__logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .header--booking .header__wrap > .b-modal__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .b-navigation-bar {
  display: none;
}
.cee-component .b-offers__item {
  grid: auto/0.8fr 2fr 1.2fr;
  padding: 15px 25px 15px 20px;
}
.cee-component .b-offers__item::after {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: auto;
  border-radius: 4px 0 0 4px;
  transition: width 0.3s;
}
.cee-component .b-offers__item--placeholder {
  height: 78px;
}
.cee-component .b-offers__item--placeholder::after {
  display: none;
}
.cee-component .b-offers__item-params .icon-svg {
  margin-top: 1px;
}
.cee-component .b-offers__item-price {
  padding-left: 20px;
}
.cee-component .b-offers:not(.b-offers--with-temps) .b-offers__item-param--airport {
  display: none;
}
.cee-component .b-offers--with-temps .b-offers__item-first-cell {
  display: block;
}
.cee-component .b-offers--with-temps .b-offers__item-country {
  margin-bottom: 5px;
}
@media (min-width: 1000px) {
  .cee-component .b-offers__item {
    grid: auto/0.9fr 1.6fr 1.5fr;
  }
  .cee-component .b-offers__item--placeholder span:nth-of-type(2) {
    --delay: 150ms;
  }
  .cee-component .b-offers__item--placeholder span:nth-of-type(3) {
    --delay: 400ms;
  }
  .cee-component .b-offers__item-title {
    min-width: 100px;
  }
  .cee-component .b-offers--with-temps .b-offers__item {
    grid: auto/1.5fr 1.4fr 1.1fr;
  }
  .cee-component .b-offers--with-temps .b-offers__item-first-cell {
    display: grid;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "a b" "c c";
  }
  .cee-component .b-offers--with-temps .b-offers__item-title {
    grid-area: a;
    min-width: 100px;
    margin-bottom: 0;
  }
  .cee-component .b-offers--with-temps .b-offers__item-param--airport {
    grid-area: c;
  }
  .cee-component .b-offers--with-temps .b-offers__item-param--duration {
    grid-area: b;
    margin-top: 0;
    color: inherit;
    font-weight: 500;
    font-size: 1rem;
  }
  .cee-component .b-offers--with-temps .b-offers__item-param--duration .icon-svg {
    display: none;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-offers--with-temps .b-offers__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .b-offers--with-temps .b-offers__item-param--airport {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .b-offers--with-temps .b-offers__item-param--duration {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.cee-component .b-passengers-room-picker__divider {
  margin: 20px -30px;
}
.cee-component .b-product-detail {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "header header" "card card" "side side";
}
.cee-component .b-product-detail__header {
  justify-content: space-between;
  align-items: center;
}
.cee-component .b-product-detail__btns {
  gap: 5px 20px;
  align-self: flex-start;
  height: 40.8px;
}
.cee-component .b-product-detail__btns--with-prefix {
  margin-top: 19.2px;
}
.cee-component .b-product-detail__btns .btn--link .icon-svg {
  width: 24px;
  margin: 0;
}
.cee-component .b-product-detail__btns .item-icon__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cee-component .b-product-detail > .b-modal__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-detail__card {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-detail__side {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-detail > .b-product-detail__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media (min-width: 1000px) {
  .cee-component .b-product-detail {
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "header header" "card side";
  }
  .cee-component .b-product-detail__side {
    display: flex;
    flex-direction: column;
  }
  .cee-component .b-product-detail__side > * {
    flex: 0 1 auto;
  }
  .cee-component .b-product-detail--lcd .b-product-detail__side > :last-child {
    flex-grow: 0;
  }
  .cee-component .b-product-detail > .b-modal__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cee-component .b-product-detail__card {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-product-detail__side {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-product-detail > .b-product-detail__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-product-detail {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "header header header" "card card side";
  }
  .cee-component .b-product-detail > .b-modal__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .cee-component .b-product-detail__card {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cee-component .b-product-detail__side {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-product-detail > .b-product-detail__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
.cee-component .b-product-list-2__title {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.cee-component .b-product-list-2__inner {
  grid-template: "title title" auto "highlights highlights" auto "image params" min-content "image price" min-content "promo price" minmax(0, auto) "content content" minmax(0, auto)/minmax(350px, 480px) auto;
  gap: 0 30px;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner {
  grid-template: "title title" auto "highlights highlights" auto "image params" min-content "image promo" min-content "price price" minmax(0, auto) "content content" minmax(0, auto)/minmax(350px, 480px) auto;
}
.cee-component .b-product-list-2__discount-flag ~ .b-product-list-2__title {
  padding-left: 55px;
}
.cee-component .b-product-list-2__img .img, .cee-component .b-product-list-2__img .img__img {
  border-radius: 12px;
}
.cee-component .b-product-list-2__wrap {
  padding-top: 5px;
}
.cee-component .b-product-list-2__rating-note, .cee-component .b-product-list-2__rating-text {
  display: block;
}
.cee-component .b-product-list-2__price-wrap {
  margin-top: 10px;
}
.cee-component .b-product-list-2__highlights-btn {
  flex: 1 1 150px;
  min-width: 150px;
}
.cee-component .b-product-list-2__highlights .btn--link {
  max-width: 100%;
}
.cee-component .b-product-list-2--variant-b .b-product-list-2__main-tag, .cee-component .b-product-list-2--variant-c .b-product-list-2__main-tag {
  left: 50%;
  transform: translateX(-50%);
}
.cee-component .b-product-list-2--with-tag .b-product-list-2__inner {
  padding-top: 30px;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__img {
  margin-bottom: 0;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__more-link-2 {
  max-width: 365px;
  text-align: left;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__promo:has(:nth-child(3)) .b-promos__btn, .cee-component .b-product-list-2--variant-c .b-product-list-2__promo:has(:nth-child(3)) .b-promos__tag {
  max-width: calc(50% - 5px);
}
.cee-component .b-product-list-2__inner > .b-branch__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-branch__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__inner > .b-contract__img {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-contract__img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2__inner > .b-modal__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-modal__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__inner > .b-product-list-2__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__params {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__params {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.cee-component .b-product-list-2__price-wrap {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__price-wrap {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__inner > .b-product-list-2__img {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__img {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2__inner > .b-product-list-2__content {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__content {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__highlights {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__highlights {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__promo {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-product-list-2__promo {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
@media (min-width: 1000px) {
  .cee-component .b-product-list-2__wrap {
    padding-top: 10px;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-product-list-2__inner {
    gap: 0 40px;
  }
}
.cee-component .b-product-list {
  display: flex;
}
.cee-component .b-product-list__img {
  flex: 0 0 300px;
  max-width: 300px;
}
.cee-component .b-product-list__img .img {
  height: 100%;
  min-height: 230px;
}
.cee-component .b-product-list__img .img::before {
  display: none;
}
@media (min-width: 1280px) {
  .cee-component .b-product-list__img {
    flex-basis: 400px;
    max-width: 400px;
  }
}
.cee-component .b-product-table__col--1-12 {
  width: 103px;
}
.cee-component .b-product-table__col--2-12 {
  width: 207px;
}
.cee-component .b-product-table__col--3-12 {
  width: 310px;
}
.cee-component .b-product-table__col--4-12 {
  width: 413px;
}
.cee-component .b-product-table__col--5-12 {
  width: 517px;
}
.cee-component .b-product-table__col--6-12 {
  width: 620px;
}
.cee-component .b-product-table__col--7-12 {
  width: 723px;
}
.cee-component .b-product-table__col--8-12 {
  width: 827px;
}
.cee-component .b-product-table__col--9-12 {
  width: 930px;
}
.cee-component .b-product-table__col--10-12 {
  width: 1033px;
}
.cee-component .b-product-table__col--11-12 {
  width: 1137px;
}
.cee-component .b-product-table__col--12-12 {
  width: 1240px;
}
.cee-component .b-product-table__weather {
  text-align: right;
}
.cee-component .b-product-table__weather-grid {
  gap: 5px 40px;
}
.cee-component .b-radio-tabs__item .btn__inner {
  padding: 10px 21px 8px;
}
@media (max-width: 999.98px) {
  .cee-component .b-radio-tabs--search-results {
    margin: 0 -20px 20px;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-radio-tabs--search-results .b-radio-tabs__item {
    flex: 1 0 auto;
  }
  .cee-component .b-radio-tabs--search-results .b-radio-tabs__item .btn__inner {
    padding: 10px 11px 8px;
  }
  .cee-component .b-radio-tabs--search-results .b-radio-tabs__item .item-icon__icon {
    width: 16px;
    margin-right: 8px;
  }
  .cee-component .b-radio-tabs--search-results .b-radio-tabs__item .item-icon__icon.icon-svg--hotel-and-airplane {
    width: 40px;
  }
}
.cee-component .b-reservation-details-2 [data-content-toggler-target*=toggleable] {
  height: auto !important;
}
.cee-component .b-reservation-details-2__summary {
  display: flex;
  border: 1px solid #e8e8e8;
  border-width: 1px 0 0;
}
.cee-component .b-reservation-details-2__summary .b-reservation-details-2__item {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  padding: 20px 30px;
}
.cee-component .b-reservation-details-2__summary .c-summary-info__btn {
  margin-top: auto;
  text-align: left;
}
.cee-component .b-offer-page .b-reservation-details-2__summary {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 1000px) {
  .cee-component .b-reservation-details-2__summary .b-reservation-details-2__item {
    flex: 1 1 33.33333%;
  }
  .cee-component .b-reservation-details-2__item:not(:first-child) {
    border-left: 1px solid #e8e8e8;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-reservation-details-2__summary {
    flex-wrap: wrap;
  }
  .cee-component .b-reservation-details-2__summary .b-prices--summary {
    flex-basis: 100%;
  }
  .cee-component .b-reservation-details-2__item:not(:first-child):not(:last-child) {
    border-left: 1px solid #e8e8e8;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-reservation-details-2__summary .b-reservation-details-2__item {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px;
  }
}
@media (max-width: 1279.98px) {
  .cee-component .b-reservation-details__details {
    padding-top: 5px;
  }
  .cee-component .b-reservation-details__details::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    left: -20px;
    display: block;
    height: 10px;
    background: #fff;
  }
}
.cee-component .b-reservation-details__toggleable-content[data-content-toggler-target*=toggleable] {
  height: auto;
  overflow: inherit;
}
.cee-component .b-reservation-details .content-toggler__toggleable {
  overflow: inherit;
}
@media (min-width: 1000px) {
  .cee-component .b-review {
    padding: 20px 20px 20px 80px;
  }
  .cee-component .b-review__rating {
    top: 40px;
    right: 40px;
  }
  .cee-component .b-review--w-rating {
    padding-right: 170px;
  }
  .cee-component .b-review--w-rating .b-review__rating {
    top: 20px;
    right: 20px;
  }
  .cee-component .b-review--own {
    margin-bottom: 30px;
    padding: 0;
  }
  .cee-component .b-review--own .b-review__rating {
    left: auto;
  }
  .cee-component .b-review--own.b-review--w-rating {
    padding-right: 130px;
  }
  .cee-component .b-review--own.b-review--w-rating .b-review__rating {
    right: 0;
  }
  .cee-component .size--6-12\@md .b-review--w-rating, .cee-component .size--6-12\@lg .b-review--w-rating {
    padding-right: 80px;
  }
  .cee-component .size--6-12\@md .b-review--w-rating .b-review__inner, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__inner {
    flex-direction: column;
    margin-left: 0;
  }
  .cee-component .size--6-12\@md .b-review--w-rating .b-review__top, .cee-component .size--6-12\@md .b-review--w-rating .b-review__bottom, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__top, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__bottom {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    border-left-width: 0;
  }
  .cee-component .size--6-12\@md .b-review--w-rating .b-review__top .order--1\@md, .cee-component .size--6-12\@md .b-review--w-rating .b-review__bottom .order--1\@md, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__top .order--1\@md, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__bottom .order--1\@md {
    order: 2;
  }
  .cee-component .size--6-12\@md .b-review--w-rating .b-review__content, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__content {
    padding-right: 20px;
  }
  .cee-component .size--6-12\@md .b-review--w-rating .b-review__header, .cee-component .size--6-12\@lg .b-review--w-rating .b-review__header {
    width: 100%;
    padding-right: 10px;
  }
  .cee-component .b-review:not(.b-review--gray):not(.b-review--white):not(.b-review--info):not(.b-review--light):not(.b-review--own) {
    padding-left: 60px;
  }
  .cee-component .b-review:not(.b-review--gray):not(.b-review--white):not(.b-review--info):not(.b-review--light):not(.b-review--own) .b-review__avatar {
    left: 0;
  }
  .cee-component .b-review:not(.b-review--gray):not(.b-review--white):not(.b-review--info):not(.b-review--light):not(.b-review--own) .b-review__rating {
    right: 0;
  }
  .cee-component .b-review--w-rating:not(.b-review--gray):not(.b-review--white):not(.b-review--info):not(.b-review--light):not(.b-review--own) {
    padding-right: 105px;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__fields {
    margin-bottom: 20px;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filters {
    border-radius: 12px;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group {
    position: relative;
    height: 59px;
    animation: preloaderFadeInOut 2s infinite backwards;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    width: 150px;
    height: 16px;
    background-color: #fef3e6;
    transform-origin: 0 50%;
    animation: preloaderGroupLabel 8s infinite backwards;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 22px;
    display: block;
    border-width: 7px 6px 0;
    border-style: solid;
    border-color: #fef3e6 transparent transparent transparent;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+1) {
    animation-delay: 210ms;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+1)::before {
    animation-delay: -8s;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+2) {
    animation-delay: 270ms;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+2)::before {
    animation-delay: -6.4s;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+3) {
    animation-delay: 330ms;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+3)::before {
    animation-delay: -4.8s;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+4) {
    animation-delay: 390ms;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+4)::before {
    animation-delay: -3.2s;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+5) {
    animation-delay: 450ms;
  }
  .cee-component .b-reviews-search-form-placeholder--serp .b-reviews-search-form-placeholder__filter-group:nth-child(5n+5)::before {
    animation-delay: -1.6s;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-search-form-placeholder--search-results {
    margin: 0 -20px;
  }
}
.cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form::after {
  content: "";
  display: block;
  flex: 1 1 150px;
  height: 50px;
  margin: 20px 0 10px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 999.98px) {
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form {
    grid-template-areas: "plLpDestinations plLpTransport" "plLpTerms plLpPersons" ". plLpSubmit";
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form::after {
    grid-area: plLpSubmit;
    margin: 0 0 10px 10px;
    animation: preloaderFadeInOut 1300ms infinite backwards;
    animation-delay: 450ms;
  }
  .cee-component .b-search-form-placeholder--landing-page.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form {
    grid-template-areas: "plLpDestinations plLpTerms" "plLpTransport plLpSubmit";
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    grid-area: plLpDestinations;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    grid-area: plLpTerms;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    grid-area: plLpTransport;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__filters::before {
    animation-delay: 600ms;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__filters::after {
    animation-delay: 750ms;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(4) {
    grid-area: plLpPersons;
  }
  .cee-component .b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form {
    grid-template-areas: "pltblDestinations pltblDestinations" "pltblTerms pltblTransport";
  }
  .cee-component .b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--landing-page.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--landing-page.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--landing-page.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--landing-page.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--landing-page .b-search-form-placeholder__main-search-form-field:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1000px) {
  .cee-component .b-search-form-placeholder .b-search-form-placeholder__main-search-form {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .cee-component .b-search-form-placeholder .b-search-form-placeholder--hp .b-search-form-placeholder .b-search-form-placeholder__main-search-form {
    padding: 86px 35px 27px 33px;
  }
  .cee-component .b-search-form-placeholder .b-search-form-placeholder--hp .b-search-form-placeholder .b-search-form-placeholder__main-search-form::before {
    top: 43px;
    left: 30px;
  }
  .cee-component .b-search-form-placeholder .b-search-form-placeholder--horizontal .b-search-form-placeholder .b-search-form-placeholder__main-search-form {
    padding: 20px 20px 5px 0;
  }
  .cee-component .b-search-form-placeholder .b-search-form-placeholder--horizontal .b-search-form-placeholder .b-search-form-placeholder__main-search-form::before {
    display: none;
  }
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "plDestinations plTerms plTransport plPersons plSubmit";
  padding: 86px 40px 25px 20px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::before {
  position: absolute;
  top: 42px;
  left: 40px;
  margin: 0 0 21px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::after {
  grid-area: plSubmit;
  flex: 1 1 150px;
  height: 50px;
  border-radius: 50px;
}
.cee-component .b-search-form-placeholder--horizontal .b-search-form-placeholder__main-search-form {
  padding: 20px 20px 5px 0;
}
.cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form {
  grid-template-columns: 1.7fr 1.6666666667fr 1.4fr 1.1333333333fr;
  grid-template-areas: "plDestinations plTerms plTransport plSubmit";
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(1) {
  grid-area: plDestinations;
  flex: 6000 1 300px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(2) {
  grid-area: plTerms;
  flex: 2000 1 310px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(3) {
  grid-area: plTransport;
  flex: 1000 1 270px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(4) {
  grid-area: plPersons;
  flex: 1000 1 270px;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::after {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form::after {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media (max-width: 1149px) {
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form {
    grid-template-columns: 2.3333333333fr 1fr 1.2fr 1.8666666667fr;
    grid-template-areas: "plDestinations plDestinations plTerms plTerms" "plTransport plPersons plPersons plSubmit";
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form {
    grid-template-columns: 4fr 4fr 3fr;
    grid-template-areas: "plDestinations plTerms plTransport" ". . plSubmit";
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 1149px) and (min-width: 1000px) {
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::after {
    width: auto;
    min-width: 150px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "plDestinations plTransport" "plTerms plPersons" ". plSubmit";
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "plDestinations plTerms" "plTransport plSubmit";
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form::after {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .b-search-form-placeholder--hp.b-search-form-placeholder--accommodation .b-search-form-placeholder__main-search-form > .b-search-form-placeholder__main-search-form-field:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .b-search-form-placeholder--hp .b-search-form-placeholder__main-search-form-field:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
.cee-component .b-season-recommendation__item {
  flex: 1 0 16.6666666667%;
  max-width: 16.66667%;
}
.cee-component .b-season-recommendation__item:nth-child(4n) {
  border-right: 1px solid #fff;
}
.cee-component .b-season-recommendation__item:nth-child(6n) {
  border-right: 0;
}
@media (min-width: 1000px) {
  .cee-component .b-season-recommendation__item {
    flex: 1 0 8.3333333333%;
    max-width: 8.33333%;
  }
  .cee-component .b-season-recommendation__item:nth-child(6n) {
    border-right: 1px solid #fff;
  }
  .cee-component .b-season-recommendation__item:last-child {
    border-right: 0;
  }
}
.cee-component .b-seats-info {
  margin-bottom: 30px;
}
.cee-component .b-seats-info__content {
  display: block;
}
.cee-component .b-seats-info__content th {
  width: 70%;
}
.cee-component .b-seats-info::after {
  width: calc(100% + 80px);
  padding-top: 15px;
  transform: translateX(-40px);
}
.cee-component .modal--seats .modal__footer .b-seats-info {
  margin-top: -15px;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}
.cee-component .b-service-grid--iconned .b-service-grid__thumb {
  padding: 35px 10px;
}
.cee-component .b-service-grid--iconned .b-service-grid__icon {
  width: 72px;
  height: 72px;
}
.cee-component .b-service {
  grid-template-areas: "avatar title" "avatar desc" "avatar phone" "avatar content";
}
.cee-component .b-service__avatar .avatar {
  margin: 0 auto;
}
.cee-component .b-service__name {
  text-align: center;
}
.cee-component .b-service > .b-branch__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-branch__desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-modal__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-modal__description {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-product-list-2__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-product-list-2__content {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service__avatar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
}
.cee-component .b-service__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
}
.cee-component .b-service > .b-service__title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-service__desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service__phone {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-service > .b-service__content {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .b-skip-pay--paypo {
  --skip-pay-chart-width: 100px;
}
.cee-component .b-skip-pay__item {
  flex: 0 1 33.3333333333%;
  max-width: 33.33333%;
}
.cee-component .b-skip-pay__item + .b-skip-pay__item::before {
  content: "";
  position: absolute;
  top: calc(var(--skip-pay-chart-width)/2 - 10px);
  left: -13px;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.7 1.14a1 1 0 0 0 0 1.41l7.77 7.78L.7 18.11a1 1 0 1 0 1.42 1.41l9.19-9.19-9.2-9.2a1 1 0 0 0-1.4 0Z' fill='%23ea5003'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cee-component .b-skip-pay__text {
  max-width: 160px;
  margin: auto;
}
.cee-component .b-specialist {
  grid-template-columns: 75px 1fr;
  align-items: center;
}
.cee-component .b-specialist__avatar {
  grid-row: span 2;
}
.cee-component .b-specialist__contacts-list {
  display: flex;
  gap: 20px;
  align-self: start;
}
.cee-component .b-suggest__title {
  font-size: 14px;
}
.cee-component .b-table__col--600 {
  width: 600px;
}
.cee-component .b-table__col--1-12 {
  width: 103px;
}
.cee-component .b-table__col--2-12 {
  width: 207px;
}
.cee-component .b-table__col--3-12 {
  width: 310px;
}
.cee-component .b-table__col--4-12 {
  width: 413px;
}
.cee-component .b-table__col--5-12 {
  width: 517px;
}
.cee-component .b-table__col--6-12 {
  width: 620px;
}
.cee-component .b-table__col--7-12 {
  width: 723px;
}
.cee-component .b-table__col--8-12 {
  width: 827px;
}
.cee-component .b-table__col--9-12 {
  width: 930px;
}
.cee-component .b-table__col--10-12 {
  width: 1033px;
}
.cee-component .b-table__col--11-12 {
  width: 1137px;
}
.cee-component .b-table__col--12-12 {
  width: 1240px;
}
.cee-component .b-table--account table th, .cee-component .b-table--account table td, .cee-component .b-table--account table tr:nth-child(2n) th, .cee-component .b-table--account table tr:nth-child(2n) td {
  padding: 9px 20px 8px;
}
.cee-component .b-table--account tr:nth-child(2n) th, .cee-component .b-table--account tr:nth-child(2n) td {
  background-color: #fafafa;
}
.cee-component .b-table--account tbody .icon-svg {
  width: 20px;
}
@media (min-width: 1000px) {
  .cee-component .b-tabs__list {
    gap: 0 60px;
  }
  .cee-component .b-tabs--offer .b-tabs__list {
    gap: 0 30px;
  }
  .cee-component .b-tabs--offer .b-tabs__item .btn__inner {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-teaser__img {
    max-width: 80%;
  }
  .cee-component .b-teaser__btn {
    margin-top: 20px;
  }
}
.cee-component .b-teaser__inner {
  margin-bottom: 40px;
  padding: 60px 40px;
}
.cee-component .b-teaser__inner--img {
  margin-bottom: 130px;
}
.cee-component .b-teaser__img {
  margin-top: 40px;
  margin-bottom: -150px;
}
.cee-component .b-teaser__title {
  font-size: 40px;
  line-height: 44px;
}
.cee-component .b-teaser__logo {
  width: 250px;
  margin-bottom: 26px;
}
.cee-component .b-teaser__desc {
  font-size: 22px;
  line-height: 32px;
}
.cee-component .b-teaser__btn {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .cee-component .b-teaser__img {
    max-width: 845px;
  }
}
.cee-component .b-testimonial__inner {
  padding: 40px 160px 20px 30px;
}
.cee-component .b-testimonial__mark {
  right: 30px;
  width: 80px;
  color: #f15a22;
}
.cee-component .b-thumb-slider__wrap {
  overflow: hidden;
}
.cee-component .b-thumb-slider__wrap .grid {
  flex-wrap: nowrap;
}
.cee-component .b-thumb-slider__item {
  flex: 1 0 140px;
  max-width: 140px;
  padding: 0;
}
.cee-component .b-thumb-slider .carousel--is-ready .b-thumb-slider__list {
  margin-left: 0;
}
.cee-component .b-thumb-slider .carousel--is-ready .b-thumb-slider__item {
  flex: 1 0 120px;
  max-width: 120px;
  padding: 0;
}
@media (max-width: 999.98px) {
  .cee-component .b-tour-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .cee-component .b-tour-price__price, .cee-component .b-tour-price__button {
    margin-bottom: 0;
  }
  .cee-component .b-tour-price .message {
    display: flex;
    align-items: center;
    max-width: 50%;
    margin-bottom: 0;
  }
  .cee-component .b-tour-price .icon-svg {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .cee-component .b-tour-term-picker-placeholder__fields .b-tour-term-picker-placeholder__sepparator {
    width: 16%;
  }
}
.cee-component .b-tour-term-picker__filter:not(.grid) .b-tour-term-picker__filter-item {
  flex: 0 0 33.33333%;
}
@media (min-width: 1000px) {
  .cee-component .b-tour-term-picker--not-found .b-tour-term-picker__note {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .cee-component .b-tour-term-picker__filter:not(.grid) .b-tour-term-picker__filter-item {
    flex: 0 0 20%;
  }
  .cee-component .b-tour-term-picker__filter:not(.grid).has-person-picker .b-tour-term-picker__filter-item {
    flex-basis: 16.66667%;
  }
}
@media (max-width: 999.98px) {
  .cee-component .b-tour-term-picker--not-found .b-tour-term-picker__note {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.cee-component .b-transition-loader {
  justify-content: space-evenly;
}
.cee-component .b-transition-loader__btn {
  margin: -128px auto 0;
}
.cee-component .b-transition-loader__container {
  grid-template-rows: minmax(auto, 85px) 10px minmax(0, auto);
  max-width: 650px;
  padding: 30px 100px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #fef3e6 0%, #fef3e6 320px, #ffffff 320px, #ffffff 100%);
}
.cee-component .b-transition-loader__icon {
  width: 250px;
  max-height: 250px;
}
.cee-component .b-transition-loader__content {
  padding: 30px 26px 0;
}
.cee-component .b-transition-loader__title {
  font-size: 24px;
  line-height: 32px;
}
.cee-component .b-transition-loader__annot, .cee-component .b-transition-loader__desc {
  font-size: 18px;
  line-height: 26px;
}
.cee-component .b-unique-selling-propositions {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 999.98px) {
  .cee-component .b-unique-selling-propositions--columns {
    flex-wrap: wrap;
  }
  .cee-component .b-unique-selling-propositions--columns .b-unique-selling-propositions__item {
    max-width: calc(50% - 15px);
  }
}
.cee-component .b-usp-offer__body {
  gap: 15px;
  padding: 20px 20px 30px;
}
.cee-component .b-usp-offer__content > * {
  margin-bottom: 10px;
}
.cee-component .b-usp-offer__icon {
  margin-top: -28px;
}
.cee-component .b-usp-offer__icon .icon-svg {
  width: 40px;
}
.cee-component .b-usp-offer__icon .icon-box:not(.icon-box--sm):not(.icon-box--lg) {
  width: 70px;
  height: 70px;
}
.cee-component .b-video__desc {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.cee-component .c-columns__list--3 {
  column-count: 3;
}
.cee-component .c-columns__list--4 {
  column-count: 4;
}
@media (min-width: 1000px) {
  .cee-component .c-columns__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .c-custom-offers__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
  }
  .cee-component .c-custom-offers__item {
    flex: 0 0 50%;
  }
  .cee-component .c-custom-offers__item:nth-child(2n+1) {
    border-right: 1px solid #f5f5f5;
  }
}
.cee-component .c-destination-grid__list {
  column-gap: 20px;
  column-fill: balance;
  column-count: 3;
}
@media (min-width: 1000px) {
  .cee-component .c-destination-grid__list {
    column-count: 5;
  }
}
.cee-component .c-filters-list .img {
  flex: 1 0 100%;
  align-self: stretch;
  max-width: 190px;
  margin: -20px 20px -20px -20px;
}
.cee-component .c-hierarchy__annot {
  margin-bottom: 40px;
}
.cee-component .c-hierarchy__sublist {
  display: grid;
  grid-template-columns: 280px 280px;
  grid-template-rows: repeat(3, 100px);
  justify-content: center;
  max-width: 560px;
  margin: 0 auto;
}
.cee-component .c-hierarchy__subitem {
  position: relative;
  width: 280px;
  margin-left: -10px;
}
.cee-component .c-hierarchy__subitem:first-child {
  grid-row: 1;
  grid-column: 1;
}
.cee-component .c-hierarchy__subitem:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
  padding-left: 20px;
}
.cee-component .c-hierarchy__subitem:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}
.cee-component .c-hierarchy__subitem:nth-child(4) {
  grid-row: 2/-1;
  grid-column: 2;
  padding-left: 20px;
}
.cee-component .c-hierarchy__subitem::before {
  content: "";
  position: absolute;
  background-color: #d5d5d5;
}
.cee-component .c-hierarchy__subitem:nth-child(odd)::before {
  top: 50%;
  left: 100%;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
}
.cee-component .c-hierarchy__subitem:last-child::before {
  top: 50%;
  right: 100%;
  width: 20px;
  transform: translate(-50%);
}
.cee-component .c-hierarchy__grandlist {
  display: block;
  margin-top: 17px;
}
.cee-component .c-hierarchy__grandchild::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 17px;
  background-color: #d5d5d5;
}
.cee-component .c-img-grid__list {
  grid-template: repeat(3, auto)/repeat(12, 1fr);
  gap: 20px;
}
.cee-component .c-img-grid__item {
  grid-column: span 3;
}
.cee-component .c-img-grid__item::before {
  padding-top: 65.76271%;
}
.cee-component .c-img-grid--default .c-img-grid__item:nth-child(-n+2), .cee-component .c-img-grid--2-3-4 .c-img-grid__item:nth-child(-n+2) {
  grid-column: span 6;
}
.cee-component .c-img-grid--default .c-img-grid__item:nth-child(-n+2) .c-img-grid__img::before, .cee-component .c-img-grid--2-3-4 .c-img-grid__item:nth-child(-n+2) .c-img-grid__img::before {
  padding-top: 45.90164%;
}
.cee-component .c-img-grid--default .c-img-grid__item:nth-child(n+3):nth-child(-n+5), .cee-component .c-img-grid--2-3-4 .c-img-grid__item:nth-child(n+3):nth-child(-n+5) {
  grid-column: span 4;
}
.cee-component .c-img-grid--default .c-img-grid__item:nth-child(n+3):nth-child(-n+5) .c-img-grid__img::before, .cee-component .c-img-grid--2-3-4 .c-img-grid__item:nth-child(n+3):nth-child(-n+5) .c-img-grid__img::before {
  padding-top: 48.5%;
}
.cee-component .c-img-grid--2 .c-img-grid__item, .cee-component .c-img-grid--3 .c-img-grid__item {
  grid-column: span 6;
}
.cee-component .c-img-grid--2 .c-img-grid__item .c-img-grid__img::before, .cee-component .c-img-grid--3 .c-img-grid__item .c-img-grid__img::before {
  padding-top: 45.90164%;
}
@media (min-width: 1000px) {
  .cee-component .c-img-grid--3 .c-img-grid__item {
    grid-column: span 4;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 479.98px) {
    .cee-component .c-img-grid--2-3-4 .c-img-grid__item:nth-child(n+6) .b-destination__body {
      display: none;
    }
  }
  @media (min-width: 480px) and (max-width: 734.98px) {
    .cee-component .c-img-grid__item:nth-child(n+3) .b-destination__body {
      display: none;
    }
  }
  @media (max-width: 1279.98px) {
    .cee-component .c-img-grid__item:nth-child(n+6) .b-destination__body {
      display: none;
    }
  }
  @media (max-width: 1279.98px) {
    .cee-component .c-img-grid__item:nth-child(n+3) .b-destination__head {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0 !important;
    }
    .cee-component .c-img-grid__item:nth-child(n+3) .b-destination__tag {
      margin: 0 -15px;
      padding: 0 5px 5px !important;
      border-radius: 12px 12px 0 0;
      font-size: 12px;
    }
  }
}
.cee-component .c-logos .b-logo__img img {
  height: 50px;
}
.cee-component .footer--booking .c-logos .b-logo__img img {
  height: 50px;
}
.cee-component .c-logos--md .b-logo__img img {
  height: 40px;
}
.cee-component .c-logos--sm .b-logo__img img {
  height: 30px;
}
.cee-component .c-logos__viewport {
  --slide-spacing: 20px;
}
@media (min-width: 1000px) {
  .cee-component .c-logos:not(.c-logos--carousel) .c-logos__list {
    gap: 15px 30px;
  }
  .cee-component .c-logos:not(.c-logos--carousel) .c-logos__item {
    margin: 0;
  }
}
.cee-component .c-luggage-card--3-col .c-luggage-card__list {
  grid-template-columns: 1fr 1fr 1fr;
}
.cee-component .c-panel-grid__list {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "main main main main side11 side11" "main main main main side11 side11" "main main main main side21 side22" "main main main main side31 side32";
  gap: 20px 20px;
}
.cee-component .c-panel-grid__list > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: main;
}
.cee-component .c-panel-grid__list > :first-child .img::before {
  padding-top: 64.26829%;
}
.cee-component .c-panel-grid__list > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: side11;
}
.cee-component .c-panel-grid__list > :nth-child(2) .img::before {
  padding-top: 57.5%;
}
.cee-component .c-panel-grid__list > :nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: side21;
}
.cee-component .c-panel-grid__list > :nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: side22;
}
.cee-component .c-panel-grid__list > :nth-child(5) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: side31;
}
.cee-component .c-panel-grid__list > :nth-child(6) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: side32;
}
.cee-component .c-panel-grid--simple .c-panel-grid__list > :first-child .img::before {
  padding-top: 58.78049%;
}
.cee-component .c-panel-grid--simple .c-panel-grid__link .img::before {
  content: "";
  padding-top: 57.5%;
}
.cee-component .c-panel-grid__list > :first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}
.cee-component .c-panel-grid__list > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
}
.cee-component .c-panel-grid__list > :nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(6) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}
.cee-component .c-panel-grid__list > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
}
.cee-component .c-panel-grid__list > :nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(5) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(6) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}
.cee-component .c-panel-grid__list > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
}
.cee-component .c-panel-grid__list > :nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(5) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
}
.cee-component .c-panel-grid__list > :nth-child(6) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}
.cee-component .c-promo-items--highlight {
  padding: 20px 30px;
}
.cee-component .c-promo-items--highlight .c-promo-items__title {
  margin-left: -18px;
}
.cee-component .c-promo-items--highlight .c-promo-items__title .item-icon__icon {
  top: -1px;
  left: 5px;
}
.cee-component .c-promo-items--highlight .c-promo-items__item {
  padding: 15px 15px 20px;
}
@media (min-width: 1280px) {
  .cee-component .c-summary-info + .c-summary-info {
    padding-top: 0;
    border-width: 0 0 1px;
  }
}
@media (min-width: 1000px) {
  .cee-component .c-terms-calendar__months--horizontal {
    height: 445px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .cee-component .c-terms-calendar__day-cell {
    border-width: 5px;
  }
  .cee-component .c-terms-calendar__day .dot {
    width: 8px;
    height: 8px;
  }
  .cee-component .c-terms-calendar__day-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 60px;
    padding: 8px;
  }
  .cee-component .c-terms-calendar__number, .cee-component .c-terms-calendar__dots {
    flex: none;
  }
  .cee-component .c-terms-calendar__number {
    visibility: visible;
  }
  .cee-component .c-terms-calendar__dots {
    position: relative;
    top: 4px;
    display: inline-flex;
    width: 20px;
    margin: 0;
  }
  .cee-component .c-terms-calendar__price {
    flex: 0 0 100%;
    margin-top: 13px;
  }
}
@media (min-width: 1280px) {
  .cee-component .c-terms-calendar__months--horizontal {
    height: 505px;
  }
  .cee-component .c-terms-calendar__month--left {
    padding-right: 55px;
  }
  .cee-component .c-terms-calendar__month--right {
    padding-left: 55px;
  }
  .cee-component .c-terms-calendar__day-inner {
    height: 70px;
    padding: 10px;
  }
  .cee-component .c-terms-calendar__price {
    margin-top: 18px;
  }
}
.cee-component .c-terms-list-2__title {
  font-size: 20px;
  line-height: 1.3;
}
.cee-component .c-terms-list-2__wrap {
  display: flex;
  gap: 0 20px;
}
.cee-component .c-terms-list-2__dates {
  flex: 0 0 300px;
}
.cee-component .c-terms-list-2__content {
  display: flex;
  gap: 20px;
  flex: auto;
  flex-wrap: wrap;
}
.cee-component .c-terms-list-2__info {
  flex: auto;
  align-self: flex-end;
  margin-top: 20px;
}
.cee-component .c-terms-list-2__price {
  font-size: 13px;
  line-height: 1.53846;
}
.cee-component .c-terms-list-2__availability {
  font-size: 14px;
  line-height: 1.14286;
}
.cee-component .c-terms-list-2__message {
  display: flex;
  justify-content: flex-end;
}
.cee-component .c-terms-list-2__message .message {
  min-width: 50%;
}
@media (min-width: 1000px) {
  .cee-component .c-terms-list-2__content {
    flex-wrap: nowrap;
  }
  .cee-component .c-terms-list-2__desc {
    flex: none;
    max-width: 330px;
  }
}
.cee-component .c-terms-list__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "description info" "tags tags";
  gap: 0 23px;
  align-items: flex-start;
}
.cee-component .c-terms-list__description {
  margin-bottom: 2px;
}
.cee-component .c-terms-list__prices {
  padding-right: 8px;
  text-align: right;
}
.cee-component .c-terms-list__info {
  margin-bottom: -23px;
  margin-left: -16px;
}
.cee-component .c-terms-list__info > * {
  border-width: 0 0 23px 16px;
}
.cee-component .c-terms-list__content > .b-contract__desc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .c-terms-list__content > .c-terms-list__description {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .c-terms-list__info {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .c-terms-list__tags {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .c-tiles__list {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "mainImg mainImg" "side112 side122" "side212 side22";
  gap: 20px 20px;
}
.cee-component .c-tiles__list > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .c-tiles__list > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cee-component .c-tiles__list > :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.cee-component .c-tiles__list > :nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.cee-component .c-usp-offer--3-2 > :nth-child(-n+3) {
  grid-column: span 4;
}
@media (min-width: 1000px) {
  .cee-component .c-usp-offer--3-2 .b-usp-offer--top .b-usp-offer__icon, .cee-component .c-usp-offer--4-2 .b-usp-offer--top .b-usp-offer__icon {
    margin-top: -65px;
  }
  .cee-component .c-usp-offer--3-2 .b-usp-offer--top .icon-box:not(.icon-box--sm):not(.icon-box--lg), .cee-component .c-usp-offer--4-2 .b-usp-offer--top .icon-box:not(.icon-box--sm):not(.icon-box--lg) {
    width: 80px;
    height: 80px;
  }
  .cee-component .c-usp-offer--3-2 .b-usp-offer--top .icon-svg, .cee-component .c-usp-offer--4-2 .b-usp-offer--top .icon-svg {
    width: 50px;
  }
  .cee-component .c-usp-offer--4-2 > :nth-child(-n+4) {
    grid-column: span 3;
  }
}
.cee-component .c-weather-bars__list {
  margin: 0;
}
.cee-component .c-weather-bars__item {
  flex: 1 1 25%;
}
@media (min-width: 1000px) {
  .cee-component .c-weather-bars__list {
    border: 1px solid #e8e8e8;
  }
  .cee-component .c-weather-bars__item {
    flex: auto;
    max-width: none;
    margin: 0;
    border: 0;
  }
}
.cee-component .c-weather--five-items-order .c-weather__item:nth-last-child(n+5), .cee-component .c-weather--five-items-order .c-weather__item:nth-last-child(n+5) ~ .c-weather__item {
  max-width: 20%;
}
.cee-component .c-weather--five-items-order .c-weather__item {
  max-width: 100%;
}
@media (min-width: 1000px) {
  .cee-component .c-weather--five-items-order .c-weather__item {
    max-width: 20%;
  }
  .cee-component .c-weather--compact .c-weather__item {
    flex: 1 1 16.66667%;
  }
}
@media (min-width: 1280px) {
  .cee-component .c-weather--compact .c-weather__item {
    flex: 1 1 8.33333%;
  }
}
.cee-component .f-login {
  padding: 0 10px 10px;
  overflow: hidden;
}
.cee-component .f-login__inner {
  min-width: 300px;
  margin-top: -10px;
  padding: 30px 30px 20px;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.2);
}
.cee-component .f-login__title {
  font-size: 20px;
}
.cee-component .f-login__bottom {
  margin-top: 20px;
  font-size: 14px;
}
.cee-component .f-login--modal {
  margin: 0;
  padding: 0;
}
.cee-component .f-login--modal .f-login__title {
  font-size: 24px;
}
.cee-component .f-login--modal .i-textbox {
  margin-bottom: 20px;
}
.cee-component .f-main-search--hp .f-main-search__content {
  display: grid;
  grid-template-columns: 2.5fr 2.5fr 1.3fr;
  grid-template-areas: "hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpSubmit";
}
.cee-component .f-main-search--hp.has-transport-picker .f-main-search__content {
  grid-template-columns: 2.4fr 2.1333333333fr 1.8666666667fr 1fr;
  grid-template-areas: "hpInfo hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpTransport hpSubmit";
}
.cee-component .f-main-search--hp.has-person-picker .f-main-search__content {
  grid-template-columns: 1.7fr 1.6666666667fr 1.4fr 1.1333333333fr;
  grid-template-areas: "hpInfo hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpPassengers hpSubmit";
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content {
  grid-template-columns: 1.7fr 1.6666666667fr 1.4fr 1.1333333333fr 1.3fr;
  grid-template-areas: "hpInfo hpInfo hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpTransport hpPassengers hpSubmit";
}
.cee-component .f-main-search--hp .f-main-search__info {
  grid-area: hpInfo;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--destination {
  grid-area: hpDestinations;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--term {
  grid-area: hpTerms;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--transport {
  grid-area: hpTransport;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--passengers {
  grid-area: hpPassengers;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-button {
  grid-area: hpSubmit;
  text-align: right;
}
.cee-component .f-main-search--hp .f-main-search__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--destination {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--term {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--term {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--transport {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-field--passengers {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.cee-component .f-main-search--hp .f-main-search__wrapper-button {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-button {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
@media (max-width: 1149px) {
  .cee-component .f-main-search--hp .f-main-search__content {
    grid-template-columns: 2.5fr 2.5fr 1.5fr;
    grid-template-areas: "hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpSubmit";
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo" "hpDestinations hpTerms" "hpTransport hpSubmit";
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content {
    grid-template-columns: 4fr 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo hpInfo" "hpDestinations hpTerms hpPassengers" ". . hpSubmit";
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content {
    grid-template-columns: 2.3333333333fr 1fr 1.2fr 1.8666666667fr;
    grid-template-areas: "hpInfo hpInfo hpInfo hpInfo" "hpDestinations hpDestinations hpTerms hpTerms" "hpTransport hpPassengers hpPassengers hpSubmit";
  }
  .cee-component .f-main-search--hp .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-button {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
}
@media (max-width: 1149px) and (min-width: 1000px) {
  .cee-component .f-main-search--hp .f-main-search__button {
    min-width: 150px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .f-main-search--hp .f-main-search__content {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo" "hpDestinations hpTerms" ". hpSubmit";
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo" "hpDestinations hpTransport" "hpTerms hpSubmit";
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo" "hpDestinations hpPassengers" "hpTerms hpSubmit";
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "hpInfo hpInfo" "hpDestinations hpTransport" "hpTerms hpPassengers" ". hpSubmit";
  }
  .cee-component .f-main-search--hp .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--hp .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--hp.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (max-width: 999.98px) {
  .cee-component .f-main-search--search-results .f-main-search__content-wrapper {
    margin: -20px -20px 0;
    border-radius: 0;
  }
  .cee-component .f-main-search--search-results .f-main-search__content {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 20px 10px 10px;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field {
    margin: 0 0 10px 10px;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--destination {
    flex: 6000 1 300px;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--term {
    flex: 2000 1 310px;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--transport {
    flex: 1000 1 270px;
  }
  .cee-component .f-main-search--search-results .f-main-search__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "srDestinations srTerms";
  }
  .cee-component .f-main-search--search-results.has-transport-picker .f-main-search__content {
    grid-template-areas: "srDestinations srDestinations" "srTerms rTransport";
  }
  .cee-component .f-main-search--search-results.has-person-picker .f-main-search__content {
    grid-template-areas: "srDestinations srDestinations" "srTerms srPassengers";
  }
  .cee-component .f-main-search--search-results.has-transport-picker.has-person-picker .f-main-search__content {
    grid-template-areas: "srDestinations srTerms" "srTransport srPassengers";
  }
  .cee-component .f-main-search--search-results .f-main-search__info {
    grid-area: info;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--destination {
    grid-area: srDestinations;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--term {
    grid-area: srTerms;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--transport {
    grid-area: srTransport;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--passengers {
    grid-area: srPassengers;
  }
}
@media (max-width: 999.98px) {
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--search-results.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--search-results.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--search-results.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--term {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--search-results.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--search-results.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--search-results.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--transport {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--search-results .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--search-results.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1000px) {
  .cee-component .f-main-search--search-results {
    margin-bottom: 20px;
  }
  .cee-component .js-has-tabs .f-main-search--search-results .f-main-search__content-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 999.98px) {
  .cee-component .f-main-search--landing-page .f-main-search__content {
    grid-template-areas: "lpDestinations lpDestinations" "lpTerms lpSubmit";
  }
  .cee-component .f-main-search--landing-page.has-transport-picker .f-main-search__content {
    grid-template-areas: "lpDestinations lpTransport" "lpTerms lpSubmit";
  }
  .cee-component .f-main-search--landing-page.has-person-picker .f-main-search__content {
    grid-template-areas: "lpDestinations lpPassengers" "lpTerms lpSubmit";
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content {
    grid-template-areas: "lpDestinations lpTransport" "lpTerms lpPassengers" ". lpSubmit";
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--destination {
    grid-area: lpDestinations;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--term {
    grid-area: lpTerms;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--transport {
    grid-area: lpTransport;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--passengers {
    grid-area: lpPassengers;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-button {
    grid-area: lpSubmit;
    margin: 0 0 10px 10px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--landing-page.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--destination {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--landing-page.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--term {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--transport {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--transport {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-field--passengers {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page .f-main-search__wrapper-button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cee-component .f-main-search--landing-page.has-transport-picker.has-person-picker .f-main-search__content > .f-main-search__wrapper-button {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1000px) {
  .cee-component .f-order-2 {
    position: sticky;
    top: 20px;
  }
  .cee-component .f-order-2 > :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .cee-component #order-form {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .cee-component .f-order {
    position: sticky;
    top: 20px;
  }
  .cee-component .f-order > :last-child {
    margin-bottom: 0;
  }
  .cee-component #order-form {
    height: 100%;
  }
}
.cee-component .f-reservation__certificate-input {
  flex-basis: 40%;
  max-width: 40%;
}
.cee-component .f-reservation__certificate-message {
  flex-basis: 60%;
  max-width: 60%;
  margin-top: 20px;
}
.cee-component .f-reservation__certificate-message--full {
  flex-basis: 100%;
  max-width: none;
}
@media (min-width: 1280px) {
  .cee-component .f-reservation {
    display: grid;
    grid-template-columns: minmax(790px, 820px) minmax(min-content, 1fr);
    grid-template-rows: min-content min-content 1fr;
    grid-template-areas: "stepper details" "message details" "form    details";
    gap: 0 20px;
  }
  .cee-component .f-reservation--booking {
    display: block;
  }
  .cee-component .f-reservation--booking .f-reservation__wrap {
    display: grid;
    grid-template-columns: minmax(790px, 820px) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto) auto;
    grid-template-areas: "message details" "form details";
    gap: 0 20px;
  }
  .cee-component .f-reservation__stepper {
    grid-area: stepper;
  }
  .cee-component .f-reservation__message {
    grid-area: message;
  }
  .cee-component .f-reservation__box-details {
    grid-area: details;
  }
  .cee-component .f-reservation__form {
    grid-area: form;
  }
  .cee-component .f-reservation--fullwidth {
    display: block;
  }
}
@media (min-width: 1280px) {
  .cee-component .f-reservation__stepper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .f-reservation__message {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cee-component .f-reservation--booking .f-reservation__wrap > .f-reservation__message {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cee-component .f-reservation__box-details {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .cee-component .f-reservation--booking .f-reservation__wrap > .f-reservation__box-details {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .cee-component .f-reservation__form {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .cee-component .f-reservation--booking .f-reservation__wrap > .f-reservation__form {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.cee-component .f-reviews-search__subtitle {
  font-size: 20px;
}
.cee-component .f-reviews-search--hp .f-reviews-search__wrapper {
  padding: 40px 20px;
}
@media (min-width: 1000px) {
  .cee-component .f-reviews-search--serp {
    margin-bottom: 20px;
  }
}
.cee-component .f-search-filter {
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 999.98px) {
  .cee-component .f-search-filter {
    width: 400px;
    max-width: 100%;
    overflow: auto;
  }
}
.cee-component .f-search__trigger {
  transition: visibility 0.3s, opacity 0.3s;
}
.cee-component .f-search__trigger .btn__inner {
  color: #fff;
  text-decoration: none;
}
.cee-component .f-search__trigger .item-icon__icon {
  width: 18px;
  transition: transform 0.3s, color 0.3s;
}
.cee-component .f-search__trigger .item-icon__text {
  font-weight: 500;
  font-size: 16px;
}
.cee-component .f-search__inner {
  position: absolute;
  top: 10px;
  right: -16px;
  width: 320px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.cee-component .f-search__suggest {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -1px;
}
.cee-component .f-search__trigger[aria-expanded=true] {
  visibility: hidden;
  opacity: 0;
}
.cee-component .f-search__trigger[aria-expanded=true] .item-icon__icon {
  transform: translate3d(-100px, 0, 0);
}
.cee-component .f-search__trigger[aria-expanded=true] ~ .f-search__inner {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 999.98px) {
  .cee-component .f-search__inner {
    top: 0;
    right: 0;
    width: auto;
  }
  .cee-component .f-search__trigger {
    position: relative;
    right: 15px;
    background: #fff;
  }
  .cee-component .f-search__trigger::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 15px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%, #ffffff 100%);
  }
  .cee-component .f-search__trigger .btn__inner {
    color: #f15a22;
  }
  .cee-component .f-search__trigger .item-icon__text {
    font-size: 14px;
  }
  .cee-component .f-search .btn--sm .btn__inner {
    font-size: 14px;
    line-height: 1.28571;
  }
  .cee-component .f-search__trigger[aria-expanded=true] ~ .f-search__inner {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .cee-component .f-search__trigger .btn__inner {
    color: #333;
  }
  .cee-component .f-search__trigger .item-icon__icon {
    color: #f15a22;
  }
}
.cee-component .b-product-list-2__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.cee-component .b-product-list-2__inner > .b-service__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-service__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__inner > .b-service__content {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-service__content {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-product-list-2__inner > .b-transition-loader__content {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.cee-component .b-product-list-2--variant-c .b-product-list-2__inner > .b-transition-loader__content {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .b-service > .b-transition-loader__content {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.cee-component .c-terms-list__description {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .f-main-search--search-results .f-main-search__info {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cee-component .b-contract > .m-anchor__btn {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.cee-component .m-anchor {
  grid-template-rows: auto auto 46px;
  grid-template-areas: "m-top" "bottom" "menu";
  height: 109px;
  margin-top: -63px;
  background: none;
}
.cee-component .m-anchor__menu {
  border-radius: 12px;
  background-color: #fff;
}
.cee-component .m-anchor::before, .cee-component .m-anchor__top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 0;
  background-color: inherit;
  transform: translateX(-50%);
}
.cee-component .m-anchor__title {
  margin-right: auto;
}
.cee-component .m-anchor__params {
  text-align: right;
}
.cee-component .has-overflow .m-anchor.is-opened::before, .cee-component .has-overflow .m-anchor.is-opened .m-anchor__top::before {
  width: 100vw;
}
.cee-component .m-anchor.is-opened {
  grid-template-areas: "m-top m-top" "bottom bottom" "menu button";
  background-color: #fff;
}
.cee-component .m-anchor.is-opened .m-anchor__top {
  display: block;
}
.cee-component .m-anchor.is-opened .m-anchor__top::before {
  max-height: 30px;
}
.cee-component .m-anchor.is-opened .m-anchor__bottom {
  display: flex;
}
.cee-component .m-anchor.is-opened .m-anchor__menu {
  margin: 0 -20px;
  border-radius: 0;
  background: none;
}
.cee-component .m-anchor.is-opened .m-anchor__btn {
  display: block;
}
.cee-component .m-anchor--offer {
  margin: 0 -30px;
}
.cee-component .m-anchor__top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cee-component .m-anchor.is-opened > .m-anchor__top {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.cee-component .m-anchor__menu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cee-component .m-anchor.is-opened > .m-anchor__menu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cee-component .m-anchor__bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cee-component .m-anchor.is-opened > .m-anchor__bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
@media (min-width: 1000px) {
  .cee-component .m-anchor__menu {
    font-size: 18px;
    line-height: 26px;
  }
  .cee-component .m-anchor__list {
    gap: 0 30px;
    padding: 0 30px;
  }
  .cee-component .is-opened .m-anchor__list {
    padding: 0 20px;
  }
  .cee-component .m-anchor__link {
    padding: 10px 0;
  }
}
.cee-component .m-main {
  flex: auto;
  font-size: 13px;
}
.cee-component .m-main__list {
  display: flex;
  height: 60px;
  margin-left: 0;
}
.cee-component .m-main__item {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  margin-left: 0;
}
.cee-component .m-main__link {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  text-align: center;
}
.cee-component .m-main__link .item-icon--after .item-icon__icon {
  margin-left: 0.45em;
}
.cee-component .m-main__link .icon-svg {
  transition: transform 0.3s;
}
.cee-component .m-main__toggle-sub {
  display: none;
}
.cee-component .m-main__submenu {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 100;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s 0s, visibility 0s .15s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05098);
}
.cee-component .m-main__wrap {
  display: flex;
}
.cee-component .m-main__subpart {
  flex: none;
  padding: 10px 0 15px;
}
.cee-component .m-main__subpart + .m-main__subpart {
  position: relative;
}
.cee-component .m-main__subpart + .m-main__subpart::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 25px;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.cee-component .m-main__subtitle {
  margin: 5px 0 10px;
  padding: 0 20px;
  font-size: 13px;
}
.cee-component .m-main__subitem {
  margin-bottom: 10px;
}
.cee-component .m-main__sublink {
  padding: 2px 20px;
  white-space: nowrap;
}
.cee-component .header__inner-without-search .m-main__item:last-of-type .m-main__link {
  padding-right: 0;
}
.cee-component .m-main__submenu--lg {
  left: 50%;
  transform: translateX(-50%);
}
.cee-component .m-main__item.is-open .m-main__link {
  color: #ffc440;
}
.cee-component .m-main__item.is-open .m-main__submenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
}
@media (max-width: 999.98px) {
  .cee-component .m-main__list {
    justify-content: space-between;
    margin-right: -5px;
  }
}
@media (min-width: 1000px) {
  .cee-component .m-main {
    font-size: 16px;
  }
  .cee-component .m-main__list {
    margin-left: -5px;
  }
  .cee-component .m-main__item {
    margin-left: 5px;
  }
  .cee-component .m-main__link {
    padding: 9px 10px 11px;
  }
  .cee-component .m-main__link .item-icon--after .item-icon__icon {
    margin-left: 0.625em;
  }
  .cee-component .m-main__submenu {
    left: -20px;
  }
  .cee-component .m-main__submenu--lg {
    left: 50%;
  }
  .cee-component .m-main__subpart + .m-main__subpart::before {
    top: 10px;
    bottom: 25px;
    left: 0;
  }
  .cee-component .m-main__subtitle {
    margin: 5px 0 15px;
    padding: 0 30px;
    font-size: 14px;
  }
  .cee-component .m-main__sublink {
    padding: 2px 30px;
  }
}
@media (min-width: 1280px) {
  .cee-component .m-main__list {
    margin-left: -20px;
  }
  .cee-component .m-main__item {
    margin-left: 20px;
  }
}
.cee-component .sf-popup .m-sort--not-scrollable {
  min-width: 410px;
}
.cee-component .sf-popup .m-sort--not-scrollable .m-sort__item {
  flex: 1 0 auto;
}
.cee-component .sf-popup .m-sort--not-scrollable .m-sort__link {
  width: 100%;
}
.cee-component .m-top-2__list {
  justify-content: flex-end;
  height: 40px;
  margin-left: -15px;
}
.cee-component .m-top-2__item {
  margin-left: 15px;
}
.cee-component .m-top-2__inner {
  position: relative;
}
.cee-component .m-top-2__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -9px;
  left: 0;
}
.cee-component .m-top-2__phone .btn__inner {
  padding: 5px 10px;
  border-radius: 8px;
  background: #fff;
  color: #f15a22;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.cee-component .m-top-2__time {
  color: #fff;
}
.cee-component .m-top-2__avatar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.cee-component .m-top-2__popup {
  top: 30px;
  right: -20px;
  padding: 30px;
}
.cee-component .m-top-2__callcenter-popup {
  min-width: 400px;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.1);
}
.cee-component .m-top-2__callcenter-popup::before, .cee-component .m-top-2__callcenter-popup::after {
  content: "";
  position: absolute;
}
.cee-component .m-top-2__callcenter-popup::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e8e8e8 transparent;
  top: -8px;
  right: 19px;
}
.cee-component .m-top-2__callcenter-popup::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #fff transparent;
  top: -6px;
  right: 20px;
}
.cee-component .m-top-2__wrap {
  padding: 30px;
}
.cee-component .m-top-2__link--time .btn__inner {
  padding-right: 15px;
}
.cee-component .m-top-2__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  line-height: 10px;
}
.cee-component .btn--link .m-top-2__close-icon--cross {
  width: 9px;
  color: #333;
}
.cee-component .m-top-2__close-icon--pointer {
  display: none;
}
.cee-component .m-top-2__item--without-icon .m-top-2__icon {
  display: none;
}
.cee-component .m-top-2__item--duplicated {
  margin-left: 0;
}
.cee-component .m-top-2__item--duplicated .m-top-2__link {
  padding-left: 15px;
}
.cee-component .m-top-2__link--avatar .m-top-2__avatar, .cee-component .m-top-2__link--avatar .m-top-2__chevron, .cee-component .m-top-2__link--time .m-top-2__avatar, .cee-component .m-top-2__link--time .m-top-2__chevron {
  display: block;
}
.cee-component .m-top-2__link--avatar .item-icon, .cee-component .m-top-2__link--time .item-icon {
  padding: 0 15px 0 38px;
  color: #fff;
  transition: color 0.3s;
}
.cee-component .m-top-2__link--avatar .item-icon .icon-svg, .cee-component .m-top-2__link--time .item-icon .icon-svg {
  display: none;
}
.cee-component .m-top-2__link--avatar .dot, .cee-component .m-top-2__link--time .dot {
  margin-right: 3px;
}
.cee-component .user-popup-open .m-top-2__link--avatar .m-top-2__chevron, .cee-component .callcenter-popup-open .m-top-2__link--time .m-top-2__chevron {
  transform: rotate(180deg);
}
.cee-component .m-top-2__link--avatar[aria-expanded=true] .item-icon {
  color: #fff;
}
.cee-component .header--booking .m-top-2__time {
  color: #000;
}
.cee-component .header--booking .m-top-2__chevron {
  color: #000;
}
.cee-component .header--booking .m-top-2__list {
  justify-content: flex-end;
}
.cee-component .header--booking .m-top-2__link {
  color: #000;
}
.cee-component .header--booking .m-top-2__link--avatar .item-icon {
  color: #000;
}
.cee-component .header--booking .m-top-2__link .item-icon__text span {
  color: #000;
}
@media (min-width: 1000px) {
  .cee-component .m-top-2--with-chart .m-top-2__callcenter-popup {
    min-width: 760px;
  }
}
@media (min-width: 1280px) {
  .cee-component .m-top-2--with-chart .m-top-2__callcenter-popup {
    min-width: 810px;
  }
}
@media (max-width: 999.98px) {
  .cee-component .m-top-2__popup {
    right: auto;
    left: -30px;
  }
  .cee-component .m-top-2__callcenter-popup {
    left: -22px;
  }
  .cee-component .m-top-2__callcenter-popup::before {
    left: 19px;
  }
  .cee-component .m-top-2__callcenter-popup::after {
    left: 20px;
  }
  .cee-component .m-top-2__list {
    justify-content: flex-start;
  }
}
.cee-component .m-top__list {
  justify-content: flex-end;
  height: 40px;
  margin-left: -20px;
}
.cee-component .m-top__item {
  margin-left: 20px;
}
.cee-component .m-top__inner {
  position: relative;
}
.cee-component .m-top__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -9px;
  left: 0;
}
.cee-component .m-top__avatar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.cee-component .m-top__popup {
  top: 30px;
  right: -20px;
}
.cee-component .m-top__item--without-icon .m-top__icon {
  display: none;
}
.cee-component .m-top__link--avatar .m-top__avatar, .cee-component .m-top__link--avatar .m-top__chevron {
  display: block;
}
.cee-component .m-top__link--avatar .item-icon {
  padding: 0 15px 0 38px;
  color: #fff;
  transition: color 0.3s;
}
.cee-component .m-top__link--avatar .item-icon .icon-svg {
  display: none;
}
.cee-component .user-popup-open .m-top__chevron {
  transform: rotate(180deg);
}
.cee-component .m-top__link--avatar[aria-expanded=true] .item-icon {
  color: #fff;
}
@media (max-width: 999.98px) {
  .cee-component .m-top__list {
    justify-content: flex-start;
  }
}
.cee-component .m-user {
  padding: 0 10px 10px;
  font-weight: normal;
  overflow: hidden;
}
.cee-component .m-user__list {
  margin-top: -10px;
  padding: 20px 0;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.2);
}
.cee-component .m-user__link {
  padding: 8px 30px 8px 28px;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .cee-component .u-radius-left-0\@lgUp {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .cee-component .u-radius-right-0\@lgUp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cee-component .u-color-secondary\@mdUp {
  color: #ffb000;
}
@media (min-width: 1280px) {
  .cee-component .u-img--floating-right {
    max-width: 250px !important;
    margin: 0 0 20px 20px !important;
  }
}
@media (min-width: 1000px) {
  .cee-component .u-grid-cell--6\@lg {
    grid-column: span 6;
  }
}
.cee-component .u-width-300\@md {
  width: 300px;
}
@media (min-width: 1000px) {
  .cee-component .u-width-360\@lg {
    width: 360px;
  }
}
.cee-component .u-mt-0\@mdUp {
  margin-top: 0;
}
.cee-component .u-mb-0\@mdUp {
  margin-bottom: 0;
}
.cee-component .u-pt-0\@mdUp {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-0\@lgUp {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-0\@xlUp {
    margin-bottom: 0;
  }
}
.cee-component .u-mt-xxxs\@mdUp {
  margin-top: 5px;
}
.cee-component .u-mb-xxxs\@mdUp {
  margin-bottom: 5px;
}
.cee-component .u-pt-xxxs\@mdUp {
  padding-top: 5px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-xxxs\@lgUp {
    margin-bottom: 5px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xxxs\@xlUp {
    margin-bottom: 5px;
  }
}
.cee-component .u-mt-xxs\@mdUp {
  margin-top: 10px;
}
.cee-component .u-mb-xxs\@mdUp {
  margin-bottom: 10px;
}
.cee-component .u-pt-xxs\@mdUp {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-xxs\@lgUp {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xxs\@xlUp {
    margin-bottom: 10px;
  }
}
.cee-component .u-mt-xms\@mdUp {
  margin-top: 15px;
}
.cee-component .u-mb-xms\@mdUp {
  margin-bottom: 15px;
}
.cee-component .u-pt-xms\@mdUp {
  padding-top: 15px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-xms\@lgUp {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xms\@xlUp {
    margin-bottom: 15px;
  }
}
.cee-component .u-mt-xs\@mdUp {
  margin-top: 20px;
}
.cee-component .u-mb-xs\@mdUp {
  margin-bottom: 20px;
}
.cee-component .u-pt-xs\@mdUp {
  padding-top: 20px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-xs\@lgUp {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xs\@xlUp {
    margin-bottom: 20px;
  }
}
.cee-component .u-mt-sm\@mdUp {
  margin-top: 30px;
}
.cee-component .u-mb-sm\@mdUp {
  margin-bottom: 30px;
}
.cee-component .u-pt-sm\@mdUp {
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-sm\@lgUp {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-sm\@xlUp {
    margin-bottom: 30px;
  }
}
.cee-component .u-mt-md\@mdUp {
  margin-top: 40px;
}
.cee-component .u-mb-md\@mdUp {
  margin-bottom: 40px;
}
.cee-component .u-pt-md\@mdUp {
  padding-top: 40px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-md\@lgUp {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-md\@xlUp {
    margin-bottom: 40px;
  }
}
.cee-component .u-mt-mdLg\@mdUp {
  margin-top: 50px;
}
.cee-component .u-mb-mdLg\@mdUp {
  margin-bottom: 50px;
}
.cee-component .u-pt-mdLg\@mdUp {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-mdLg\@lgUp {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-mdLg\@xlUp {
    margin-bottom: 50px;
  }
}
.cee-component .u-mt-lgXl\@mdUp {
  margin-top: 70px;
}
.cee-component .u-mb-lgXl\@mdUp {
  margin-bottom: 70px;
}
.cee-component .u-pt-lgXl\@mdUp {
  padding-top: 70px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-lgXl\@lgUp {
    margin-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-lgXl\@xlUp {
    margin-bottom: 70px;
  }
}
.cee-component .u-mt-lg\@mdUp {
  margin-top: 60px;
}
.cee-component .u-mb-lg\@mdUp {
  margin-bottom: 60px;
}
.cee-component .u-pt-lg\@mdUp {
  padding-top: 60px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-lg\@lgUp {
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-lg\@xlUp {
    margin-bottom: 60px;
  }
}
.cee-component .u-mt-xl\@mdUp {
  margin-top: 80px;
}
.cee-component .u-mb-xl\@mdUp {
  margin-bottom: 80px;
}
.cee-component .u-pt-xl\@mdUp {
  padding-top: 80px;
}
@media (min-width: 1000px) {
  .cee-component .u-mb-xl\@lgUp {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xl\@xlUp {
    margin-bottom: 80px;
  }
}
.cee-component .u-pl-xxs\@mdUp {
  padding-left: 10px;
}
.cee-component .u-pr-xxs\@mdUp {
  padding-right: 10px;
}
.cee-component .u-pt-sm\@mdUp {
  padding-top: 30px;
}
.cee-component .u-pb-lg\@mdUp {
  padding-bottom: 60px;
}
.cee-component .u-mb-0 {
  margin-bottom: 0;
}
.cee-component .u-mb-last-0 > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .cee-component .u-pt-xxs\@lgUp {
    padding-top: 10px;
  }
  .cee-component .u-pt-md\@lgUp {
    padding-top: 40px;
  }
  .cee-component .u-mt--xs\@lgUp {
    margin-top: -20px;
  }
  .cee-component .u-mt-xs\@lgUp {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-mb-xs\@xlUp {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .cee-component .u-ml--lg\@lgUp {
    margin-left: -60px;
  }
  .cee-component .u-mr--lg\@lgUp {
    margin-right: -60px;
  }
}
.cee-component .u-font-lg\@mdUp {
  font-size: 18px;
}
.cee-component .u-text-right\@mdUp {
  text-align: right;
}
.cee-component .u-text-center\@mdUp {
  text-align: center;
}
.cee-component .u-text-left\@mdUp {
  text-align: left;
}
@media (min-width: 1280px) {
  .cee-component .u-text-right\@xlUp {
    text-align: right;
  }
}
.cee-component .u-hide\@md {
  display: none;
}
@media (min-width: 1000px) {
  .cee-component .u-hide\@lg {
    display: none;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-hide\@xl {
    display: none;
  }
}
@media (min-width: 2500px) {
  .cee-component .u-hide\@xxl {
    display: none;
  }
}
.cee-component .u-show\@md {
  display: block;
}
@media (min-width: 1000px) {
  .cee-component .u-show\@lg {
    display: block;
  }
}
@media (min-width: 1280px) {
  .cee-component .u-show\@xl {
    display: block;
  }
}
@media (min-width: 2500px) {
  .cee-component .u-show\@xxl {
    display: block;
  }
}
.cee-component .u-vhide\@md {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media (min-width: 1000px) {
  .cee-component .u-vhide\@lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media (min-width: 1280px) {
  .cee-component .u-vhide\@xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media (min-width: 2500px) {
  .cee-component .u-vhide\@xxl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
