@charset "UTF-8";

.button-view-primary { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: var(--button-primary-typo); display: inline-block; font-weight: 500; outline: none; position: relative; text-decoration: none; transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms; user-select: none; vertical-align: middle; }

[dir] .button-view-primary { background-color: var(--button-primary-bg); border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; }

.button-view-primary.button-loading { color: transparent; }

[dir] .button-view-primary.button-loading { cursor: default; }

.button-view-primary.button-loading::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; bottom: 0; content: ''; display: block; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); mask-position: center; mask-repeat: no-repeat; position: absolute; top: 0; z-index: 1; }

[dir] .button-view-primary.button-loading::before { background-color: var(--button-primary-typo); border-radius: 4px; }

[dir=ltr] .button-view-primary.button-loading::before { left: 0; right: 0; }

[dir=rtl] .button-view-primary.button-loading::before { right: 0; left: 0; }

[dir] .button-view-primary:focus { box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .button-view-primary:hover { background-color: var(--button-primary-hover-bg); }

[dir] .button-view-primary:active { background-color: var(--button-primary-active-bg); }

[dir] .button-view-primary.button-disabled, [dir] .button-view-primary.button-disabled:hover, [dir] .button-view-primary.button-disabled:active, [dir] .button-view-primary.button-disabled:focus, [dir] .button-view-primary:disabled:hover, [dir] .button-view-primary:disabled:active, [dir] .button-view-primary:disabled:focus, [dir] .button-view-primary:disabled { box-shadow: none; cursor: default; background-color: var(--button-primary-bg); }

.button-view-primary.button-disabled::after, .button-view-primary.button-disabled:hover::after, .button-view-primary.button-disabled:active::after, .button-view-primary.button-disabled:focus::after, .button-view-primary:disabled:hover::after, .button-view-primary:disabled:active::after, .button-view-primary:disabled:focus::after, .button-view-primary:disabled::after { bottom: 0; content: ''; display: block; position: absolute; top: 0; }

[dir] .button-view-primary.button-disabled::after, [dir] .button-view-primary.button-disabled:hover::after, [dir] .button-view-primary.button-disabled:active::after, [dir] .button-view-primary.button-disabled:focus::after, [dir] .button-view-primary:disabled:hover::after, [dir] .button-view-primary:disabled:active::after, [dir] .button-view-primary:disabled:focus::after, [dir] .button-view-primary:disabled::after { background-color: var(--disabled-overlay); border-radius: 4px; margin: -1px; }

[dir=ltr] .button-view-primary.button-disabled::after, [dir=ltr] .button-view-primary.button-disabled:hover::after, [dir=ltr] .button-view-primary.button-disabled:active::after, [dir=ltr] .button-view-primary.button-disabled:focus::after, [dir=ltr] .button-view-primary:disabled:hover::after, [dir=ltr] .button-view-primary:disabled:active::after, [dir=ltr] .button-view-primary:disabled:focus::after, [dir=ltr] .button-view-primary:disabled::after { left: 0; right: 0; }

[dir=rtl] .button-view-primary.button-disabled::after, [dir=rtl] .button-view-primary.button-disabled:hover::after, [dir=rtl] .button-view-primary.button-disabled:active::after, [dir=rtl] .button-view-primary.button-disabled:focus::after, [dir=rtl] .button-view-primary:disabled:hover::after, [dir=rtl] .button-view-primary:disabled:active::after, [dir=rtl] .button-view-primary:disabled:focus::after, [dir=rtl] .button-view-primary:disabled::after { right: 0; left: 0; }

.button-view-primary.button-loading, .button-view-primary.button-loading:hover, .button-view-primary.button-loading:active, .button-view-primary.button-loading:focus { color: transparent; }

[dir] .button-view-primary.button-loading, [dir] .button-view-primary.button-loading:hover, [dir] .button-view-primary.button-loading:active, [dir] .button-view-primary.button-loading:focus { background-color: var(--button-primary-bg); box-shadow: none; cursor: default; }

.button-view-primary.button-loading::after, .button-view-primary.button-loading:hover::after, .button-view-primary.button-loading:active::after, .button-view-primary.button-loading:focus::after { bottom: 0; content: ''; display: block; position: absolute; top: 0; }

[dir] .button-view-primary.button-loading::after, [dir] .button-view-primary.button-loading:hover::after, [dir] .button-view-primary.button-loading:active::after, [dir] .button-view-primary.button-loading:focus::after { background-color: var(--disabled-overlay); border-radius: 4px; margin: -1px; }

[dir=ltr] .button-view-primary.button-loading::after, [dir=ltr] .button-view-primary.button-loading:hover::after, [dir=ltr] .button-view-primary.button-loading:active::after, [dir=ltr] .button-view-primary.button-loading:focus::after { left: 0; right: 0; }

[dir=rtl] .button-view-primary.button-loading::after, [dir=rtl] .button-view-primary.button-loading:hover::after, [dir=rtl] .button-view-primary.button-loading:active::after, [dir=rtl] .button-view-primary.button-loading:focus::after { right: 0; left: 0; }

.button-view-primary-inverse { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: #2d3137; display: inline-block; font-weight: 500; outline: none; position: relative; text-decoration: none; transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms; user-select: none; vertical-align: middle; }

[dir] .button-view-primary-inverse { background-color: white; border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; }

.button-view-primary-inverse.button-loading { color: transparent; }

[dir] .button-view-primary-inverse.button-loading { cursor: default; }

.button-view-primary-inverse.button-loading::before { bottom: 0; content: ''; display: block; position: absolute; top: 0; z-index: 1; }

[dir] .button-view-primary-inverse.button-loading::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='%232d3137' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='%232d3137' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='%232d3137' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='%232d3137' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; border-radius: 4px; }

[dir=ltr] .button-view-primary-inverse.button-loading::before { left: 0; right: 0; }

[dir=rtl] .button-view-primary-inverse.button-loading::before { right: 0; left: 0; }

[dir] .button-view-primary-inverse:focus { box-shadow: 0 0 0 2px rgba(255, 220, 130, 0.4); }

.button-view-primary-inverse.button-active { color: #ffdc82; }

[dir] .button-view-primary-inverse.button-active { background-color: #2d3137; }

.button-view-primary-inverse.button-disabled, .button-view-primary-inverse.button-disabled:hover, .button-view-primary-inverse.button-disabled:active, .button-view-primary-inverse.button-disabled:focus, .button-view-primary-inverse:disabled:hover, .button-view-primary-inverse:disabled:active, .button-view-primary-inverse:disabled:focus, .button-view-primary-inverse:disabled { color: rgba(45, 49, 55, 0.4); }

[dir] .button-view-primary-inverse.button-disabled, [dir] .button-view-primary-inverse.button-disabled:hover, [dir] .button-view-primary-inverse.button-disabled:active, [dir] .button-view-primary-inverse.button-disabled:focus, [dir] .button-view-primary-inverse:disabled:hover, [dir] .button-view-primary-inverse:disabled:active, [dir] .button-view-primary-inverse:disabled:focus, [dir] .button-view-primary-inverse:disabled { background-color: white; box-shadow: none; cursor: default; }

.button-view-primary-inverse.button-loading, .button-view-primary-inverse.button-loading:hover, .button-view-primary-inverse.button-loading:active, .button-view-primary-inverse.button-loading:focus { color: transparent; }

[dir] .button-view-primary-inverse.button-loading, [dir] .button-view-primary-inverse.button-loading:hover, [dir] .button-view-primary-inverse.button-loading:active, [dir] .button-view-primary-inverse.button-loading:focus { background-color: white; box-shadow: none; }

.button-view-light { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: var(--button-secondary-typo); display: inline-block; font-weight: 500; outline: none; position: relative; text-decoration: none; transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms; user-select: none; vertical-align: middle; }

[dir] .button-view-light { background-color: var(--button-secondary-bg); border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; }

.button-view-light.button-loading { color: transparent; }

[dir] .button-view-light.button-loading { cursor: default; }

.button-view-light.button-loading::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; bottom: 0; content: ''; display: block; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='%7B$fill%7D' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); mask-position: center; mask-repeat: no-repeat; position: absolute; top: 0; z-index: 1; }

[dir] .button-view-light.button-loading::before { background-color: var(--button-secondary-typo); border-radius: 4px; }

[dir=ltr] .button-view-light.button-loading::before { left: 0; right: 0; }

[dir=rtl] .button-view-light.button-loading::before { right: 0; left: 0; }

[dir] .button-view-light:focus { box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .button-view-light:hover { background-color: var(--button-secondary-hover-bg); }

[dir] .button-view-light:active { background-color: var(--button-secondary-active-bg); }

[dir] .button-view-light.button-disabled, [dir] .button-view-light.button-disabled:hover, [dir] .button-view-light.button-disabled:active, [dir] .button-view-light.button-disabled:focus, [dir] .button-view-light:disabled:hover, [dir] .button-view-light:disabled:active, [dir] .button-view-light:disabled:focus, [dir] .button-view-light:disabled { background-color: var(--button-secondary-bg); box-shadow: none; cursor: default; }

.button-view-light.button-disabled::after, .button-view-light.button-disabled:hover::after, .button-view-light.button-disabled:active::after, .button-view-light.button-disabled:focus::after, .button-view-light:disabled:hover::after, .button-view-light:disabled:active::after, .button-view-light:disabled:focus::after, .button-view-light:disabled::after { bottom: 0; content: ''; display: block; position: absolute; top: 0; }

[dir] .button-view-light.button-disabled::after, [dir] .button-view-light.button-disabled:hover::after, [dir] .button-view-light.button-disabled:active::after, [dir] .button-view-light.button-disabled:focus::after, [dir] .button-view-light:disabled:hover::after, [dir] .button-view-light:disabled:active::after, [dir] .button-view-light:disabled:focus::after, [dir] .button-view-light:disabled::after { background-color: var(--disabled-overlay); border-radius: 4px; margin: -1px; }

[dir=ltr] .button-view-light.button-disabled::after, [dir=ltr] .button-view-light.button-disabled:hover::after, [dir=ltr] .button-view-light.button-disabled:active::after, [dir=ltr] .button-view-light.button-disabled:focus::after, [dir=ltr] .button-view-light:disabled:hover::after, [dir=ltr] .button-view-light:disabled:active::after, [dir=ltr] .button-view-light:disabled:focus::after, [dir=ltr] .button-view-light:disabled::after { left: 0; right: 0; }

[dir=rtl] .button-view-light.button-disabled::after, [dir=rtl] .button-view-light.button-disabled:hover::after, [dir=rtl] .button-view-light.button-disabled:active::after, [dir=rtl] .button-view-light.button-disabled:focus::after, [dir=rtl] .button-view-light:disabled:hover::after, [dir=rtl] .button-view-light:disabled:active::after, [dir=rtl] .button-view-light:disabled:focus::after, [dir=rtl] .button-view-light:disabled::after { right: 0; left: 0; }

.button-view-light.button-loading, .button-view-light.button-loading:hover, .button-view-light.button-loading:active, .button-view-light.button-loading:focus { color: transparent; }

[dir] .button-view-light.button-loading, [dir] .button-view-light.button-loading:hover, [dir] .button-view-light.button-loading:active, [dir] .button-view-light.button-loading:focus { background-color: var(--button-secondary-bg); box-shadow: none; cursor: default; }

.button-view-link { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: var(--link); display: inline-block; font-weight: 500; outline: none; position: relative; text-decoration: none; transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms; user-select: none; vertical-align: middle; }

[dir] .button-view-link { background-color: transparent; border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; }

.button-view-link.button-loading { color: transparent; }

[dir] .button-view-link.button-loading { cursor: default; }

.button-view-link.button-loading::before { bottom: 0; content: ''; display: block; position: absolute; top: 0; z-index: 1; }

[dir] .button-view-link.button-loading::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='var(--link)' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='var(--link)' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='var(--link)' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='var(--link)' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; border-radius: 4px; }

[dir=ltr] .button-view-link.button-loading::before { left: 0; right: 0; }

[dir=rtl] .button-view-link.button-loading::before { right: 0; left: 0; }

.button-view-link:hover { color: var(--link-hover); }

[dir] .button-view-link:focus { box-shadow: 0 0 0 2px rgba(255, 220, 130, 0.4); }

.button-view-link:active { color: var(--link-active); }

.button-view-link:disabled { color: var(--link); opacity: .48; }

.button-view-outline { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; color: var(--button-outline-typo); display: inline-block; font-weight: 500; outline: none; position: relative; text-decoration: none; transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms; user-select: none; vertical-align: middle; }

[dir] .button-view-outline { background-color: transparent; border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; border-color: var(--button-outline-border); }

.button-view-outline.button-loading { color: transparent; }

[dir] .button-view-outline.button-loading { cursor: default; }

.button-view-outline.button-loading::before { bottom: 0; content: ''; display: block; position: absolute; top: 0; z-index: 1; }

[dir] .button-view-outline.button-loading::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='10'%3E%3Cstyle%3E@keyframes pending%7B0%25%7Btransform:scale(0)%7D50%25%7Btransform:scale(1)%7D%7Dcircle%7Banimation:pending 1.6s infinite;transform:scale(0)%7D%3C/style%3E%3Ccircle cx='5' cy='5' r='5' stroke-width='0' fill='var(--button-outline-typo)' style='animation-delay:0s;transform-origin:5px'/%3E%3Ccircle cx='25' cy='5' r='5' stroke-width='0' fill='var(--button-outline-typo)' style='animation-delay:.2s;transform-origin:25px'/%3E%3Ccircle cx='45' cy='5' r='5' stroke-width='0' fill='var(--button-outline-typo)' style='animation-delay:.4s;transform-origin:45px'/%3E%3Ccircle cx='65' cy='5' r='5' stroke-width='0' fill='var(--button-outline-typo)' style='animation-delay:.6s;transform-origin:65px'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; border-radius: 4px; }

[dir=ltr] .button-view-outline.button-loading::before { left: 0; right: 0; }

[dir=rtl] .button-view-outline.button-loading::before { right: 0; left: 0; }

[dir] .button-view-outline:hover { border-color: var(--button-outline-hover-border); }

[dir] .button-view-outline:active { border-color: var(--button-outline-active-border); }

[dir] .button-view-outline:focus { box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .button-view-outline.button-loading, [dir] .button-view-outline.button-loading:hover, [dir] .button-view-outline.button-loading:active, [dir] .button-view-outline.button-loading:focus { border-color: var(--button-outline-border); }

.button-size-xs { flex: 0 0 auto; font-size: 14px; line-height: 16px; min-height: 36px; }

[dir] .button-size-xs { padding: 8px 14px; }

.button-size-xs.button-loading { min-width: 107px; }

.button-size-s { flex: 0 0 auto; font-size: 16px; line-height: 18px; min-height: 40px; }

[dir] .button-size-s { padding: 10px 16px; }

.button-size-s.button-loading { min-width: 107px; }

.button-size-m { flex: 0 0 auto; font-size: 18px; line-height: 22px; min-height: 46px; }

[dir] .button-size-m { padding: 11px 20px; }

.button-size-m.button-loading { min-width: 115px; }

.button-size-l { flex: 0 0 auto; font-size: 22px; line-height: 26px; min-height: 56px; }

[dir] .button-size-l { padding: 14px 24px; }

.button-size-l.button-loading { min-width: 123px; }

.button-size-xl { flex: 0 0 auto; font-size: 24px; height: 66px; line-height: 66px; }

[dir] .button-size-xl { padding: 0 24px; }

.button-size-xl.button-loading { min-width: 123px; }

.link, .prtnr-orders-order-download, .prtnr-orders-order-cancel, .prtnr-orders-order-paycard, .prtnr-orders-order-paybylink, .prtnr-orders-order-download-link-text, .prtnr-orders-order-cancel-link-text, .prtnr-orders-order-paycard-link-text, .prtnr-orders-order-paybylink-link-text, .prtnr-orders-order-cancel-link, .prtnr-orders-order-paycard-link, .prtnr-orders-order-paybylink-link, .prtnr-orders-order-action-footer-button-cancel, .prtnr-orders-order-field-list-expand, .prtnr-orders-traveldocs-tip-row-btn { color: var(--link); text-decoration: none; transition: color .16s; }

[dir] .link, [dir] .prtnr-orders-order-download, [dir] .prtnr-orders-order-cancel, [dir] .prtnr-orders-order-paycard, [dir] .prtnr-orders-order-paybylink, [dir] .prtnr-orders-order-download-link-text, [dir] .prtnr-orders-order-cancel-link-text, [dir] .prtnr-orders-order-paycard-link-text, [dir] .prtnr-orders-order-paybylink-link-text, [dir] .prtnr-orders-order-cancel-link, [dir] .prtnr-orders-order-paycard-link, [dir] .prtnr-orders-order-paybylink-link, [dir] .prtnr-orders-order-action-footer-button-cancel, [dir] .prtnr-orders-order-field-list-expand, [dir] .prtnr-orders-traveldocs-tip-row-btn { cursor: pointer; }

.link:hover, .prtnr-orders-order-download:hover, .prtnr-orders-order-cancel:hover, .prtnr-orders-order-paycard:hover, .prtnr-orders-order-paybylink:hover, .prtnr-orders-order-download-link-text:hover, .prtnr-orders-order-cancel-link-text:hover, .prtnr-orders-order-paycard-link-text:hover, .prtnr-orders-order-paybylink-link-text:hover, .prtnr-orders-order-cancel-link:hover, .prtnr-orders-order-paycard-link:hover, .prtnr-orders-order-paybylink-link:hover, .prtnr-orders-order-action-footer-button-cancel:hover, .prtnr-orders-order-field-list-expand:hover, .prtnr-orders-traveldocs-tip-row-btn:hover, .link:focus, .prtnr-orders-order-download:focus, .prtnr-orders-order-cancel:focus, .prtnr-orders-order-paycard:focus, .prtnr-orders-order-paybylink:focus, .prtnr-orders-order-download-link-text:focus, .prtnr-orders-order-cancel-link-text:focus, .prtnr-orders-order-paycard-link-text:focus, .prtnr-orders-order-paybylink-link-text:focus, .prtnr-orders-order-cancel-link:focus, .prtnr-orders-order-paycard-link:focus, .prtnr-orders-order-paybylink-link:focus, .prtnr-orders-order-action-footer-button-cancel:focus, .prtnr-orders-order-field-list-expand:focus, .prtnr-orders-traveldocs-tip-row-btn:focus { color: var(--link-hover); }

.link:active, .prtnr-orders-order-download:active, .prtnr-orders-order-cancel:active, .prtnr-orders-order-paycard:active, .prtnr-orders-order-paybylink:active, .prtnr-orders-order-download-link-text:active, .prtnr-orders-order-cancel-link-text:active, .prtnr-orders-order-paycard-link-text:active, .prtnr-orders-order-paybylink-link-text:active, .prtnr-orders-order-cancel-link:active, .prtnr-orders-order-paycard-link:active, .prtnr-orders-order-paybylink-link:active, .prtnr-orders-order-action-footer-button-cancel:active, .prtnr-orders-order-field-list-expand:active, .prtnr-orders-traveldocs-tip-row-btn:active { color: var(--link-active); }

.link-disabled, .link-disabled:hover, .link-disabled:focus, .link-disabled:active { color: #292f37; }

[dir] .link-disabled, [dir] .link-disabled:hover, [dir] .link-disabled:focus, [dir] .link-disabled:active { cursor: default; }

.zen-listbutton { align-items: center; display: flex; justify-content: center; }

.zen-listbutton::after { content: ''; display: block; height: 9px; width: 15px; }

[dir] .zen-listbutton::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%232d3137' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zen-listbutton::after { margin-left: 6px; }

[dir=rtl] .zen-listbutton::after { margin-right: 6px; }

[dir=ltr] .zen-listbutton-active::after { transform: rotate(180deg); }

[dir=rtl] .zen-listbutton-active::after { transform: rotate(-180deg); }

.zen-listbutton-dropdown { position: absolute; }

.zen-listbutton-dropdown .zendropdown { min-width: 248px; }

[dir=ltr] .zen-listbutton-dropdown .zendropdownlist-item { text-align: left; }

[dir=rtl] .zen-listbutton-dropdown .zendropdownlist-item { text-align: right; }

.zen-listbutton-dropdown .zendropdownlist-item-text { white-space: nowrap; }

.zenswipecontainer { height: 100%; position: relative; width: 100%; }

.zenswipecontainer-element { height: 100%; position: absolute; top: 0; width: 100%; }

[dir=ltr] .zenswipecontainer-element-empty { animation: opacity .3s ease-in-out; }

[dir=rtl] .zenswipecontainer-element-empty { animation: opacity .3s ease-in-out; }

.zenswipecontainer-element-current { position: static; }

[dir=ltr] .zenswipecontainer-element-next { left: calc(100% + 5px); }

[dir=rtl] .zenswipecontainer-element-next { right: calc(100% + 5px); }

[dir=ltr] .zenswipecontainer-element-prev { right: calc(100% + 5px); }

[dir=rtl] .zenswipecontainer-element-prev { left: calc(100% + 5px); }

[dir] body.body-zenfavorite, [dir] body.body-adaptive-hotel, [dir] body.body-adaptive-hotels { background: #f2f1f0; }

.layout-page-wrapper { position: relative; }

.zen-devpanel-media { display: flex; flex-wrap: wrap; }

.zen-devpanel-media-button-wrapper { margin: 0 10px 10px 0; }

.zen-devpanel-experiments-input-wrapper { display: flex; flex-direction: column-reverse; margin: 0 10px 10px 0; width: 100%; }

.zen-devpanel-experiments-input-label { color: #555; font-size: 13px; overflow: hidden; text-overflow: ellipsis; }

.zen-devpanel-experiments-input { border: solid 1px #ddd; display: block; text-align: left; }

input.zen-devpanel-experiments-input:focus ~ label.zen-devpanel-experiments-input-label { color: #933; font-weight: bold; }

.zen-devpanel-experiments-submit-wrapper { display: flex; }

.zen-devpanel-experiments-submit-button { background: none; border: 0; color: #2a5894; cursor: pointer; margin-left: 5px; margin-top: 5px; text-decoration: underline; width: 100%; }

.zen-devpanel-routing { align-items: flex-start; display: flex; flex-direction: column; gap: 7px; }

.zen-devpanel-routing-label { align-items: center; color: #555; display: flex; font-size: 13px; padding: 0 5px; width: 100%; }

.zen-devpanel-routing-input, .zen-devpanel-routing-select { border: 1px solid #ddd; padding: 2px; line-height: inherit; margin-left: 5px; outline: none; }

.zen-devpanel-routing-input { flex-grow: 1; }

.zen-devpanel-routing-submit { align-items: flex-start; color: #2a5894; font-size: 13px; margin: 0 5px; text-decoration: underline; }

/** @example <input type="checkbox" /> <-- native checkbox <span class="<% someClass %>></span> <-- mixin target */
.zen-privacypolicypopup { display: flex; justify-content: center; bottom: 0; position: fixed; z-index: 22; }
[dir] .zen-privacypolicypopup { background-color: rgba(133, 135, 139, 0.95); }
[dir=ltr] .zen-privacypolicypopup { left: 0; right: 0; }
[dir=rtl] .zen-privacypolicypopup { right: 0; left: 0; }

.zen-privacypolicypopup-content { align-items: center; display: flex; max-width: 1086px; }

[dir] .zen-privacypolicypopup-content { margin: 14px 80px; }

@media (max-width: 680px) { .zen-privacypolicypopup-content { align-items: flex-start; flex-direction: column; } [dir=ltr] .zen-privacypolicypopup-content { margin: 14px 80px 14px 20px; } [dir=rtl] .zen-privacypolicypopup-content { margin: 14px 20px 14px 80px; } }

.zen-privacypolicypopup-content-text { -webkit-text-size-adjust: none; color: white; display: inline-block; font-size: 13px; line-height: 18px; }

[dir=ltr] .zen-privacypolicypopup-content-text { margin: 10px 30px 10px 0; }

[dir=rtl] .zen-privacypolicypopup-content-text { margin: 10px 0 10px 30px; }

@media (max-width: 680px) { [dir] .zen-privacypolicypopup-content-text { margin: 10px 0; } [dir=ltr] .zen-privacypolicypopup-content-text { text-align: left; } [dir=rtl] .zen-privacypolicypopup-content-text { text-align: right; } }

.zen-privacypolicypopup-content-text-link { color: #c5e4ff; text-decoration: none; }

.zen-privacypolicypopup-content-text-link:active { color: #c5e4ff; }

.zen-privacypolicypopup-content-button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; flex-shrink: 0; font-size: 15px; font-weight: 500; line-height: 20px; }

[dir] .zen-privacypolicypopup-content-button { background-color: #f5f7fa; border-radius: 5px; box-shadow: 0 2px 0 0 rgba(41, 47, 55, 0.2); margin: 0 auto; padding: 10px 20px; }

@media (max-width: 680px) { [dir] .zen-privacypolicypopup-content-button { margin: 0; } }

.zen-privacypolicypopup-close { height: 30px; box-sizing: border-box; position: relative; width: 30px; z-index: 1; position: absolute; top: 50%; }

[dir] .zen-privacypolicypopup-close { background: white; border-radius: 50%; border: 2px solid rgba(133, 135, 139, 0.2); cursor: pointer; text-align: center; background: transparent; border: 2px solid rgba(255, 255, 255, 0.3); transform: translateY(-50%); }

[dir=ltr] .zen-privacypolicypopup-close { right: 20px; }

[dir=rtl] .zen-privacypolicypopup-close { left: 20px; }

.zen-privacypolicypopup-close::before, .zen-privacypolicypopup-close::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-privacypolicypopup-close::before, [dir] .zen-privacypolicypopup-close::after { background: #85878b; }

[dir=ltr] .zen-privacypolicypopup-close::before, [dir=ltr] .zen-privacypolicypopup-close::after { transform-origin: 0 0; transform: rotate(45deg) translate(-50%, -50%); left: 50%; }

[dir=rtl] .zen-privacypolicypopup-close::before, [dir=rtl] .zen-privacypolicypopup-close::after { transform-origin: 100% 0; transform: rotate(-45deg) translate(50%, -50%); right: 50%; }

.zen-privacypolicypopup-close::before { height: 3px; width: 14px; }

.zen-privacypolicypopup-close::after { height: 14px; width: 3px; }

[dir] .zen-privacypolicypopup-close-icon { margin-top: 9px; }

.zen-privacypolicypopup-close-icon-path { fill: rgba(0, 0, 0, 0.6); }

[dir] .zen-privacypolicypopup-close::before, [dir] .zen-privacypolicypopup-close::after { background: white; }

@media (max-width: 680px) { .zen-privacypolicypopup-close { top: 20px; } [dir] .zen-privacypolicypopup-close { transform: none; } }

/** @example <input type="checkbox" /> <-- native checkbox <span class="<% someClass %>></span> <-- mixin target */
.zen-promopopup { bottom: 0; position: fixed; top: 0; z-index: 21; align-items: center; display: flex; justify-content: center; overflow-x: hidden; overflow-y: auto; color: #292f37; z-index: 23; }
[dir=ltr] .zen-promopopup { left: 0; right: 0; }
[dir=rtl] .zen-promopopup { right: 0; left: 0; }

@media (max-width: 680px) { .zen-promopopup { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zen-promopopup-shadow { bottom: 0; position: fixed; top: 0; z-index: 21; z-index: 0; }

[dir] .zen-promopopup-shadow { background: rgba(242, 241, 240, 0.8); }

[dir=ltr] .zen-promopopup-shadow { left: 0; right: 0; }

[dir=rtl] .zen-promopopup-shadow { right: 0; left: 0; }

@media (max-width: 680px) { .zen-promopopup-shadow { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zen-promopopup-inner { display: flex; flex-wrap: nowrap; position: relative; width: 600px; z-index: 1; }

[dir] .zen-promopopup-inner { background-color: white; border-radius: 5px; box-shadow: 0 6px 20px rgba(153, 146, 139, 0.2); }

@media (max-width: 680px) { .zen-promopopup-inner { width: 310px; } }

.zen-promopopup-content { position: relative; width: 100%; }

[dir] .zen-promopopup-content { padding: 25px 20px 30px; }

.zen-promopopup-close { height: 30px; box-sizing: border-box; position: relative; width: 30px; z-index: 1; position: absolute; top: 30px; }

[dir] .zen-promopopup-close { background: white; border-radius: 50%; border: 2px solid rgba(133, 135, 139, 0.2); cursor: pointer; text-align: center; }

[dir=ltr] .zen-promopopup-close { right: 30px; }

[dir=rtl] .zen-promopopup-close { left: 30px; }

.zen-promopopup-close::before, .zen-promopopup-close::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-promopopup-close::before, [dir] .zen-promopopup-close::after { background: #85878b; }

[dir=ltr] .zen-promopopup-close::before, [dir=ltr] .zen-promopopup-close::after { transform-origin: 0 0; transform: rotate(45deg) translate(-50%, -50%); left: 50%; }

[dir=rtl] .zen-promopopup-close::before, [dir=rtl] .zen-promopopup-close::after { transform-origin: 100% 0; transform: rotate(-45deg) translate(50%, -50%); right: 50%; }

.zen-promopopup-close::before { height: 3px; width: 14px; }

.zen-promopopup-close::after { height: 14px; width: 3px; }

[dir] .zen-promopopup-close-icon { margin-top: 9px; }

.zen-promopopup-close-icon-path { fill: rgba(0, 0, 0, 0.6); }

@media (max-width: 680px) { .zen-promopopup-close { top: 10px; } [dir=ltr] .zen-promopopup-close { right: 10px; } [dir=rtl] .zen-promopopup-close { left: 10px; } }

.zen-promopopup-title { font-size: 22px; line-height: 30px; max-width: 240px; }

[dir] .zen-promopopup-title { margin-bottom: 10px; }

.zen-promopopup-promocode { box-sizing: border-box; display: inline-block; font-size: 18px; letter-spacing: 2px; max-width: 300px; position: relative; word-wrap: break-word; }

[dir] .zen-promopopup-promocode { background-color: #fff8dd; border-radius: 20px; margin-bottom: 10px; }

[dir=ltr] .zen-promopopup-promocode { padding: 9px 24px 9px 40px; }

[dir=rtl] .zen-promopopup-promocode { padding: 9px 40px 9px 24px; }

.zen-promopopup-promocode::before { content: ''; height: 8px; position: absolute; top: 17px; width: 11px; }

[dir] .zen-promopopup-promocode::before { background-image: url("data:image/svg+xml,%3Csvg width='11.03' height='8.07' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234fac00' d='M10.7.3a1.1 1.1 0 00-1.6 0l-5 5.1-2.2-2.1A1.1 1.1 0 00.3 4.8l3 3a1 1 0 00.3.2A1.1 1.1 0 005 7.8l5.8-5.9a1.1 1.1 0 000-1.6z'/%3E%3C/svg%3E"); }

[dir=ltr] .zen-promopopup-promocode::before { left: 20px; }

[dir=rtl] .zen-promopopup-promocode::before { right: 20px; }

@media (max-width: 680px) { .zen-promopopup-promocode { max-width: 270px; } }

.zen-promopopup-description { font-size: 13px; line-height: 20px; max-width: 325px; }

[dir] .zen-promopopup-description { margin-bottom: 20px; }

.zen-promopopup-description-saved { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; font-weight: 500; }

[dir] .zen-promopopup-description-saved { margin-bottom: 5px; }

.zen-promopopup-list { list-style: none; }

[dir] .zen-promopopup-list { margin-bottom: 20px; }

.zen-promopopup-item { font-size: 12px; line-height: 15px; position: relative; }

[dir=ltr] .zen-promopopup-item { padding-left: 10px; }

[dir=rtl] .zen-promopopup-item { padding-right: 10px; }

[dir] .zen-promopopup-item:not(:first-child) { margin-top: 3px; }

.zen-promopopup-item::before { content: ''; height: 3px; position: absolute; top: 7px; width: 3px; }

[dir] .zen-promopopup-item::before { background-color: black; border-radius: 50%; }

[dir=ltr] .zen-promopopup-item::before { left: 1px; }

[dir=rtl] .zen-promopopup-item::before { right: 1px; }

.zen-promopopup-form { width: 280px; }

@media (max-width: 680px) { .zen-promopopup-form { width: 270px; } }

.zen-promopopup-form-field-wrapper { position: relative; }

[dir] .zen-promopopup-form-field-email, [dir] .zen-promopopup-form-field-promocode { margin-bottom: 10px; }

.zen-promopopup-form-error { color: #a50000; font-size: 12px; font-weight: 400; }

[dir] .zen-promopopup-form-error { margin-top: 5px; }

[dir] .zen-promopopup-form-remind-button { margin: 8px 0 10px; }

.zen-promopopup-form-remind-button:focus { outline: 0; }

.zen-promopopup-form-special-text { color: #53b124; }

[dir] .zen-promopopup-form-special-text { background-color: rgba(83, 177, 36, 0.1); border-radius: 4px; padding: 8px 15px; }

.zen-promopopup-button { width: 100%; }

[dir] .zen-promopopup-button { margin-top: 5px; }

.zen-promopopup-button-saved { width: auto; }

[dir] .zen-promopopup-button-saved { margin-top: 0; }

[dir=ltr] .zen-promopopup-button-saved { margin-right: 20px; }

[dir=rtl] .zen-promopopup-button-saved { margin-left: 20px; }

@media (max-width: 680px) { .zen-promopopup-button-saved { width: 100%; } [dir] .zen-promopopup-button-saved { margin-bottom: 15px; } [dir=ltr] .zen-promopopup-button-saved { margin-right: 0; } [dir=rtl] .zen-promopopup-button-saved { margin-left: 0; } }

.zen-promopopup-links { align-items: baseline; display: flex; flex-wrap: wrap; }

@media (max-width: 680px) { .zen-promopopup-links { justify-content: center; } }

.zen-promopopup-social { position: relative; }

[dir] .zen-promopopup-social { text-align: center; }

.zen-promopopup-social::before { content: ''; display: block; height: 1px; position: absolute; top: 23px; width: 100%; }

[dir] .zen-promopopup-social::before { background: #e0e0e1; }

[dir=ltr] .zen-promopopup-social::before { left: 0; }

[dir=rtl] .zen-promopopup-social::before { right: 0; }

.zen-promopopup-social-title { color: #868686; display: inline-block; font-size: 12px; font-weight: 500; line-height: 16px; position: relative; }

[dir] .zen-promopopup-social-title { background: white; margin-top: 15px; padding: 0 8px; }

.zen-promopopup-social-networks { display: flex; justify-content: space-around; }

[dir] .zen-promopopup-social-networks { margin-top: 10px; }

.zenB2BonB2C { bottom: 0; position: fixed; top: 0; z-index: 21; align-items: center; display: flex; justify-content: center; overflow-x: hidden; overflow-y: auto; color: #292f37; z-index: 23; }

[dir=ltr] .zenB2BonB2C { left: 0; right: 0; }

[dir=rtl] .zenB2BonB2C { right: 0; left: 0; }

@media (max-width: 680px) { .zenB2BonB2C { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zenB2BonB2C-shadow { bottom: 0; position: fixed; top: 0; z-index: 21; z-index: 0; }

[dir] .zenB2BonB2C-shadow { background-color: rgba(41, 47, 55, 0.4); }

[dir=ltr] .zenB2BonB2C-shadow { left: 0; right: 0; }

[dir=rtl] .zenB2BonB2C-shadow { right: 0; left: 0; }

@media (max-width: 680px) { .zenB2BonB2C-shadow { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zenB2BonB2C-inner { box-sizing: border-box; position: relative; width: 620px; z-index: 1; }

[dir] .zenB2BonB2C-inner { background-color: white; border-radius: 8px; box-shadow: 0 6px 20px rgba(153, 146, 139, 0.2); padding: 20px 40px 32px; }

@media (max-width: 680px) { .zenB2BonB2C-inner { width: 304px; } [dir] .zenB2BonB2C-inner { padding: 20px; } }

.zenB2BonB2C-title { font-size: 24px; font-weight: 700; line-height: 32px; }

[dir] .zenB2BonB2C-title { margin-bottom: 16px; }

.zenB2BonB2C-description { font-size: 16px; line-height: 20px; }

[dir] .zenB2BonB2C-description { margin-bottom: 8px; }

.zenB2BonB2C-description-extra { font-size: 14px; line-height: 18px; color: #868686; }

[dir] .zenB2BonB2C-description-extra { margin-bottom: 16px; }

.zenB2BonB2C-question { font-size: 16px; font-weight: 700; }

[dir] .zenB2BonB2C-question { margin-bottom: 16px; }

[dir] .zenB2BonB2C-select { margin-bottom: 20px; }

.zenB2BonB2C-buttons { display: flex; justify-content: space-between; }

.zenB2BonB2C-comment { display: none; }

.zenB2BonB2C-comment-visible { display: block; height: 82px; }

[dir] .zenB2BonB2C-comment-visible { margin-bottom: 40px; }

.zencovidpopup { bottom: 0; position: fixed; top: 0; z-index: 21; align-items: center; display: flex; justify-content: center; overflow-x: hidden; overflow-y: auto; color: #292f37; z-index: 23; }

[dir=ltr] .zencovidpopup { left: 0; right: 0; }

[dir=rtl] .zencovidpopup { right: 0; left: 0; }

@media (max-width: 680px) { .zencovidpopup { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zencovidpopup-shadow { bottom: 0; position: fixed; top: 0; z-index: 21; z-index: 0; }

[dir] .zencovidpopup-shadow { background-color: rgba(41, 47, 55, 0.4); }

[dir=ltr] .zencovidpopup-shadow { left: 0; right: 0; }

[dir=rtl] .zencovidpopup-shadow { right: 0; left: 0; }

@media (max-width: 680px) { .zencovidpopup-shadow { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zencovidpopup-inner { box-sizing: border-box; position: relative; width: 540px; z-index: 1; }

[dir] .zencovidpopup-inner { background-color: white; border-radius: 8px; box-shadow: 0 6px 20px rgba(153, 146, 139, 0.2); padding: 20px 40px 32px; }

@media (max-width: 680px) { .zencovidpopup-inner { width: 304px; } [dir] .zencovidpopup-inner { padding: 20px; } }

.zencovidpopup-close { height: 16px; position: absolute; top: 16px; width: 16px; }

[dir] .zencovidpopup-close { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23868686' d='M11.6 10l5.1-5.2a1.1 1.1 0 00-1.5-1.6L10 8.4 4.8 3.2a1.1 1.1 0 00-1.6 0 1.1 1.1 0 000 1.6L8.4 10l-5.2 5.2a1.1 1.1 0 000 1.6 1.1 1.1 0 001.6 0l5.2-5.2 5.2 5.2a1.1 1.1 0 001.5-1.6L11.6 10z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; cursor: pointer; }

[dir=ltr] .zencovidpopup-close { right: 20px; }

[dir=rtl] .zencovidpopup-close { left: 20px; }

@media (max-width: 680px) { .zencovidpopup-close { top: 20px; } }

.zencovidpopup-title { font-size: 24px; font-weight: 600; line-height: 32px; }

[dir] .zencovidpopup-title { margin-bottom: 16px; }

@media (max-width: 680px) { .zencovidpopup-title { font-size: 20px; line-height: 24px; } }

.zencovidpopup-description { font-size: 16px; line-height: 22px; }

[dir] .zencovidpopup-description { margin-bottom: 20px; }

@media (max-width: 680px) { .zencovidpopup-description { font-size: 14px; line-height: 20px; } }

.zencovidpopup-button { width: 248px; }

@media (max-width: 680px) { .zencovidpopup-button { width: 100%; } }

.zenmobilepopup { bottom: 0; position: fixed; top: 0; z-index: 21; align-items: center; display: flex; justify-content: center; overflow-x: hidden; overflow-y: auto; color: #292f37; z-index: 23; }

[dir=ltr] .zenmobilepopup { left: 0; right: 0; }

[dir=rtl] .zenmobilepopup { right: 0; left: 0; }

@media (max-width: 680px) { .zenmobilepopup { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zenmobilepopup-shadow { bottom: 0; position: fixed; top: 0; z-index: 21; z-index: 0; }

[dir] .zenmobilepopup-shadow { background-color: rgba(41, 47, 55, 0.4); }

[dir=ltr] .zenmobilepopup-shadow { left: 0; right: 0; }

[dir=rtl] .zenmobilepopup-shadow { right: 0; left: 0; }

@media (max-width: 680px) { .zenmobilepopup-shadow { overflow: auto; -webkit-overflow-scrolling: touch; } }

.zenmobilepopup-inner { box-sizing: border-box; position: relative; width: 540px; z-index: 1; }

[dir] .zenmobilepopup-inner { background-color: white; border-radius: 8px; box-shadow: 0 6px 20px rgba(153, 146, 139, 0.2); padding: 20px 40px 32px; }

@media (max-width: 680px) { .zenmobilepopup-inner { width: 304px; } [dir] .zenmobilepopup-inner { padding: 20px; } }

.zenmobilepopup-close { height: 16px; position: absolute; top: 16px; width: 16px; }

[dir] .zenmobilepopup-close { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23868686' d='M11.6 10l5.1-5.2a1.1 1.1 0 00-1.5-1.6L10 8.4 4.8 3.2a1.1 1.1 0 00-1.6 0 1.1 1.1 0 000 1.6L8.4 10l-5.2 5.2a1.1 1.1 0 000 1.6 1.1 1.1 0 001.6 0l5.2-5.2 5.2 5.2a1.1 1.1 0 001.5-1.6L11.6 10z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; cursor: pointer; }

[dir=ltr] .zenmobilepopup-close { right: 20px; }

[dir=rtl] .zenmobilepopup-close { left: 20px; }

@media (max-width: 680px) { .zenmobilepopup-close { top: 20px; } }

.zenmobilepopup-title { font-size: 24px; font-weight: 600; line-height: 32px; }

[dir] .zenmobilepopup-title { margin-bottom: 16px; }

[dir=ltr] .zenmobilepopup-title { padding-right: 12px; }

[dir=rtl] .zenmobilepopup-title { padding-left: 12px; }

@media (max-width: 680px) { .zenmobilepopup-title { font-size: 20px; line-height: 24px; } }

.zenmobilepopup-description { font-size: 16px; line-height: 22px; }

[dir] .zenmobilepopup-description { margin-bottom: 20px; }

@media (max-width: 680px) { .zenmobilepopup-description { font-size: 14px; line-height: 20px; } }

.zenmobilepopup-button { width: 248px; }

@media (max-width: 680px) { .zenmobilepopup-button { width: 100%; } }

.zen-select { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-user-select: none; -moz-user-select: none; user-select: none; height: 40px; line-height: 38px; text-decoration: none; white-space: nowrap; font-size: 18px; font-weight: 700; box-sizing: border-box; position: relative; }

[dir] .zen-select { border-radius: 4px; cursor: pointer; text-align: center; background-image: -webkit-linear-gradient(bottom, #faf9f8 0, white 100%); background-image: -moz-linear-gradient(bottom, #faf9f8 0, white 100%); background-image: -o-linear-gradient(bottom, #faf9f8 0, white 100%); background-image: linear-gradient(to top, #faf9f8 0, white 100%); box-shadow: 0 2px 0 rgba(133, 135, 139, 0.3); }

[dir=ltr] .zen-select { padding: 0 28px 0 12px; text-align: left; }

[dir=rtl] .zen-select { padding: 0 12px 0 28px; text-align: right; }

.zen-select:focus { outline: none; }

[dir] .zen-select:hover { background: white; box-shadow: 0 1px 0 rgba(133, 135, 139, 0.5); }

[dir] .zen-select-active, [dir] .zen-select-active:hover, [dir] .zen-select-is-active, [dir] .zen-select-is-active:hover, [dir] .zen-select:active { background-image: -webkit-linear-gradient(bottom, #d7d4d0 0, #e4e2e0 100%); background-image: -moz-linear-gradient(bottom, #d7d4d0 0, #e4e2e0 100%); background-image: -o-linear-gradient(bottom, #d7d4d0 0, #e4e2e0 100%); background-image: linear-gradient(to top, #d7d4d0 0, #e4e2e0 100%); }

.zen-select-disabled, .zen-select :disabled { opacity: .3; pointer-events: none; }

[dir] .zen-select-disabled, [dir] .zen-select :disabled { cursor: default; }

@media (min-width: 681px) { .zen-select { height: 34px; line-height: 34px; } }

@media (max-width: 954px) { [dir] .zen-select { border: 1px solid rgba(133, 135, 139, 0.2); } }

[dir] .zen-select-error { border: 2px solid #a50000; border-bottom: 0; border-radius: 0; }

.zen-select-label { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; text-transform: lowercase; white-space: nowrap; }

.zen-select-native, .zen-select-button { bottom: 0; opacity: 0; position: absolute; top: 0; }

[dir] .zen-select-native, [dir] .zen-select-button { cursor: pointer; }

[dir=ltr] .zen-select-native, [dir=ltr] .zen-select-button { left: 0; right: 0; }

[dir=rtl] .zen-select-native, [dir=rtl] .zen-select-button { right: 0; left: 0; }

.zen-select-native { font-size: 18px; font-weight: 500; height: 100%; text-transform: lowercase; width: 100%; }

@media (min-width: 681px) { .zen-select-native { font-size: 16px; } }

.zen-select-arrow { height: 6px; position: absolute; top: 15px; width: 8px; }

[dir] .zen-select-arrow { background: url("data:image/svg+xml,%3Csvg width='8' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23292f37' d='M3.5 5L0 0h7L3.5 5z'/%3E%3C/svg%3E"); }

[dir=ltr] .zen-select-arrow { right: 15px; }

[dir=rtl] .zen-select-arrow { left: 15px; }

/** @example <input type="checkbox" /> <-- native checkbox <span class="<% someClass %>></span> <-- mixin target */
.zen-authpane { color: #292f37; }
[dir=ltr] .zen-authpane { text-align: left; }
[dir=rtl] .zen-authpane { text-align: right; }

.zen-authpane-link-wrapper { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #85878b; font-size: 15px; font-weight: 500; }

[dir=ltr] .zen-authpane-link-wrapper { margin: 5px 15px 15px 9px; }

[dir=rtl] .zen-authpane-link-wrapper { margin: 5px 9px 15px 15px; }

.zen-authpane-link-active { color: #292f37; }

[dir] .zen-authpane-link-active { cursor: default; }

[dir] .zen-authpane-link-separator { margin: 0 6px; }

.zen-authpane-form-signup-legal { color: #85878b; font-size: 12px; }

[dir] .zen-authpane-form-signup-legal { margin-bottom: 15px; }

.zen-authpane-form-signup-legal-link { color: #85878b; font-size: 12px; font-weight: 400; }

.zen-authpane-signin-error-message { box-sizing: border-box; color: #be0000; font-size: 15px; }

[dir] .zen-authpane-signin-error-message { background: #fff8dd; margin-bottom: 20px; padding: 10px 20px; text-align: center; }

[dir] .zen-authpane-signin-field:not(:last-child) { margin-bottom: 6px; }

.zen-authpane-kind-social-wrapper { position: relative; }

[dir] .zen-authpane-kind-social-wrapper { margin-bottom: 6px; text-align: center; }

.zen-authpane-kind-social-wrapper::before { content: ''; display: block; height: 1px; position: absolute; top: 9px; width: 100%; }

[dir] .zen-authpane-kind-social-wrapper::before { background: #e0e0e1; }

[dir=ltr] .zen-authpane-kind-social-wrapper::before { left: 0; }

[dir=rtl] .zen-authpane-kind-social-wrapper::before { right: 0; }

.zen-authpane-kind-social-buttons { align-items: center; display: flex; justify-content: space-around; }

.zen-authpane-kind-title { color: #868686; display: inline-block; font-size: 12px; font-weight: 500; position: relative; }

[dir] .zen-authpane-kind-title { background: white; margin-bottom: 16px; padding: 0 8px; }

.zen-authpane-remind-loading, .zen-authpane-signup-loading { bottom: 0; opacity: .99; position: absolute; top: 0; z-index: 1; }

[dir] .zen-authpane-remind-loading, [dir] .zen-authpane-signup-loading { background: rgba(255, 255, 255, 0.7) url(/img/2023/spinner-grey-3.gif) 50% 50% no-repeat; }

[dir=ltr] .zen-authpane-remind-loading, [dir=ltr] .zen-authpane-signup-loading { left: 0; right: 0; }

[dir=rtl] .zen-authpane-remind-loading, [dir=rtl] .zen-authpane-signup-loading { right: 0; left: 0; }

.zen-authpane-signup-field, .zen-authpane-remind-form-field { position: relative; }

.zen-authpane-signin-buttons, .zen-authpane-remind-form-buttons { align-items: center; display: flex; }

[dir] .zen-authpane-signin-buttons, [dir] .zen-authpane-remind-form-buttons { margin-bottom: 12px; margin-top: 15px; }

.zen-authpane-signin-submit-button, .zen-authpane-remind-form-submit-button { width: 187px; }

.zen-authpane-signup-button { width: 100%; }

[dir] .zen-authpane-signup-button { margin: 10px 0 20px; }

.zen-authpane-signin-reset-button, .zen-authpane-remind-form-reset-button { outline: none; width: 70px; }

[dir=ltr] .zen-authpane-signin-reset-button, [dir=ltr] .zen-authpane-remind-form-reset-button { margin-left: 12px; text-align: left; }

[dir=rtl] .zen-authpane-signin-reset-button, [dir=rtl] .zen-authpane-remind-form-reset-button { margin-right: 12px; text-align: right; }

.zen-authpane-remind-header { position: relative; }

.zen-authpane-remind-header-close { height: 26px; position: absolute; top: -6px; width: 26px; }

[dir] .zen-authpane-remind-header-close { border-radius: 50%; border: 2px solid #eef1f4; cursor: pointer; }

[dir=ltr] .zen-authpane-remind-header-close { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); right: 0; }

[dir=rtl] .zen-authpane-remind-header-close { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); left: 0; }

[dir] .zen-authpane-remind-header-close:hover { background: rgba(133, 135, 139, 0.2); border: 2px solid rgba(133, 135, 139, 0.2); }

.zen-authpane-remind-header-close::before, .zen-authpane-remind-header-close::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-authpane-remind-header-close::before, [dir] .zen-authpane-remind-header-close::after { background: rgba(133, 135, 139, 0.2); }

[dir=ltr] .zen-authpane-remind-header-close::before, [dir=ltr] .zen-authpane-remind-header-close::after { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

[dir=rtl] .zen-authpane-remind-header-close::before, [dir=rtl] .zen-authpane-remind-header-close::after { right: 50%; -webkit-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); }

.zen-authpane-remind-header-close::before { height: 2px; width: 12px; }

.zen-authpane-remind-header-close::after { height: 12px; width: 2px; }

.zen-authpane-remind-header-close:hover::before, .zen-authpane-remind-header-close:hover::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-authpane-remind-header-close:hover::before, [dir] .zen-authpane-remind-header-close:hover::after { background: white; }

[dir=ltr] .zen-authpane-remind-header-close:hover::before, [dir=ltr] .zen-authpane-remind-header-close:hover::after { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

[dir=rtl] .zen-authpane-remind-header-close:hover::before, [dir=rtl] .zen-authpane-remind-header-close:hover::after { right: 50%; -webkit-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); }

.zen-authpane-remind-header-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; font-weight: 500; }

[dir=ltr] .zen-authpane-remind-header-title { margin: 5px 15px 15px 9px; }

[dir=rtl] .zen-authpane-remind-header-title { margin: 5px 9px 15px 15px; }

.zen-authpane-remind-response { box-sizing: border-box; width: 245px; }

[dir] .zen-authpane-remind-response { margin: 20px 0 30px; padding: 0 13px; }

[dir] .zen-authpane-remind-response-text { margin-bottom: 5px; }

.zen-ui-stars { display: flex; }

.zen-ui-stars-wrapper-blank { opacity: .5; }

.zen-ui-stars-star { display: inline-block; height: 10px; width: 11px; }

[dir] .zen-ui-stars-star { background: url(/img/2023/star.svg); }

.zen-hotelcard .zen-ui-stars-star { display: block; height: 8px; width: 9px; }

[dir] .zen-hotelcard .zen-ui-stars-star { background-repeat: no-repeat; background-size: contain; }

.tips-preffered { height: 18px; width: 31px; }

[dir] .tips-preffered { background: url(/img/2023/preferred_icon.svg) 50% 49% no-repeat; background-color: white; background-size: 18px 10px; border: 1px solid #f7901e; border-radius: 4px; cursor: pointer; }

.zen-hotelcardperks .tips-preffered { height: 24px; width: 24px; }

[dir] .zen-hotelcardperks .tips-preffered { border: 0; border-radius: 50%; }

.zenloyaltytips { display: flex; position: relative; }

.zenloyaltytips-tip { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; font-size: 13px; font-weight: 500; height: 24px; line-height: 18px; opacity: .9; position: relative; user-select: none; }

[dir] .zenloyaltytips-tip { background-color: white; cursor: pointer; padding: 3px 10px; }

.zenloyaltytips-tip:hover { opacity: 1; }

[dir] .zenloyaltytips-tip:hover { transform: scale(1.02); }

.zenloyaltytips-tip::before { content: ''; height: 24px; position: absolute; top: 0; width: 11px; }

[dir] .zenloyaltytips-tip::before { background-color: white; border-radius: 3px; }

[dir=ltr] .zenloyaltytips-tip::before { transform: skew(-19deg); }

[dir=rtl] .zenloyaltytips-tip::before { transform: skew(19deg); }

.zenloyaltytips-tip::after { content: ''; display: inline-block; height: 10px; width: 10px; }

[dir] .zenloyaltytips-tip::after { background-position: center; background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zenloyaltytips-tip::after { margin-left: 2px; }

[dir=rtl] .zenloyaltytips-tip::after { margin-right: 2px; }

[dir=ltr] .zenloyaltytips-tip:first-child { border-radius: 15px 0 4px 15px; margin-right: 10px; padding-right: 7px; }

[dir=rtl] .zenloyaltytips-tip:first-child { border-radius: 0 15px 15px 4px; margin-left: 10px; padding-left: 7px; }

[dir=ltr] .zenloyaltytips-tip:first-child::before { right: -4px; }

[dir=rtl] .zenloyaltytips-tip:first-child::before { left: -4px; }

[dir=ltr] .zenloyaltytips-tip:last-child { border-radius: 4px 15px 15px 0; padding-left: 7px; }

[dir=rtl] .zenloyaltytips-tip:last-child { border-radius: 15px 4px 0 15px; padding-right: 7px; }

[dir=ltr] .zenloyaltytips-tip:last-child::before { left: -4px; }

[dir=rtl] .zenloyaltytips-tip:last-child::before { right: -4px; }

[dir] .zenloyaltytips-tip.zenloyaltytips-tip-single { border-radius: 15px; margin: 0; padding: 3px 10px; }

.zenloyaltytips-tip.zenloyaltytips-tip-single::before { display: none; }

.zenloyaltytips-tip-dreams { color: #ff6464; }

[dir] .zenloyaltytips-tip-dreams::after { background-image: url("data:image/svg+xml,%3Csvg fill='%23ff6464' width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 8.3a.5.5 0 01-.6-.5c0-.3.3-.5.6-.5 1 0 2-.9 2-2 0-.2.2-.5.5-.5s.5.3.5.6a3 3 0 01-3 3zm6.5.5L9 8.6h-.3v-.2c-.3 0-.6-.3-.8-.4-.2-.2.5-.6.6-.7.2-.1.2-.5 0-.6-.5-.3-1.8-1.1-2.3-2C5.8 3.5 7 1 8.6.4A6.9 6.9 0 006.7 0C3 0 0 3 0 6.5S3 13 6.7 13c2.9 0 5.4-1.8 6.3-4.3-.6.3-3 .8-3.8 0z'/%3E%3C/svg%3E"); }

.zenloyaltytips-tip-miles { color: #02458d; }

.zenloyaltytips-tip-miles::after { width: 15px; }

[dir] .zenloyaltytips-tip-miles::after { background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2.5h2.9v8h7.7l-1 2.6h-6.7v1.4h6.1l-1 2.6h-5.1v5.7h-3V7.4l-4 8.3h-2.7l-4-8.3v13.4h-3v-5.7H3.4l-1-2.6h6.2v-1.4H1.7l-1-2.6h7.8v-8h2.8L16.8 12z' fill='%2302458d'/%3E%3C/svg%3E"); }

.zenloyaltytips-tip-zenpoints { color: #5c77cc; }

.zenloyaltytips-tip-zenpoints::after { height: 12px; vertical-align: -1px; width: 12px; }

[dir] .zenloyaltytips-tip-zenpoints::after { background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 1.3a22.6 22.6 0 016-.8c1.8 0 3.6.3 5.5.8a2.8 2.8 0 012 2 22.2 22.2 0 01.7 5.8 20 20 0 01-.7 5.4 2.8 2.8 0 01-2 2c-1.9.5-3.7.7-5.5.7a22.6 22.6 0 01-6-.8 2.8 2.8 0 01-2-1.9 20 20 0 01.1-11.2 2.8 2.8 0 012-2zm9.8 4.8a.1.1 0 000-.2l-6-1.6a.1.1 0 00-.2 0l-.3 1.2a.1.1 0 000 .1l3.4 1-5 5a.1.1 0 000 .2l6.1 1.7a.1.1 0 00.1-.1l.4-1.2a.1.1 0 00-.1 0l-3.4-1a.1.1 0 010-.1l5-5z' fill='%235c77cc'/%3E%3C/svg%3E"); }

.zenloyaltytips-tip-clubfindspoints { color: #4086e4; }

.zenloyaltytips-tip-clubfindspoints::after { height: 13px; vertical-align: -2px; width: 13px; }

[dir] .zenloyaltytips-tip-clubfindspoints::after { background-image: url("data:image/svg+xml,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%234086e4%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.7 3.4L9 .8A2.2 2.2 0 007 .8L2.3 3.4a2.2 2.2 0 00-1 2v5.2a2.2 2.2 0 001 2L7 15.2a2.2 2.2 0 002.2 0l4.6-2.6a2.2 2.2 0 001-2V5.4a2.2 2.2 0 00-1-2zm-3.9 8l-1.4-2H7v2H5.2V4.2h3.1a4 4 0 011.7.3 2.5 2.5 0 011 .9 2.6 2.6 0 01.5 1.4A2.4 2.4 0 0110 9l1.6 2.3z'/%3E%3Cpath class='cls-1' d='M8.2 5.5H7v2.6h1.3a1.7 1.7 0 001.2-.4 1.2 1.2 0 00.4-1 1.2 1.2 0 00-.4-.8 1.8 1.8 0 00-1.2-.4z'/%3E%3C/svg%3E"); }

.zenloyaltytips-tip-roundtrippoints { color: #cf11ff; }

.zenloyaltytips-tip-roundtrippoints::after { height: 13px; vertical-align: -2px; width: 13px; }

[dir] .zenloyaltytips-tip-roundtrippoints::after { background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23cf11ff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 12H13l-.8-1.6a1.8 1.8 0 00-.6-.9 1.9 1.9 0 00-1-.4v-.2a1 1 0 01.3 0 2.4 2.4 0 001.2-.8c.3-.4.4-.8.5-1.3a2.3 2.3 0 00-.3-1.5 2.4 2.4 0 00-1.1-1A4.4 4.4 0 009.3 4H4v8h2V9.2h2.7l.6.2.4.6.8 2zM5.9 8V5.5h3.3a1.2 1.2 0 011 .3l.3.4v.5c0 .3 0 .6-.3.8-.2.2-.5.3-.7.3H5.9z' fill='%23fff'/%3E%3C/svg%3E"); background-size: contain; }

[dir] .zenloyaltytips-popup-text { margin-bottom: 8px; }

[dir] .zentexttip .zentexttip-text-description:not(:last-of-type) { margin-bottom: 10px; }

.zentexttip .link, .zentexttip .prtnr-orders-order-download, .zentexttip .prtnr-orders-order-cancel, .zentexttip .prtnr-orders-order-paycard, .zentexttip .prtnr-orders-order-paybylink, .zentexttip .prtnr-orders-order-download-link-text, .zentexttip .prtnr-orders-order-cancel-link-text, .zentexttip .prtnr-orders-order-paycard-link-text, .zentexttip .prtnr-orders-order-paybylink-link-text, .zentexttip .prtnr-orders-order-cancel-link, .zentexttip .prtnr-orders-order-paycard-link, .zentexttip .prtnr-orders-order-paybylink-link, .zentexttip .prtnr-orders-order-action-footer-button-cancel, .zentexttip .prtnr-orders-order-field-list-expand, .zentexttip .prtnr-orders-traveldocs-tip-row-btn { display: none; }

[dir] .zentexttip .link, [dir] .zentexttip .prtnr-orders-order-download, [dir] .zentexttip .prtnr-orders-order-cancel, [dir] .zentexttip .prtnr-orders-order-paycard, [dir] .zentexttip .prtnr-orders-order-paybylink, [dir] .zentexttip .prtnr-orders-order-download-link-text, [dir] .zentexttip .prtnr-orders-order-cancel-link-text, [dir] .zentexttip .prtnr-orders-order-paycard-link-text, [dir] .zentexttip .prtnr-orders-order-paybylink-link-text, [dir] .zentexttip .prtnr-orders-order-cancel-link, [dir] .zentexttip .prtnr-orders-order-paycard-link, [dir] .zentexttip .prtnr-orders-order-paybylink-link, [dir] .zentexttip .prtnr-orders-order-action-footer-button-cancel, [dir] .zentexttip .prtnr-orders-order-field-list-expand, [dir] .zentexttip .prtnr-orders-traveldocs-tip-row-btn { margin-top: 10px; }

.zentooltip-popup .zentexttip .link, .zentooltip-popup .zentexttip .prtnr-orders-order-download, .zentooltip-popup .zentexttip .prtnr-orders-order-cancel, .zentooltip-popup .zentexttip .prtnr-orders-order-paycard, .zentooltip-popup .zentexttip .prtnr-orders-order-paybylink, .zentooltip-popup .zentexttip .prtnr-orders-order-download-link-text, .zentooltip-popup .zentexttip .prtnr-orders-order-cancel-link-text, .zentooltip-popup .zentexttip .prtnr-orders-order-paycard-link-text, .zentooltip-popup .zentexttip .prtnr-orders-order-paybylink-link-text, .zentooltip-popup .zentexttip .prtnr-orders-order-cancel-link, .zentooltip-popup .zentexttip .prtnr-orders-order-paycard-link, .zentooltip-popup .zentexttip .prtnr-orders-order-paybylink-link, .zentooltip-popup .zentexttip .prtnr-orders-order-action-footer-button-cancel, .zentooltip-popup .zentexttip .prtnr-orders-order-field-list-expand, .zentooltip-popup .zentexttip .prtnr-orders-traveldocs-tip-row-btn { display: block; }

[dir=ltr] .zentooltip-hint.zentooltip-mir { transform: translateX(10px); }

[dir=rtl] .zentooltip-hint.zentooltip-mir { transform: translateX(-10px); }

.zencheckbox { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); display: inline-flex; flex-direction: row-reverse; position: relative; }

[dir] .zencheckbox { cursor: pointer; }

.zencheckbox-styled-checkbox { box-sizing: border-box; display: inline-block; flex: 1 0 auto; height: 16px; position: relative; transition: all .16s; width: 16px; will-change: background; }

[dir] .zencheckbox-styled-checkbox { background-clip: content-box; background-color: var(--box-bg); border: 1px solid var(--box-border); border-radius: 4px; margin-top: 1px; transform: translateZ(0); }

[dir=ltr] .zencheckbox-styled-checkbox { margin-right: 8px; }

[dir=rtl] .zencheckbox-styled-checkbox { margin-left: 8px; }

[dir] .zencheckbox-input:focus ~ .zencheckbox-styled-checkbox { background-color: var(--box-bg); border-color: var(--box-border); box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .zencheckbox:hover .zencheckbox-styled-checkbox { border-color: var(--box-hover-border); }

[dir] .zencheckbox:active .zencheckbox-styled-checkbox { background-color: var(--box-active-bg); border-color: var(--box-active-bg); box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .zencheckbox-input:checked ~ .zencheckbox-styled-checkbox { background-color: var(--box-on-bg); border: 0; }

[dir] .zencheckbox-input:not(:disabled):checked:focus ~ .zencheckbox-styled-checkbox { background-color: var(--box-on-bg); box-shadow: 0 0 0 2px var(--focus-outline); }

[dir] .zencheckbox:hover .zencheckbox-input:not(:disabled):checked ~ .zencheckbox-styled-checkbox { background-color: var(--box-on-bg); border-color: var(--box-hover-border); }

[dir] .zencheckbox:active .zencheckbox-input:not(:disabled):checked ~ .zencheckbox-styled-checkbox { background-color: var(--box-active-bg); border-color: var(--box-active-bg); box-shadow: 0 0 0 2px var(--focus-outline); }

.zencheckbox-input ~ .zencheckbox-styled-checkbox::after { box-sizing: content-box; content: ''; display: block; height: 8px; opacity: 0; position: absolute; top: 45%; width: 4px; }

[dir] .zencheckbox-input ~ .zencheckbox-styled-checkbox::after { border-bottom: 2px solid var(--box-on-typo); }

[dir=ltr] .zencheckbox-input ~ .zencheckbox-styled-checkbox::after { border-right: 2px solid var(--box-on-typo); left: 50%; transform: translate(-50%, -50%) rotate(45deg); }

[dir=rtl] .zencheckbox-input ~ .zencheckbox-styled-checkbox::after { border-left: 2px solid var(--box-on-typo); right: 50%; transform: translate(50%, -50%) rotate(-45deg); }

.zencheckbox-input:checked ~ .zencheckbox-styled-checkbox::after { opacity: 1; }

.zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox::after { opacity: 0; }

[dir] .zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox::after { border-bottom: 2px solid #868686; }

[dir=ltr] .zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox::after { border-right: 2px solid #868686; }

[dir=rtl] .zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox::after { border-left: 2px solid #868686; }

.zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox::after { opacity: 1; }

[dir] .zencheckbox-input:disabled:checked ~ .zencheckbox-styled-checkbox, [dir] .zencheckbox-input:disabled ~ .zencheckbox-styled-checkbox { background-color: #e5e5e5; border-color: #e5e5e5; box-shadow: none; }

[dir] .zencheckbox-disabled { cursor: default; }

.zencheckbox-inner { display: inline; }

.zencheckbox-text { display: inline; font-size: 14px; font-weight: 400; line-height: 18px; white-space: normal; }

.zencheckbox-extra-label { font-size: 12px; color: #85878b; }

[dir] .zencheckbox-extra-label { margin-top: 4px; }

.zencheckbox-tip { display: inline-block; vertical-align: middle; }

[dir=ltr] .zencheckbox-tip { margin-left: 6px; }

[dir=rtl] .zencheckbox-tip { margin-right: 6px; }

.zencheckbox-stars-star { display: inline-block; height: 14px; vertical-align: text-bottom; width: 16px; }

[dir] .zencheckbox-stars-star { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cpath fill='%23ffaf00' d='M8 12l-3.3 1.7a1 1 0 01-1.4-1L3.9 9 1.2 6.4a1 1 0 01.6-1.7l3.7-.5L7 .8a1 1 0 011.8 0l1.6 3.4 3.7.5a1 1 0 01.6 1.7L12 9l.6 3.7a1 1 0 01-1.4 1L8 12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zencheckbox-stars-star { margin-right: 4px; }

[dir=rtl] .zencheckbox-stars-star { margin-left: 4px; }

.zencheckbox-stars-no-stars { color: #292f37; font-size: 14px; vertical-align: top; }

.zenradiobuttongroup { align-items: flex-start; display: flex; flex-direction: column; position: relative; }

.zenradiobuttongroup-row { flex-direction: row; }

[dir] .zenradiobuttongroup-item { margin-bottom: 16px; }

[dir=ltr] .zenradiobuttongroup-item:last-child { margin-right: 0; }

[dir=rtl] .zenradiobuttongroup-item:last-child { margin-left: 0; }

[dir] .zenradiobuttongroup-row .zenradiobuttongroup-item { margin-bottom: 0; }

[dir=ltr] .zenradiobuttongroup-row .zenradiobuttongroup-item { margin-right: 24px; }

[dir=rtl] .zenradiobuttongroup-row .zenradiobuttongroup-item { margin-left: 24px; }

[dir=ltr] .zenradiobuttongroup-row .zenradiobuttongroup-item:last-child { margin-right: 0; }

[dir=rtl] .zenradiobuttongroup-row .zenradiobuttongroup-item:last-child { margin-left: 0; }

[dir] .zenradiobuttongroup-error .zenradiobutton-styled-radiobutton { box-shadow: 0 0 0 1px var(--alert), 0 0 0 3px var(--alert-outline); }

.zenradiobuttongroup-error .zenradiobutton-text { color: var(--alert); }

.zenradiobutton { display: inline-flex; }

.zenradiobutton-text { display: inline; font-size: 14px; font-weight: 400; line-height: 18px; }

[dir] .zenradiobutton-text { cursor: pointer; }

.zenradiobutton-extra-label { font-size: 12px; color: #85878b; }

[dir] .zenradiobutton-extra-label { margin-top: 4px; }

.zenradiobutton-tip { display: inline; vertical-align: middle; }

[dir=ltr] .zenradiobutton-tip { margin-left: 8px; }

[dir=rtl] .zenradiobutton-tip { margin-right: 8px; }

.zenradiobutton-styled-radiobutton { box-sizing: border-box; flex-shrink: 0; height: 14px; position: relative; transition: border-color .16s, box-shadow .16s, background-color .16s; width: 14px; }

[dir] .zenradiobutton-styled-radiobutton { background-color: var(--box-bg); border-color: #ffcb5e; border-radius: 50%; box-shadow: 0 0 0 1px var(--box-border); cursor: pointer; margin-top: 2px; }

[dir=ltr] .zenradiobutton-styled-radiobutton { margin-right: 8px; }

[dir=rtl] .zenradiobutton-styled-radiobutton { margin-left: 8px; }

.zenradiobutton-styled-radiobutton::after { content: ''; height: 16px; position: absolute; top: 50%; width: 15px; }

[dir] .zenradiobutton-styled-radiobutton::after { transform: translateY(-50%); }

[dir=ltr] .zenradiobutton-styled-radiobutton::after { left: 50%; }

[dir=rtl] .zenradiobutton-styled-radiobutton::after { right: 50%; }

[dir] .zenradiobutton-input:focus ~ .zenradiobutton-styled-radiobutton { background-color: var(--box-bg); box-shadow: 0 0 0 1px var(--box-border), 0 0 0 2px var(--focus-outline); }

[dir] .zenfidelitytab:hover .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton:hover .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton-input ~ .zenradiobutton-styled-radiobutton:hover { box-shadow: 0 0 0 1px var(--box-hover-border); }

[dir] .zenfidelitytab:active .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton:active .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton-input ~ .zenradiobutton-styled-radiobutton:active { background-color: var(--box-active-bg); box-shadow: 0 0 0 1px var(--box-active-bg), 0 0 0 2px var(--focus-outline); }

[dir] .zenradiobutton-input:checked ~ .zenradiobutton-styled-radiobutton { background-color: var(--box-on-typo); border: 3px solid var(--box-on-bg); box-shadow: 0 0 0 1px var(--box-on-bg); }

[dir] .zenradiobutton-input:checked:focus ~ .zenradiobutton-styled-radiobutton { border: 3px solid var(--box-on-bg); box-shadow: 0 0 0 1px var(--box-on-bg), 0 0 0 2px var(--focus-outline); }

[dir] .zenfidelitytab:hover .zenradiobutton-input:not(:disabled):checked ~ .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton:hover .zenradiobutton-input:not(:disabled):checked ~ .zenradiobutton-styled-radiobutton, [dir] .zenradiobutton-input:not(:disabled):checked ~ .zenradiobutton-styled-radiobutton:hover { border: 3px solid var(--box-on-bg); }

[dir] .zenradiobutton-input:disabled ~ .zenradiobutton-text { cursor: not-allowed; }

[dir] .zenradiobutton-input:disabled ~ .zenradiobutton-styled-radiobutton { background-color: #e5e5e5; box-shadow: 0 0 0 1px #e5e5e5; cursor: not-allowed; }

[dir] .zenradiobutton-input:disabled:checked ~ .zenradiobutton-styled-radiobutton { background-color: #868686; border: 3px solid #e5e5e5; box-shadow: 0 0 0 1px #e5e5e5; }

.visuallyhidden { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }

[dir] .visuallyhidden { border: 0; margin: -1px; padding: 0; }

.zen-hotels-mapoverlay { align-items: center; box-sizing: border-box; display: flex; flex-direction: column; height: 100%; }

[dir] .zen-hotels-mapoverlay { padding-top: 140px; }

@media (min-width: 1075px) and (max-width: 1450px) { .zen-hotels-mapoverlay-image { box-sizing: border-box; content: ''; height: 100%; position: absolute; top: 0; width: 100%; } [dir] .zen-hotels-mapoverlay-image { background-color: rgba(13, 30, 42, 0.4); background-image: linear-gradient(rgba(45, 49, 55, 0.8), rgba(45, 49, 55, 0.8)), url(/img/test-brr/mapoverlay.svg); background-position: center; background-size: 100% auto; cursor: pointer; } [dir=ltr] .zen-hotels-mapoverlay-image { box-shadow: inset 6px 0 10px rgba(41, 47, 55, 0.2); left: 0; } [dir=rtl] .zen-hotels-mapoverlay-image { box-shadow: inset -6px 0 10px rgba(41, 47, 55, 0.2); right: 0; } }

.zen-hotels-mapoverlay-wrapper { height: 100%; }

.zen-hotels-open-map .zen-hotels-mapoverlay-wrapper { height: auto; }

.zen-hotels-mapoverlay-wrapper-banners { position: relative; z-index: 21; }

.zen-hotels-mapoverlay-banner { display: flex; justify-content: space-around; max-width: 100%; overflow: hidden; position: relative; z-index: 21; }

.zen-hotels-mapoverlay-banner-sticky { position: sticky; top: 0; z-index: 21; }

.zen-hotels-mapoverlay-button { color: var(--button-secondary-typo); position: absolute; top: 12px; z-index: 1; }

[dir] .zen-hotels-mapoverlay-button { background-color: var(--palette-white); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

[dir=ltr] .zen-hotels-mapoverlay-button { left: -4px; padding-left: 33px; }

[dir=rtl] .zen-hotels-mapoverlay-button { right: -4px; padding-right: 33px; }

[dir] .zen-hotels-mapoverlay-button:focus { box-shadow: 0 0 0 2px var(--focus-outline); }

.zen-hotels-mapoverlay-button::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%7B$fill%7D' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); -webkit-mask-repeat: no-repeat; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%7B$fill%7D' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); mask-repeat: no-repeat; content: ''; height: 9px; position: absolute; top: 16px; width: 18px; }

[dir] .zen-hotels-mapoverlay-button::before { background-color: var(--button-secondary-typo); }

[dir=ltr] .zen-hotels-mapoverlay-button::before { left: 12px; transform: rotate(90deg); }

[dir=rtl] .zen-hotels-mapoverlay-button::before { right: 12px; transform: rotate(-90deg); }

.zenfittedimage { height: 100%; object-fit: cover; width: 100%; }

.promoalert { -moz-transition: 0.4s ease-out; -o-transition: 0.4s ease-out; transition: 0.4s ease-out; box-sizing: border-box; height: auto; overflow: hidden; position: relative; }

[dir] .promoalert { -webkit-transition: 0.4s ease-out; background-position: center; background-size: cover; text-align: center; }

@media (max-width: 954px) { .mobileready .promoalert { display: none; } }

.promoalert-inner { height: 100%; display: block; text-decoration: none; }

.promoalert-image { display: block; max-width: 100%; }

.promoalert-text-wrapper { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; position: absolute; top: 0; width: 100%; }

[dir=ltr] .promoalert-text-wrapper { left: 0; }

[dir=rtl] .promoalert-text-wrapper { right: 0; }

.promoalert-text { -webkit-user-select: none; -moz-user-select: none; user-select: none; color: white; font-size: 15px; }

.promoalert-text-code { color: #000000; display: inline-block; font-weight: 500; -webkit-user-select: text; -moz-user-select: text; user-select: text; }

[dir] .promoalert-text-code { background: #fff0cc; border-radius: 3px; padding: 1px 4px 2px; }

[dir=ltr] .promoalert-text-code { margin-left: 5px; }

[dir=rtl] .promoalert-text-code { margin-right: 5px; }

.promoalert-tip { -webkit-user-select: none; -moz-user-select: none; user-select: none; color: rgba(255, 255, 255, 0.6); font-size: 12px; }

.promoalert-close { height: 30px; position: absolute; top: 50%; width: 30px; }

[dir] .promoalert-close { background: #3f0000; border-radius: 50%; cursor: pointer; margin-top: -16px; }

[dir=ltr] .promoalert-close { right: 10px; }

[dir=rtl] .promoalert-close { left: 10px; }

.promoalert-close::before, .promoalert-close::after { content: ''; position: absolute; top: 50%; height: 2px; width: 10px; }

[dir] .promoalert-close::before, [dir] .promoalert-close::after { background: #ffffff; }

[dir=ltr] .promoalert-close::before, [dir=ltr] .promoalert-close::after { left: 50%; margin: -1px 0 0 -5px; }

[dir=rtl] .promoalert-close::before, [dir=rtl] .promoalert-close::after { right: 50%; margin: -1px -5px 0 0; }

[dir=ltr] .promoalert-close::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

[dir=rtl] .promoalert-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

[dir=ltr] .promoalert-close::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

[dir=rtl] .promoalert-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

[dir] .promoalert-close:hover { background: #ffffff; }

[dir] .promoalert-close:hover::before, [dir] .promoalert-close:hover::after { background: #3f0000; }

.promoalert-adaptive { -moz-transition: 0.4s ease-out; -o-transition: 0.4s ease-out; transition: 0.4s ease-out; box-sizing: border-box; height: auto; overflow: hidden; position: relative; }

[dir] .promoalert-adaptive { -webkit-transition: 0.4s ease-out; background-position: center; background-size: cover; text-align: center; }

@media (max-width: 954px) { .mobileready .promoalert-adaptive { display: none; } }

.promoalert-adaptive-inner { align-items: center; display: flex; height: 100%; justify-content: center; max-width: 100%; text-decoration: none; }

.promoalert-adaptive-text-wrapper { align-items: center; color: white; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 50%; }

[dir] .promoalert-adaptive-text-wrapper { margin: auto 20px; padding: 10px 0; }

.promoalert-adaptive-header { font-size: 24px; }

.promoalert-adaptive-text { font-size: 14px; }

.promoalert-adaptive-close { height: 30px; position: absolute; top: 50%; width: 30px; }

[dir] .promoalert-adaptive-close { border-radius: 50%; cursor: pointer; margin-top: -16px; }

[dir=ltr] .promoalert-adaptive-close { right: 10px; }

[dir=rtl] .promoalert-adaptive-close { left: 10px; }

.promoalert-adaptive-close::before, .promoalert-adaptive-close::after { content: ''; position: absolute; top: 50%; height: 2px; width: 10px; }

[dir=ltr] .promoalert-adaptive-close::before, [dir=ltr] .promoalert-adaptive-close::after { left: 50%; margin: -1px 0 0 -5px; }

[dir=rtl] .promoalert-adaptive-close::before, [dir=rtl] .promoalert-adaptive-close::after { right: 50%; margin: -1px -5px 0 0; }

[dir=ltr] .promoalert-adaptive-close::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

[dir=rtl] .promoalert-adaptive-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

[dir=ltr] .promoalert-adaptive-close::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

[dir=rtl] .promoalert-adaptive-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

[dir] .promoalert-adaptive-close-normal { background: #3f0000; }

[dir] .promoalert-adaptive-close-normal::before, [dir] .promoalert-adaptive-close-normal::after { background: #ffffff; }

[dir] .promoalert-adaptive-close-normal:hover { background: #ffffff; }

[dir] .promoalert-adaptive-close-normal:hover::before, [dir] .promoalert-adaptive-close-normal:hover::after { background: #3f0000; }

[dir] .promoalert-adaptive-close-revert { background: #ffffff; }

[dir] .promoalert-adaptive-close-revert::before, [dir] .promoalert-adaptive-close-revert::after { background: #3f0000; }

[dir] .promoalert-adaptive-close-revert:hover { background: #3f0000; }

[dir] .promoalert-adaptive-close-revert:hover::before, [dir] .promoalert-adaptive-close-revert:hover::after { background: #ffffff; }

.promoaeroflotbonus { height: 0; overflow: hidden; -moz-transition: 0.4s ease-out; -o-transition: 0.4s ease-out; transition: 0.4s ease-out; }

[dir] .promoaeroflotbonus { background-color: #004696; -webkit-transition: 0.4s ease-out; }

@media (max-width: 954px) { .mobileready .promoaeroflotbonus { display: none; } }

.promoaeroflotbonus-inner { display: flex; justify-content: center; align-items: center; height: 100%; }

.promoaeroflotbonus-expanded { height: 50px; }

.promoaeroflotbonus-text { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: white; font-size: 17px; font-weight: 500; position: relative; }

[dir=ltr] .promoaeroflotbonus-text { margin-left: 100px; margin-right: 24px; }

[dir=rtl] .promoaeroflotbonus-text { margin-right: 100px; margin-left: 24px; }

.promoaeroflotbonus-text::before { content: ''; height: 30px; position: absolute; top: -6px; width: 97px; }

[dir] .promoaeroflotbonus-text::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 275 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M73.7 57.8c3 0 4.5-2.3 4.5-4.7 0-2.3-1.6-4.5-4.5-4.5H66v9.2h7.7zM66 35.4v9.3h7c3 0 4.6-2.3 4.6-4.6 0-2.4-1.5-4.7-4.5-4.7h-7zm13.2 10.5c5.3.9 7.8 3.5 7.8 7 0 6.1-5.5 8.8-12.2 8.8H57.4V31.5h17.3c6.2 0 11.2 1.9 11.2 7.2 0 3.2-1.7 6-6.7 7.2zm77.7 6.8V31.5h6.4v30.2H154l-17.4-21.3v21.3h-6.3V31.5h9.2l17.4 21.2zm-49 5.9c5.3 0 9.1-3.8 9.1-12.1s-3.8-12-9.2-12c-5.2 0-9 3.7-9 12 0 8.4 3.8 12 9 12zm0-28.1c10.8 0 18 6.2 18 16 0 9.9-7.2 16-18 16-11 0-18.1-6.1-18.1-16 0-9.8 7.2-16 18-16zm85 20.4V31.5h6.3V50c0 8.1-7.7 12.4-15.3 12.4-7.4 0-14.6-4-14.6-12.4V31.5h8.6v19.4c0 5.2 3.7 7.8 7.4 7.8 3.8 0 7.6-2.6 7.6-7.8zm19.2-12c0 5.5 15.4 5 15.4 14.4 0 6.8-7.4 9.3-13.4 9.3-2.7 0-7.8-.5-10.7-1.6v-4.4a34 34 0 009 1.6c2.3 0 6-.4 6-3.8 0-5.5-15-4.7-15-14.3 0-6.4 6.6-9.5 12.3-9.5 3.1 0 6.6.2 9.9.8V36a39 39 0 00-7.4-.8c-2 0-6.1.2-6.1 3.7zm62.1-10.5c.5.5-1.1 2.2-1.1 2.2l-1 1.1.2 10.4-.7.3s-1.6-6.1-2.7-7.9c-26.4 27.9-62 53-124.8 53-54.6 0-91.5-20.3-91.5-20.3s37 14.3 86 14.3c31.3 0 84.4-1.3 129.9-47.4-1.9-1-8.1-2.3-8.1-2.3l.2-.8 10.4-.4 1-1s1.7-1.7 2.2-1.2z' fill='%23E31837'/%3E%3Cpath d='M184 21.8c7 0 17-2.6 17-11C201 2.7 191 0 184 0c-7.1 0-17 2.6-17 10.9s9.9 10.9 17 10.9zm0-2.6c-4.9 0-8-3.2-8-8.3s3.1-8.3 8-8.3c4.8 0 8 3.2 8 8.3 0 5.1-3.2 8.3-8 8.3zm-80.1 2.6c7 0 17-2.6 17-11C121 2.7 111 0 104 0c-7.1 0-17 2.6-17 10.9s9.9 10.9 17 10.9zm0-2.6c-4.9 0-8-3.2-8-8.3s3.1-8.3 8-8.3c4.8 0 8 3.2 8 8.3 0 5.1-3.2 8.3-8 8.3zm-95-6.7l4-7.3v.2l4.1 7H9zM11.4.6L0 21.1h4.1l3.3-6h11.4l3.5 6h9.2L19.1.6h-7.7zm190 0v3h8.9v17.5h8.4V3.6h8.8v-3h-26zm-46 0h-8.3v20.5h20.3V18h-12V.6zM124 21.1h8.2v-8.6h11.2V9.3h-11.2V3.6h12v-3H124v20.5zM84.7 6.8c0-6-8-6.2-12-6.2H57.4v20.5h8.3V3.6h4.8c2.4 0 5.6.9 5.6 3.7 0 3.3-4.2 3.8-6.6 3.8l-2.2-.2L75.5 21H85l-7.7-8.5c3.1-.4 7.4-2 7.4-5.8zm-43.4 5.4h11.2V9H41.3V3.6H53v-3H33v20.5h20.5V18H41.3v-5.8z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .promoaeroflotbonus-text::before { left: -124px; }

[dir=rtl] .promoaeroflotbonus-text::before { right: -124px; }

[dir] .ru .promoaeroflotbonus-text::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='245' height='76'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23ffffff' d='M180.7.6h21v2.6h-7.2v14.9h-6.6V3.3a455.5 455.5 0 00-7.2 0V.6m-49 17.5L140.3.6h6.3c3 5.9 6.3 11.7 9.5 17.5h-7.5l-7.2-13.6a1847.9 1847.9 0 00-6.6 13.6h-3.3M58.3 3.2V9h4.2c1.2-.2 2.7-.7 3.2-2 .5-1.2 0-2.7-1.3-3.2-1.9-.9-4-.5-6-.6M51.6.6h11.7c2.2 0 4.4.2 6.5 1 1.2.6 2.2 1.5 2.6 2.8.6 1.7.3 3.9-1.1 5.1a8.8 8.8 0 01-4.7 2c-2.8.4-5.6.1-8.4.2v6.4h-6.6V.6M7.3 10.7H14l-3.5-6.2-3.2 6.2M0 18.1L9.3.6h6.2l10 17.5h-7.4l-2.8-5a538.8 538.8 0 00-9.3 0l-2.6 5H0M166.3 2.4c-2.2.5-3.9 2.4-4.4 4.6-.6 2.5-.3 5.5 1.4 7.6 1.3 1.5 3.5 2 5.5 1.8 1.5 0 3-.8 4-2a8.2 8.2 0 001.5-5.6c0-1.9-.7-3.9-2.2-5.1a6.7 6.7 0 00-5.8-1.3m-1.6-2c3.9-.6 8-.3 11.5 1.5a9.5 9.5 0 015.2 5.8c.6 2.2 0 4.6-1.5 6.4-2 2.5-5.3 3.8-8.5 4.3-3.4.5-7 .3-10.3-1-2.6-.9-5-2.6-6.1-5.1a7 7 0 01.5-6.7c2-3.1 5.6-4.7 9.2-5.3M85.6 2.4c-2.2.4-4 2.2-4.5 4.3a9 9 0 001 7.4c1 1.5 2.8 2.3 4.5 2.4 1.9 0 3.9-.4 5.1-1.9A8 8 0 0093.5 9c-.1-2-.8-3.9-2.2-5.2a6.7 6.7 0 00-5.7-1.3m-1.7-2c3.9-.6 8-.3 11.5 1.5a9.5 9.5 0 015.1 5.7c.6 2.2 0 4.5-1.3 6.3-2.1 2.6-5.4 4-8.7 4.5-3.7.5-7.6.3-11-1.2-2.5-1-4.8-3-5.7-5.6A7.1 7.1 0 0175 5C77 2.2 80.5.8 84 .3M29.4 1c2.9-.9 6-1 9-.7 3.3.4 6.8 1.2 9.2 3.5 3 2.7 3.2 7.8.5 10.7a15.5 15.5 0 01-9.6 4c-3.2.4-6.6.3-9.6-1-1.9-.7-3.4-2-4.8-3.4l3.3-2c2 3 5.7 4.5 9.2 4.2 1.9-.2 3.7-1 4.9-2.5.7-1 1-2.2 1-3.3H32.5V7.8l10.2.2A6.2 6.2 0 0040 3.7a8.5 8.5 0 00-6.8-1C31 3.2 29 4.4 27.4 6l-3.3-1.9c1.5-1.4 3.3-2.5 5.3-3.2M121 4.7v9.1c1.6 0 3.5-.2 4.7-1.5 1.7-1.8 1.5-5-.4-6.5a6.3 6.3 0 00-4.3-1.1m-10.4 1c-2.3 1.6-2.3 5.4 0 7 1.1 1 2.7 1.2 4.2 1.1V4.7c-1.5 0-3 0-4.2 1m4-5.7h6.6v2.4c3.2 0 6.5.2 9.3 1.8 1.9 1 3 3 3 5.1 0 2-1.2 3.9-3 4.9-2.7 1.6-6 1.9-9.3 2a425.8 425.8 0 000 2.5 905.3 905.3 0 00-6.7 0 81.2 81.2 0 010-2.6c-3.5 0-7.4-.3-10.3-2.6-2.6-2.2-2.6-6.7.1-8.7 3-2.2 6.7-2.4 10.2-2.4V0'/%3E%3Cpath fill='%23DC2F34' d='M151.4 28.7h8.4l6.8 11.9c.2.4.3.8.7 1l8-13h5.3L166 53c-.3.4-.5 1-1 1.2h-6.2l4.4-5.6-11.8-19.8m-30 0h7.4V39h12.5V28.7h7.4V54h-7.4V42.8h-12.5V54h-7.4V28.7M66.7 50.9h7c1.5-.1 2.7-1.4 3-2.8.5-1.5.5-3.2-.3-4.6-.6-1.1-2-1.7-3.2-1.8h-6.5V51m-7.4-22.2h22.3V32h-15v6.5H74c2.4 0 5 .4 7 1.7a7 7 0 011.4 11.2 12 12 0 01-8 2.7h-15V28.7M183.8 31c2.7-2.1 6.2-3.1 9.7-3.2 3.2-.2 6.4.4 9.3 1.6v3.8c-2.8-1.2-6-2-9-1.5-2 .3-4 1.2-5.2 2.7-1.6 1.8-2 4.3-2 6.6-.1 2.5.4 5.2 2 7.2a8.5 8.5 0 005.8 2.8c3 .3 6-.5 8.8-1.8v3.8a21.2 21.2 0 01-14.2.9c-3.3-1-6.4-3-8.2-5.9a13.3 13.3 0 01-1.6-9.7 12 12 0 014.6-7.3m-83.3.2a7 7 0 00-5 4.2 16.5 16.5 0 00-.9 8.6c.3 2.6 1.6 5.3 4 6.5 3 1.6 7.3 1 9.4-1.8 1.7-2.2 2-5.2 2-7.9s-.6-5.6-2.5-7.6a7.6 7.6 0 00-7-2M99.1 28c4.2-.5 8.8 0 12.5 2.2 3 1.7 5 4.7 5.7 8 .8 3.7.2 7.9-2 11-2.3 3.1-6 4.9-9.7 5.4-4 .6-8.2.3-11.9-1.5-3-1.5-5.4-4.3-6.4-7.6-1-3.8-.7-8 1.4-11.4 2.2-3.5 6.3-5.5 10.4-6m143-.2c.9-.6 1.6-1.7 2.7-2 .4.3.2.7 0 1l-1.6 2 .1 8.7-.7.2c-.6-2.2-1.2-4.5-2.2-6.5a167.2 167.2 0 01-20.7 18.3c-8.8 6.6-18.5 12.1-28.8 16.2-14.7 5.9-30.5 9-46.3 9.8a192 192 0 01-68-8.3c-7.1-2.3-14.2-4.9-21-8.3l8.5 2.6a236.7 236.7 0 0068.3 9.2c11.5 0 23.1-.7 34.5-2.6a132.4 132.4 0 0073-37.3c-2.1-1-4.5-1.4-6.8-2l.1-.7 9-.3'/%3E%3C/g%3E%3C/svg%3E"); }

.promoaeroflotbonus-text em { color: #ff7b00; font-style: inherit; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .promoaeroflotbonus-text em { border-radius: 3px; border: 1px solid #ff7b00; padding: 0 4px 2px; }

.promoaeroflotbonus-button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: white; display: inline-block; font-size: 16px; font-weight: 500; text-decoration: none; }

[dir] .promoaeroflotbonus-button { border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.6); cursor: pointer; padding: 9px 20px; }

.promoaeroflotbonus-close { height: 30px; box-sizing: border-box; position: relative; width: 30px; z-index: 1; position: absolute; top: 12px; }

[dir] .promoaeroflotbonus-close { background: white; border-radius: 50%; border: 2px solid rgba(133, 135, 139, 0.2); cursor: pointer; text-align: center; background: transparent; border: 2px solid rgba(255, 255, 255, 0.3); }

[dir=ltr] .promoaeroflotbonus-close { right: 20px; }

[dir=rtl] .promoaeroflotbonus-close { left: 20px; }

.promoaeroflotbonus-close::before, .promoaeroflotbonus-close::after { content: ''; position: absolute; top: 50%; }

[dir] .promoaeroflotbonus-close::before, [dir] .promoaeroflotbonus-close::after { background: #85878b; }

[dir=ltr] .promoaeroflotbonus-close::before, [dir=ltr] .promoaeroflotbonus-close::after { transform-origin: 0 0; transform: rotate(45deg) translate(-50%, -50%); left: 50%; }

[dir=rtl] .promoaeroflotbonus-close::before, [dir=rtl] .promoaeroflotbonus-close::after { transform-origin: 100% 0; transform: rotate(-45deg) translate(50%, -50%); right: 50%; }

.promoaeroflotbonus-close::before { height: 3px; width: 14px; }

.promoaeroflotbonus-close::after { height: 14px; width: 3px; }

[dir] .promoaeroflotbonus-close-icon { margin-top: 9px; }

.promoaeroflotbonus-close-icon-path { fill: rgba(0, 0, 0, 0.6); }

[dir] .promoaeroflotbonus-close::before, [dir] .promoaeroflotbonus-close::after { background: white; }

.zen-spoiler-button { display: flex; align-items: baseline; }

.zen-spoiler-button-tiny { font-size: 14px; }

[dir] .zen-spoiler-button-tiny { padding: 0 12px; }

[dir] .zen-spoiler-button-tiny:focus { box-shadow: none; }

.button-view-link svg.zen-spoiler-icon { fill: var(--link); }

.button-view-link:hover svg.zen-spoiler-icon { fill: var(--link-hover); }

.button-view-link:active svg.zen-spoiler-icon { fill: var(--link-active); }

.button-view-link:disabled svg.zen-spoiler-icon { fill: var(--link); opacity: .48; }

.button-view-light svg.zen-spoiler-icon { fill: var(--button-secondary-typo); }

[dir=ltr] .zen-spoiler-icon { margin-right: 8px; margin-left: -4px; }

[dir=rtl] .zen-spoiler-icon { margin-left: 8px; margin-right: -4px; }

.zen-spoiler-right .zen-spoiler-button { flex-direction: row-reverse; justify-content: space-between; width: 100%; }

[dir=ltr] .zen-spoiler-right .zen-spoiler-icon { margin-right: 0; margin-left: 4px; }

[dir=rtl] .zen-spoiler-right .zen-spoiler-icon { margin-left: 0; margin-right: 4px; }

.zen-spoiler-close.zen-spoiler-fold { position: relative; z-index: 2; }

[dir] .zen-spoiler-close.zen-spoiler-fold { background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 50%, white 100%); margin-top: -80px; padding-top: 40px; }

@keyframes switcher { 100% { background-position: 20px 0; } }

.zenswitcher { display: inline-flex; position: relative; }

[dir] .zenswitcher { cursor: pointer; }

.zenswitcher-icon { height: 20px; min-width: 36px; overflow: hidden; position: relative; transition: background-color .16s; width: 36px; }

[dir] .zenswitcher-icon { background-color: #c8c8c8; border-radius: 10px; }

[dir=ltr] .zenswitcher-icon { margin-right: 8px; }

[dir=rtl] .zenswitcher-icon { margin-left: 8px; }

.zenswitcher-icon::before { content: ''; height: 16px; position: absolute; width: 16px; top: 2px; }

[dir] .zenswitcher-icon::before { background-color: white; border-radius: 8px; }

[dir=ltr] .zenswitcher-icon::before { left: 2px; transition: left .16s; }

[dir=rtl] .zenswitcher-icon::before { right: 2px; transition: right .16s; }

[dir] .zenswitcher-input:checked + .zenswitcher-icon { background-color: #70c546; }

[dir=ltr] .zenswitcher-input:checked + .zenswitcher-icon::before { left: 18px; }

[dir=rtl] .zenswitcher-input:checked + .zenswitcher-icon::before { right: 18px; }

[dir] .zenswitcher-input:focus + .zenswitcher-icon { box-shadow: 0 0 0 2px rgba(15, 93, 228, 0.4); }

[dir] .zenswitcher-pending .zenswitcher-icon { background-color: #c8c8c8; background-size: 20px 20px; }

[dir=ltr] .zenswitcher-pending .zenswitcher-icon { animation: switcher 1s infinite linear; background: linear-gradient(135deg, #b8b8b8 25%, #c8c8c8 25%, #c8c8c8 50%, #b8b8b8 50%, #b8b8b8 75%, #c8c8c8 75%); background-position: 0 0; }

[dir=rtl] .zenswitcher-pending .zenswitcher-icon { animation: switcher 1s infinite linear; background: linear-gradient(-135deg, #b8b8b8 25%, #c8c8c8 25%, #c8c8c8 50%, #b8b8b8 50%, #b8b8b8 75%, #c8c8c8 75%); background-position: 100% 0; }

.zenswitcher-title { font-size: 16px; }

.zenselectionbuttons { display: flex; }

.zenselectionbuttons-item { display: flex; flex: 1; }

.zenselectionbuttons-item-content { align-items: center; box-sizing: border-box; color: var(--text); display: flex; flex: 1; font-size: 16px; font-weight: 500; justify-content: center; line-height: 20px; position: relative; transition: all .16s ease; user-select: none; }

[dir] .zenselectionbuttons-item-content { background-color: var(--palette-white); box-shadow: 0 0 0 1px var(--border); cursor: pointer; padding: 10px 8px 14px; text-align: center; }

.zenselectionbuttons-item-content::before { bottom: 6px; content: ''; display: block; height: 4px; position: absolute; transition: background-color .16s ease; }

[dir] .zenselectionbuttons-item-content::before { background-color: var(--palette-ulight); border-radius: 2px; }

[dir=ltr] .zenselectionbuttons-item-content::before { left: 16px; right: 16px; }

[dir=rtl] .zenselectionbuttons-item-content::before { right: 16px; left: 16px; }

[dir] .zenselectionbuttons-item-content:hover { background-color: var(--palette-ulight); }

[dir] .zenselectionbuttons-item-content:hover::before { background-color: var(--palette-light); }

[dir] .zenselectionbuttons-item-content:active::before { background-color: var(--palette-gray); }

[dir] .zenselectionbuttons-item-input:checked + .zenselectionbuttons-item-content::before { background-color: var(--colored-primary-bg); }

[dir] .zenselectionbuttons-item-input:checked + .zenselectionbuttons-item-content:hover::before { background-color: var(--colored-primary-hover-bg); }

[dir] .zenselectionbuttons-item-input:checked + .zenselectionbuttons-item-content:active::before { background-color: var(--colored-primary-active-bg); }

.zenselectionbuttons-item-input:active + .zenselectionbuttons-item-content, .zenselectionbuttons-item-input:focus + .zenselectionbuttons-item-content { z-index: var(--z-index-tip); }

[dir] .zenselectionbuttons-item-input:active + .zenselectionbuttons-item-content, [dir] .zenselectionbuttons-item-input:focus + .zenselectionbuttons-item-content { box-shadow: 0 0 0 2px var(--focus-outline); }

[dir=ltr] .zenselectionbuttons-item:first-child .zenselectionbuttons-item-content { border-radius: 4px 0 0 4px; }

[dir=rtl] .zenselectionbuttons-item:first-child .zenselectionbuttons-item-content { border-radius: 0 4px 4px 0; }

[dir=ltr] .zenselectionbuttons-item:last-child .zenselectionbuttons-item-content { border-radius: 0 4px 4px 0; }

[dir=rtl] .zenselectionbuttons-item:last-child .zenselectionbuttons-item-content { border-radius: 4px 0 0 4px; }

.zenuploadbutton { display: flex; flex-wrap: wrap; }

.zenuploadbutton-button { position: relative; }

[dir=ltr] .zenuploadbutton-button { margin: 0 8px 8px 0; padding-left: 40px; }

[dir=rtl] .zenuploadbutton-button { margin: 0 0 8px 8px; padding-right: 40px; }

.zenuploadbutton-button::before { content: ''; height: 14px; position: absolute; top: 12px; width: 16px; }

[dir] .zenuploadbutton-button::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 14'%3E%3Cpath fill='%23ffdc82' d='M8 5.7c-.6 0-1.2.2-1.6.7-.5.4-.8 1-.8 1.7 0 .6.3 1.2.8 1.7.4.5 1 .7 1.7.7.6 0 1.2-.2 1.7-.7.4-.5.7-1 .7-1.7s-.3-1.3-.7-1.7c-.5-.5-1-.7-1.7-.7z'/%3E%3Cpath fill='%23ffdc82' fill-rule='evenodd' d='M13.9 2.2c.6 0 1 .2 1.5.6.4.4.6 1 .6 1.5v7.5a2 2 0 01-.6 1.6 2 2 0 01-1.5.6H2a2 2 0 01-1.5-.6 2 2 0 01-.6-1.6V4.3c0-.6.2-1 .6-1.5a2 2 0 011.5-.6H4L4.4 1c.1-.3.3-.5.6-.7l.9-.3H10l.9.3c.3.2.5.4.6.7l.4 1.2h1.9zM8 11.8c1 0 2-.3 2.6-1 .8-.8 1.1-1.7 1.1-2.7A3.6 3.6 0 008 4.3c-1 0-2 .4-2.6 1.1-.8.8-1.1 1.6-1.1 2.7A3.6 3.6 0 008 11.9z' clip-rule='evenodd'/%3E%3C/svg%3E"); background-size: cover; }

[dir=ltr] .zenuploadbutton-button::before { left: 15px; }

[dir=rtl] .zenuploadbutton-button::before { right: 15px; }

.zenuploadbutton-button.button-disabled { pointer-events: none; }

.zenuploadbutton-button.button-loading::before { content: none; }

.zenuploadbutton-view { align-items: center; display: flex; height: 40px; justify-content: center; position: relative; width: 40px; }

[dir] .zenuploadbutton-view { border-radius: 6px; cursor: pointer; }

[dir=ltr] .zenuploadbutton-view { margin-right: 8px; }

[dir=rtl] .zenuploadbutton-view { margin-left: 8px; }

.zenuploadbutton-view::before { bottom: 0; content: ''; pointer-events: none; position: absolute; top: 0; }

[dir] .zenuploadbutton-view::before { background-color: rgba(41, 47, 55, 0.6); border-radius: 6px; }

[dir=ltr] .zenuploadbutton-view::before { left: 0; right: 0; }

[dir=rtl] .zenuploadbutton-view::before { right: 0; left: 0; }

.zenuploadbutton-view-counter { color: white; font-size: 16px; line-height: 19px; pointer-events: none; position: absolute; }

.zenuploadbutton-view-image { height: 40px; width: 40px; }

[dir] .zenuploadbutton-view-image { border-radius: 6px; }

.zenuploadbuttonimages { bottom: 0; position: fixed; top: 0; z-index: 21; align-items: center; color: #292f37; display: flex; justify-content: center; z-index: 23; }

[dir] .zenuploadbuttonimages { padding-top: 24px; }

[dir=ltr] .zenuploadbuttonimages { left: 0; right: 0; }

[dir=rtl] .zenuploadbuttonimages { right: 0; left: 0; }

@media (max-width: 680px) { .zenuploadbuttonimages { overflow: auto; -webkit-overflow-scrolling: touch; } }

@media (max-width: 680px) { [dir] .zenuploadbuttonimages { padding: 0; } }

.zenuploadbuttonimages-hidden { display: none; }

.zenuploadbuttonimages-shadow { bottom: 0; position: fixed; top: 0; z-index: 21; z-index: 0; }

[dir] .zenuploadbuttonimages-shadow { background-color: rgba(41, 47, 55, 0.4); }

[dir=ltr] .zenuploadbuttonimages-shadow { left: 0; right: 0; }

[dir=rtl] .zenuploadbuttonimages-shadow { right: 0; left: 0; }

@media (max-width: 680px) { .zenuploadbuttonimages-shadow { overflow: auto; -webkit-overflow-scrolling: touch; } }

@media (max-width: 680px) { [dir] .zenuploadbuttonimages-shadow { background-color: rgba(41, 47, 55, 0.8); } }

.zenuploadbuttonimages-inner { box-sizing: border-box; display: flex; flex-direction: column; max-height: 80vh; position: relative; width: 462px; z-index: 1; }

[dir] .zenuploadbuttonimages-inner { background-color: white; border-radius: 8px; box-shadow: 0 6px 20px rgba(153, 146, 139, 0.2); }

[dir=ltr] .zenuploadbuttonimages-inner { padding: 20px 4px 24px 24px; }

[dir=rtl] .zenuploadbuttonimages-inner { padding: 20px 24px 24px 4px; }

@media (max-width: 680px) { [dir] .zenuploadbuttonimages-inner { margin: 0 12px; padding: 20px 16px; } }

.zenuploadbuttonimages-close { height: 16px; position: absolute; top: 20px; width: 16px; }

[dir] .zenuploadbuttonimages-close { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23868686' d='M11.6 10l5.1-5.2a1.1 1.1 0 00-1.5-1.6L10 8.4 4.8 3.2a1.1 1.1 0 00-1.6 0 1.1 1.1 0 000 1.6L8.4 10l-5.2 5.2a1.1 1.1 0 000 1.6 1.1 1.1 0 001.6 0l5.2-5.2 5.2 5.2a1.1 1.1 0 001.5-1.6L11.6 10z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; cursor: pointer; }

[dir=ltr] .zenuploadbuttonimages-close { right: 24px; }

[dir=rtl] .zenuploadbuttonimages-close { left: 24px; }

@media (max-width: 680px) { .zenuploadbuttonimages-close { top: -28px; } [dir] .zenuploadbuttonimages-close { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23ffffff' d='M11.6 10l5.1-5.2a1.1 1.1 0 00-1.5-1.6L10 8.4 4.8 3.2a1.1 1.1 0 00-1.6 0 1.1 1.1 0 000 1.6L8.4 10l-5.2 5.2a1.1 1.1 0 000 1.6 1.1 1.1 0 001.6 0l5.2-5.2 5.2 5.2a1.1 1.1 0 001.5-1.6L11.6 10z'/%3E%3C/svg%3E"); } [dir=ltr] .zenuploadbuttonimages-close { right: 0; } [dir=rtl] .zenuploadbuttonimages-close { left: 0; } }

.zenuploadbuttonimages-title { font-size: 28px; font-weight: 700; line-height: 32px; }

[dir] .zenuploadbuttonimages-title { margin-bottom: 24px; }

@media (max-width: 680px) { [dir] .zenuploadbuttonimages-title { margin-bottom: 20px; } }

.zenuploadbuttonimages-list { display: flex; flex-wrap: wrap; overflow-x: hidden; overflow-y: auto; }

.zenuploadbuttonimages-item { position: relative; }

[dir] .zenuploadbuttonimages-item { margin-bottom: 12px; }

[dir=ltr] .zenuploadbuttonimages-item { margin-right: 12px; }

[dir=rtl] .zenuploadbuttonimages-item { margin-left: 12px; }

[dir=ltr] .zenuploadbuttonimages-item:nth-child(3n) { margin-right: auto; }

[dir=rtl] .zenuploadbuttonimages-item:nth-child(3n) { margin-left: auto; }

@media (max-width: 680px) { .zenuploadbuttonimages-item { width: 48%; } [dir=ltr] .zenuploadbuttonimages-item { margin-right: 4%; } [dir=rtl] .zenuploadbuttonimages-item { margin-left: 4%; }
  [dir=ltr] .zenuploadbuttonimages-item:nth-child(2n) { margin-right: 0; }
  [dir=rtl] .zenuploadbuttonimages-item:nth-child(2n) { margin-left: 0; }
  [dir=ltr] .zenuploadbuttonimages-item:nth-child(3n) { margin-right: auto; }
  [dir=rtl] .zenuploadbuttonimages-item:nth-child(3n) { margin-left: auto; } }

.zenuploadbuttonimages-item-image { display: block; height: 130px; object-fit: cover; width: 130px; }

[dir] .zenuploadbuttonimages-item-image { border-radius: 4px; }

@media (max-width: 680px) { .zenuploadbuttonimages-item-image { width: 100%; } }

.zenuploadbuttonimages-item-restore { bottom: 0; position: absolute; top: 0; }

[dir] .zenuploadbuttonimages-item-restore { background-color: rgba(255, 255, 255, 0.88); padding: 0 8px; }

[dir=ltr] .zenuploadbuttonimages-item-restore { left: 0; right: 0; }

[dir=rtl] .zenuploadbuttonimages-item-restore { right: 0; left: 0; }

.zenuploadbuttonimages-item-restore-text { font-size: 14px; font-weight: 500; }

[dir] .zenuploadbuttonimages-item-restore-text { margin-bottom: 22px; margin-top: 56px; text-align: center; }

.zenuploadbuttonimages-item-restore-link { font-size: 14px; font-weight: 500; }

[dir] .zenuploadbuttonimages-item-restore-link { text-align: center; }

[dir=ltr] .zenuploadbutton-popuptip { margin: 11px 0 0 3px; }

[dir=rtl] .zenuploadbutton-popuptip { margin: 11px 3px 0 0; }

.zenuploadbutton-popuptip-bold { font-weight: 700; }

[dir] .zenuploadbuttonimages-button { margin-top: 20px; }

[dir=ltr] .zenuploadbuttonimages-button { margin-right: 20px; }

[dir=rtl] .zenuploadbuttonimages-button { margin-left: 20px; }

@media (max-width: 680px) { [dir] .zenuploadbuttonimages-button { margin-top: 16px; } [dir=ltr] .zenuploadbuttonimages-button { margin-right: 0; } [dir=rtl] .zenuploadbuttonimages-button { margin-left: 0; } }

.zentooltip { display: flex; align-items: center; justify-content: center; position: absolute; z-index: 23; }

[dir] .zentooltip { padding: 16px 20px; }

.zentooltip-title { color: white; font-size: 20px; font-weight: 500; line-height: 24px; }

@media (max-width: 680px) { .zentooltip-title { display: none; } }

.zentooltip-popup { bottom: 0; position: fixed; top: 0; }

[dir] .zentooltip-popup { padding: 36px 20px 0; }

[dir=ltr] .zentooltip-popup { left: 0; right: 0; }

[dir=rtl] .zentooltip-popup { right: 0; left: 0; }

.zentooltip-hint { opacity: 0; transition: all .16s ease; }

.zentooltip-underlay { bottom: 0; opacity: .95; position: absolute; top: 0; }

[dir] .zentooltip-underlay { background-color: var(--palette-black); }

[dir=ltr] .zentooltip-underlay { left: 0; right: 0; }

[dir=rtl] .zentooltip-underlay { right: 0; left: 0; }
.zentooltip-hint .zentooltip-underlay { border-radius: 8px; }

.zentooltip-hint .zentooltip-underlay::before { background-color: var(--palette-black); border-radius: 2px; content: ''; height: 12px; opacity: 1; pointer-events: none; position: absolute; transform: rotate(45deg); width: 12px; z-index: -1; }

.zentooltip.center-top .zentooltip-underlay::before { bottom: -5px; right: calc(50% - 12px); }

.zentooltip.center-bottom .zentooltip-underlay::before { top: -5px; right: calc(50% - 12px); }

.zentooltip.top-right .zentooltip-underlay::before { bottom: -5px; left: 18px; }

.zentooltip.top-left .zentooltip-underlay::before { bottom: -5px; right: 18px; }

.zentooltip.bottom-right .zentooltip-underlay::before { top: -5px; left: 18px; }

.zentooltip.bottom-left .zentooltip-underlay::before { top: -5px; right: 18px; }

.zentooltip.left-bottom .zentooltip-underlay::before { top: 18px; right: -5px; }

.zentooltip.left-top .zentooltip-underlay::before { bottom: 15px; right: -8px; }

.zentooltip.right-bottom .zentooltip-underlay::before { top: 18px; left: -5px; }

.zentooltip.right-top .zentooltip-underlay::before { bottom: 18px; left: -5px; }
.zentooltip-content { position: relative; }

.zentooltip-child { color: #292f37; }

[dir] .zentooltip-child { background-color: white; border-radius: 6px; margin: auto; padding: 20px; }

@media (max-width: 680px) { .zentooltip-child { overflow-y: auto; } }

.zentooltip-child > div { max-width: 360px; }

@media (max-width: 680px) { .zentooltip-hint { max-height: 76vh; } }

.zentooltip-hint .zentooltip-child { color: white; }

[dir] .zentooltip-hint .zentooltip-child { background-color: transparent; padding: 0; }

.zentooltip-close { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23ffffff' fill-opacity='.8' d='M11.6 10l5.1-5.2a1.1 1.1 0 00-1.5-1.6L10 8.4 4.8 3.2a1.1 1.1 0 00-1.6 0 1.1 1.1 0 000 1.6L8.4 10l-5.2 5.2a1.1 1.1 0 000 1.6 1.1 1.1 0 001.6 0l5.2-5.2 5.2 5.2a1.1 1.1 0 001.5-1.6L11.6 10z'/%3E%3C/svg%3E"); height: 20px; position: absolute; top: -30px; width: 20px; }

[dir] .zentooltip-close { cursor: pointer; }

[dir=ltr] .zentooltip-close { right: 0; }

[dir=rtl] .zentooltip-close { left: 0; }

.zentooltip-hint .zentooltip-close { top: 0; }

.zentooltip-hint .zentexttip { max-width: 240px; }

[dir] .zentooltip-child .zenpopup-rate-misc-room-type, [dir] .zentooltip-child .zen-popup-ratemeal, [dir] .zentooltip-child .zen-popup-ratecancellation, [dir] .zentooltip-child .zen-popup-ratepayment, [dir] .zentooltip-child .zen-popup-checkincheckout { background-color: transparent; padding: 0; }

.zentooltip-child .zenpopup-rate-misc-room-type div, .zentooltip-child .zenpopup-rate-misc-room-type p, .zentooltip-child .zen-popup-ratemeal div, .zentooltip-child .zen-popup-ratemeal p, .zentooltip-child .zen-popup-ratecancellation div, .zentooltip-child .zen-popup-ratecancellation p, .zentooltip-child .zen-popup-ratepayment div, .zentooltip-child .zen-popup-ratepayment p, .zentooltip-child .zen-popup-checkincheckout div, .zentooltip-child .zen-popup-checkincheckout p { color: white; }

.zentooltip-popup .zentooltip-child .zenpopup-rate-misc-room-type div, .zentooltip-popup .zentooltip-child .zenpopup-rate-misc-room-type p, .zentooltip-popup .zentooltip-child .zen-popup-ratemeal div, .zentooltip-popup .zentooltip-child .zen-popup-ratemeal p, .zentooltip-popup .zentooltip-child .zen-popup-ratecancellation div, .zentooltip-popup .zentooltip-child .zen-popup-ratecancellation p, .zentooltip-popup .zentooltip-child .zen-popup-ratepayment div, .zentooltip-popup .zentooltip-child .zen-popup-ratepayment p, .zentooltip-popup .zentooltip-child .zen-popup-checkincheckout div, .zentooltip-popup .zentooltip-child .zen-popup-checkincheckout p { color: #292f37; }

.zentooltip-child .zen-popup-ratepayment .zen-popup-ratepayment-paragraph-mail { color: white; }

.zentooltip-popup .zentooltip-child .zen-popup-ratepayment .zen-popup-ratepayment-paragraph-mail { color: #292f37; }

.zentooltipimage { overflow: hidden; position: relative; }

[dir] .zentooltipimage { border-radius: 5px; margin: 4px 0; }

[dir] .zentooltip-popup .zentooltipimage { margin: -20px; }

.zentooltipimage-loader { align-items: center; bottom: 0; display: flex; justify-content: center; position: absolute; top: 0; }

[dir=ltr] .zentooltipimage-loader { left: 0; right: 0; }

[dir=rtl] .zentooltipimage-loader { right: 0; left: 0; }

.zentooltip-popup .zentooltipimage-loader .zendotsloader-dot { opacity: .3; }

[dir] .zentooltip-popup .zentooltipimage-loader .zendotsloader-dot { background-color: black; }

.zentooltipimage-content { display: block; }

.zentooltip-popup .zentooltipimage-content { width: 100%; }

.zentooltipimage-content-loading { visibility: hidden; }

/* React tooltip*/
.react-tooltip-lite { color: white; opacity: .9; }
[dir] .react-tooltip-lite { background-color: #2d3137; border-radius: 6px; }

.react-tooltip-lite-arrow { opacity: .9; }

[dir] .react-tooltip-lite-arrow { border-color: #2d3137; }

.zendropdownselections { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; overflow: hidden; width: 312px; }

[dir] .zendropdownselections { background-color: white; border-radius: 8px; box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3); }

[dir] .zendropdownselections-add-wrapper { padding: 20px 0 0; }

.zendropdownselections-add { display: flex; flex-direction: column; }

.zendropdownselections-add-title { font-size: 20px; font-weight: 700; line-height: 24px; }

[dir] .zendropdownselections-add-title { margin: 0 20px 20px; }

[dir] .zendropdownselections-add-input { margin: 0 20px 12px; }

.zendropdownselections .zenforminput-button-reset { bottom: 8px; top: auto; }

[dir] .zendropdownselections .zenforminput-button-reset { transform: none; }

[dir] .zendropdownselections-add-button { margin: 0 20px; }

.zendropdownselections-add-error { color: white; font-size: 14px; font-weight: 500; }

[dir] .zendropdownselections-add-error { background-color: #ce2121; margin-top: 16px; padding: 8px 20px 12px; }

.zendropdownselections-add-description { color: #868686; font-size: 14px; line-height: 18px; }

[dir] .zendropdownselections-add-description { margin: 20px 20px 12px; }

.zendropdownselections-add-note { color: #868686; font-size: 14px; line-height: 18px; }

[dir] .zendropdownselections-add-note { margin: 0 20px 20px; }

.zendropdownselections-add-message { position: relative; }

[dir] .zendropdownselections-add-message { padding: 120px 20px 100px; text-align: center; }

.zendropdownselections-add-message span { color: #53af24; font-size: 16px; font-weight: 700; line-height: 22px; }

.zendropdownselections-add-message::before { content: ''; height: 12px; position: absolute; top: 76px; width: 18px; }

[dir] .zendropdownselections-add-message::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14'%3E%3Cpath fill='%2353af24' d='M6.5 12.1l.8.8c.3.3.8.3 1.2 0L18.9 2.4c.3-.3.3-.8 0-1.1l-.8-.8a.8.8 0 00-1.1 0L7.9 9.6 2.7 4.4a.8.8 0 00-1.2 0l-.8.8c-.3.3-.3.8 0 1.1l5.8 5.8z'/%3E%3C/svg%3E"); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zendropdownselections-add-message::before { left: 50%; transform: translateX(-50%); }

[dir=rtl] .zendropdownselections-add-message::before { right: 50%; transform: translateX(50%); }

.zendropdownselections-add-message-error span { color: #ce2121; }

.zendropdownselections-add-message-error::before { content: none; }

[dir] .zendropdownselections-rates-item-loader { margin-bottom: 3px; margin-top: 9px; }

[dir=ltr] .zendropdownselections-rates-item-loader { margin-left: 24px; }

[dir=rtl] .zendropdownselections-rates-item-loader { margin-right: 24px; }

.zendropdownselections-loader { display: flex; justify-content: center; }

[dir] .zendropdownselections-loader { padding: 40px 20px; }

[dir] .zendropdownselections-rates-item-loader .zendotsloader-dot, [dir] .zendropdownselections-loader .zendotsloader-dot { background-color: #c4c4c4; }

[dir] .zendropdownselections-rates-input { margin: 16px 20px; }

.zendropdownselections-rates-list { max-height: 180px; overflow-x: hidden; overflow-y: auto; position: relative; }

[dir=ltr] .zendropdownselections-rates-list { margin-left: 20px; }

[dir=rtl] .zendropdownselections-rates-list { margin-right: 20px; }

.zendropdownselections-rates-list-disabled { opacity: .3; pointer-events: none; }

.zendropdownselections-rates-item-wrapper { width: 272px; }

[dir] .zendropdownselections-rates-item-wrapper { border-bottom: 1px solid #e5e5e5; margin-bottom: 8px; padding-bottom: 6px; }

.zendropdownselections-rates-item-wrapper:hover .zendropdownselections-rates-item-link, .zendropdownselections-rates-item-wrapper:focus .zendropdownselections-rates-item-link { color: var(--link); }

.zendropdownselections-rates-item .zencheckbox-text { font-size: 16px; font-weight: 500; line-height: 20px; }

[dir] .zendropdownselections-rates-item .zencheckbox-styled-checkbox { margin-top: 2px; }

.zendropdownselections-rates-item .zenpopuptipcontainer-show { vertical-align: 2px; }

.zendropdownselections-rates-item mark { color: inherit; }

[dir] .zendropdownselections-rates-item mark { background-color: rgba(255, 220, 130, 0.4); }

.zendropdownselections-rates-item-message, .zendropdownselections-rates-item-error, .zendropdownselections-rates-item-link { color: #c8c8c8; display: inline-block; font-size: 14px; font-weight: 500; line-height: 18px; }

[dir] .zendropdownselections-rates-item-message, [dir] .zendropdownselections-rates-item-error, [dir] .zendropdownselections-rates-item-link { margin-top: 4px; }

[dir=ltr] .zendropdownselections-rates-item-message, [dir=ltr] .zendropdownselections-rates-item-error, [dir=ltr] .zendropdownselections-rates-item-link { margin-left: 24px; }

[dir=rtl] .zendropdownselections-rates-item-message, [dir=rtl] .zendropdownselections-rates-item-error, [dir=rtl] .zendropdownselections-rates-item-link { margin-right: 24px; }

.zendropdownselections-rates-item-message { color: #53af24; }

.zendropdownselections-rates-item-error { color: #ce2121; }

.zendropdownselections-rates-item-wrapper .zendropdownselections-rates-item-link:hover, .zendropdownselections-rates-item-wrapper .zendropdownselections-rates-item-link:active { color: var(--link-hover); }

@keyframes flashSkeleton { 0% { opacity: 1; }
  100% { opacity: .4; } }

[dir=ltr] .zendropdownselections-rates-skeleton { animation: flashSkeleton .6s ease-in-out alternate infinite; }

[dir=rtl] .zendropdownselections-rates-skeleton { animation: flashSkeleton .6s ease-in-out alternate infinite; }

.zendropdownselections-rates-skeleton-item { width: 272px; }

[dir] .zendropdownselections-rates-skeleton-item { border-bottom: 1px solid #e5e5e5; margin-bottom: 8px; padding-bottom: 10px; }

.zendropdownselections-rates-skeleton-item-content { align-items: center; display: flex; }

.zendropdownselections-rates-skeleton-item-content-item { height: 16px; width: 16px; }

[dir] .zendropdownselections-rates-skeleton-item-content-item { background-color: #e5e5e5; border-radius: 4px; }

[dir=ltr] .zendropdownselections-rates-skeleton-item-content-item { margin-right: 8px; }

[dir=rtl] .zendropdownselections-rates-skeleton-item-content-item { margin-left: 8px; }

.zendropdownselections-rates-skeleton-item-content-title { height: 10px; width: 136px; }

[dir] .zendropdownselections-rates-skeleton-item-content-title { background-color: #e5e5e5; border-radius: 4px; }

[dir=ltr] .zendropdownselections-rates-skeleton-item-content-title { margin-right: 4px; }

[dir=rtl] .zendropdownselections-rates-skeleton-item-content-title { margin-left: 4px; }

.zendropdownselections-rates-skeleton-item-content-tip { height: 10px; width: 10px; }

[dir] .zendropdownselections-rates-skeleton-item-content-tip { background-color: #e5e5e5; border-radius: 50%; }

.zendropdownselections-rates-skeleton-item-link { height: 10px; width: 136px; }

[dir] .zendropdownselections-rates-skeleton-item-link { background-color: #f4f4f4; border-radius: 4px; margin-top: 8px; }

[dir=ltr] .zendropdownselections-rates-skeleton-item-link { margin-left: 24px; }

[dir=rtl] .zendropdownselections-rates-skeleton-item-link { margin-right: 24px; }

.zendropdownselections-info { display: none; }

[dir] .zendropdownselections-info { background-color: #f4f4f4; border-bottom: 1px solid rgba(134, 134, 134, 0.2); padding: 12px 20px; }

.zendropdownselections-info-show { display: block; }

.zendropdownselections-info-link { color: #868686; display: inline-block; font-size: 16px; font-weight: 500; line-height: 20px; position: relative; transition: color .16s; }

[dir] .zendropdownselections-info-link { cursor: pointer; }

[dir=ltr] .zendropdownselections-info-link { padding-left: 20px; }

[dir=rtl] .zendropdownselections-info-link { padding-right: 20px; }

.zendropdownselections-info-link::before { content: ''; height: 12px; position: absolute; top: 4px; transition: background-image .16s; width: 12px; }

[dir] .zendropdownselections-info-link::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23868686' d='M7 .5c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5V5H.5c-.3 0-.5.2-.5.5v1c0 .3.2.5.5.5H5v4.5c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5V7h4.5c.3 0 .5-.2.5-.5v-1c0-.3-.2-.5-.5-.5H7V.5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zendropdownselections-info-link::before { left: 0; }

[dir=rtl] .zendropdownselections-info-link::before { right: 0; }

.zendropdownselections-info-link:hover { color: #2d3137; }

[dir] .zendropdownselections-info-link:hover::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%232d3137' d='M7 .5c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5V5H.5c-.3 0-.5.2-.5.5v1c0 .3.2.5.5.5H5v4.5c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5V7h4.5c.3 0 .5-.2.5-.5v-1c0-.3-.2-.5-.5-.5H7V.5z'/%3E%3C/svg%3E"); }

.zendropdownselections-back-button { color: #868686; display: none; font-size: 16px; font-weight: 700; line-height: 22px; position: relative; transition: color .16s; }

[dir] .zendropdownselections-back-button { cursor: pointer; margin-top: 16px; }

[dir=ltr] .zendropdownselections-back-button { margin-left: 20px; padding-left: 16px; }

[dir=rtl] .zendropdownselections-back-button { margin-right: 20px; padding-right: 16px; }

.zendropdownselections-back-button::before { content: ''; height: 16px; position: absolute; top: 3px; transition: background-image .16s; width: 16px; }

[dir] .zendropdownselections-back-button::before { background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23868686' d='M4.3 8.8l5.5 5.5a1.1 1.1 0 001.6 0l.2-.2a1.2 1.2 0 000-1.6L7 8l4.5-4.5a1.1 1.1 0 000-1.6l-.2-.2a1.1 1.1 0 00-1.6 0L4.3 7.2a1.1 1.1 0 000 1.6z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zendropdownselections-back-button::before { left: -4px; }

[dir=rtl] .zendropdownselections-back-button::before { right: -4px; }

.zendropdownselections-back-button:hover { color: #2d3137; }

[dir] .zendropdownselections-back-button:hover::before { background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232d3137' d='M4.3 8.8l5.5 5.5a1.1 1.1 0 001.6 0l.2-.2a1.2 1.2 0 000-1.6L7 8l4.5-4.5a1.1 1.1 0 000-1.6l-.2-.2a1.1 1.1 0 00-1.6 0L4.3 7.2a1.1 1.1 0 000 1.6z'/%3E%3C/svg%3E"); }

.zendropdownselections-back-button-show { display: block; }

.zendropdownselections-instructions { color: #868686; display: none; font-size: 16px; font-weight: 500; line-height: 20px; position: relative; transition: color .16s; }

[dir] .zendropdownselections-instructions { background-color: #f4f4f4; cursor: pointer; padding: 12px 20px 16px; }

.zendropdownselections-instructions::after { content: ''; height: 14px; position: absolute; top: 16px; transition: background-image .16s; width: 14px; }

[dir] .zendropdownselections-instructions::after { background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23868686' class='cls-1' d='M8.8 11.6L14.3 6a1.1 1.1 0 000-1.6l-.2-.2a1.1 1.1 0 00-1.6 0L8 8.8 3.5 4.3a1.1 1.1 0 00-1.6 0l-.2.2a1.1 1.1 0 000 1.6l5.5 5.5a1.2 1.2 0 001.6 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zendropdownselections-instructions::after { right: 20px; }

[dir=rtl] .zendropdownselections-instructions::after { left: 20px; }

.zendropdownselections-instructions:hover { color: #2d3137; }

[dir] .zendropdownselections-instructions:hover::after { background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232d3137' class='cls-1' d='M8.8 11.6L14.3 6a1.1 1.1 0 000-1.6l-.2-.2a1.1 1.1 0 00-1.6 0L8 8.8 3.5 4.3a1.1 1.1 0 00-1.6 0l-.2.2a1.1 1.1 0 000 1.6l5.5 5.5a1.2 1.2 0 001.6 0z'/%3E%3C/svg%3E"); }

.zendropdownselections-instructions-opened { color: #2d3137; font-weight: 700; }

[dir] .zendropdownselections-instructions-opened::after { background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232d3137' class='cls-1' d='M8.8 11.6L14.3 6a1.1 1.1 0 000-1.6l-.2-.2a1.1 1.1 0 00-1.6 0L8 8.8 3.5 4.3a1.1 1.1 0 00-1.6 0l-.2.2a1.1 1.1 0 000 1.6l5.5 5.5a1.2 1.2 0 001.6 0z'/%3E%3C/svg%3E"); }

[dir=ltr] .zendropdownselections-instructions-opened::after { transform: rotate(180deg); }

[dir=rtl] .zendropdownselections-instructions-opened::after { transform: rotate(-180deg); }

.zendropdownselections-instructions-show { display: block; }

.zendropdownselections-instructions-inner { display: none; font-size: 14px; font-weight: 500; line-height: 18px; }

[dir] .zendropdownselections-instructions-inner { padding-top: 6px; }

.zendropdownselections-instructions-opened .zendropdownselections-instructions-inner { display: block; }

[dir=ltr] .zendropdownselections-instructions-list { padding-left: 20px; }

[dir=rtl] .zendropdownselections-instructions-list { padding-right: 20px; }

[dir] .zendropdownselections-instructions-item { margin-top: 6px; }

.zendropdownselections-instructions-blog { display: inline-block; position: relative; }

[dir] .zendropdownselections-instructions-blog { margin-top: 8px; }

[dir=ltr] .zendropdownselections-instructions-blog { margin-left: 20px; }

[dir=rtl] .zendropdownselections-instructions-blog { margin-right: 20px; }

.zendropdownselections-instructions-blog::after { content: ''; height: 12px; position: absolute; top: 2px; transition: background-image .16s; width: 12px; }

[dir] .zendropdownselections-instructions-blog::after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234086e4' fill-rule='evenodd' clip-rule='evenodd' d='M0 4.7C0 3.2 1.2 2 2.7 2h3.1v1.4H2.7c-.7 0-1.3.6-1.3 1.3v4.6c0 .7.6 1.3 1.3 1.3h4.6c.7 0 1.3-.6 1.3-1.3V6.2H10v3.1c0 1.5-1.2 2.7-2.7 2.7H2.7A2.7 2.7 0 010 9.3V4.7z'/%3E%3Cpath fill='%234086e4' d='M9.6 1.4H6.3V0H12v5.7h-1.4V2.4L4.3 8.7l-1-1 6.3-6.3z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zendropdownselections-instructions-blog::after { right: -18px; }

[dir=rtl] .zendropdownselections-instructions-blog::after { left: -18px; }

[dir] .zendropdownselections-instructions-blog:hover::after, [dir] .zendropdownselections-instructions-blog:focus::after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ce2121' fill-rule='evenodd' clip-rule='evenodd' d='M0 4.7C0 3.2 1.2 2 2.7 2h3.1v1.4H2.7c-.7 0-1.3.6-1.3 1.3v4.6c0 .7.6 1.3 1.3 1.3h4.6c.7 0 1.3-.6 1.3-1.3V6.2H10v3.1c0 1.5-1.2 2.7-2.7 2.7H2.7A2.7 2.7 0 010 9.3V4.7z'/%3E%3Cpath fill='%23ce2121' d='M9.6 1.4H6.3V0H12v5.7h-1.4V2.4L4.3 8.7l-1-1 6.3-6.3z'/%3E%3C/svg%3E"); }

[dir] .zendropdownselections-instructions-blog:active::after { background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ce2121' fill-rule='evenodd' clip-rule='evenodd' d='M0 4.7C0 3.2 1.2 2 2.7 2h3.1v1.4H2.7c-.7 0-1.3.6-1.3 1.3v4.6c0 .7.6 1.3 1.3 1.3h4.6c.7 0 1.3-.6 1.3-1.3V6.2H10v3.1c0 1.5-1.2 2.7-2.7 2.7H2.7A2.7 2.7 0 010 9.3V4.7z'/%3E%3Cpath fill='%23ce2121' d='M9.6 1.4H6.3V0H12v5.7h-1.4V2.4L4.3 8.7l-1-1 6.3-6.3z'/%3E%3C/svg%3E"); }

[dir=ltr] .zendropdownselections-rates-search-empty { padding: 4px 20px 72px 0; }

[dir=rtl] .zendropdownselections-rates-search-empty { padding: 4px 0 72px 20px; }

.zendropdownselections-rates-search-empty-title, .zendropdownselections-rates-search-empty-description { color: #868686; font-size: 14px; font-weight: 500; line-height: 18px; }

[dir] .zendropdownselections-rates-search-empty-title, [dir] .zendropdownselections-rates-search-empty-description { margin-bottom: 8px; }

.zendropdown { position: absolute; z-index: 22; }

/* Kebab */
.zendropdownkebab { overflow: hidden; position: relative; }
[dir] .zendropdownkebab { border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3); }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.zendropdownkebab-item-faded { align-items: center; bottom: 0; color: #008900; display: flex; font-size: 16px; justify-content: center; position: absolute; top: 0; }

[dir] .zendropdownkebab-item-faded { background: white; }

[dir=ltr] .zendropdownkebab-item-faded { animation: fadeIn .16s ease-in; left: 0; right: 0; }

[dir=rtl] .zendropdownkebab-item-faded { animation: fadeIn .16s ease-in; right: 0; left: 0; }

.zendropdownkebab-item { align-items: flex-end; box-sizing: border-box; color: #2d3137; display: flex; font-size: 16px; font-weight: 500; height: 36px; white-space: nowrap; }

[dir] .zendropdownkebab-item { background-color: white; cursor: pointer; padding: 8px 16px; }

[dir] .zendropdownkebab-item:hover { background-color: #f4f4f4; }

.zendropdownkebab-item-hidden { display: none; }

.zendropdownkebab-rate-info { position: absolute; }

[dir=ltr] .zendropdownkebab-rate-info { left: 9999px; }

[dir=rtl] .zendropdownkebab-rate-info { right: 9999px; }

.zencontrolpins { align-items: center; display: flex; justify-content: center; list-style: none; min-height: 11px; }

.zencontrolpins-item { height: 0; position: relative; transition: all .5s; width: 0; }

[dir] .zencontrolpins-item { border-radius: 50%; cursor: pointer; margin: 0; }

.zencontrolpins-item::before { content: ''; height: 0; position: absolute; top: 3px; transition: all .5s; width: 0; }

[dir] .zencontrolpins-item::before { background-color: #85878b; border-radius: 50%; }

[dir=ltr] .zencontrolpins-item::before { left: 3px; }

[dir=rtl] .zencontrolpins-item::before { right: 3px; }

.zencontrolpins-item-visible { height: 11px; width: 11px; }

[dir=ltr] .zencontrolpins-item-visible { margin-right: 12px; }

[dir=rtl] .zencontrolpins-item-visible { margin-left: 12px; }

.zencontrolpins-item-visible::before { width: 5px; height: 5px; }

.zencontrolpins-item-side::before { height: 3px; top: 4px; width: 3px; }

[dir=ltr] .zencontrolpins-item-side::before { left: 4px; }

[dir=rtl] .zencontrolpins-item-side::before { right: 4px; }

.zencontrolpins-item-active::before { height: 7px; top: 2px; width: 7px; }

[dir] .zencontrolpins-item-active::before { background-color: #ffdc82; }

[dir=ltr] .zencontrolpins-item-active::before { left: 2px; }

[dir=rtl] .zencontrolpins-item-active::before { right: 2px; }

/*********** HELPERS * */
.zen-reactheader { position: relative; z-index: 2; }
[dir] .zen-reactheader { background-color: white; }

.zen-authpane { color: #292f37; }

[dir=ltr] .zen-authpane { text-align: left; }

[dir=rtl] .zen-authpane { text-align: right; }

.zen-authpane-link-wrapper { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #85878b; font-size: 15px; font-weight: 500; }

[dir=ltr] .zen-authpane-link-wrapper { margin: 5px 15px 15px 9px; }

[dir=rtl] .zen-authpane-link-wrapper { margin: 5px 9px 15px 15px; }

.zen-authpane-link-active { color: #292f37; }

[dir] .zen-authpane-link-active { cursor: default; }

[dir] .zen-authpane-link-separator { margin: 0 6px; }

.zen-authpane-form-signup-legal { color: #85878b; font-size: 12px; }

[dir] .zen-authpane-form-signup-legal { margin-bottom: 15px; }

.zen-authpane-form-signup-legal-link { color: #85878b; font-size: 12px; font-weight: 400; }

.zen-authpane-signin-error-message { box-sizing: border-box; color: #be0000; font-size: 15px; }

[dir] .zen-authpane-signin-error-message { background: #fff8dd; margin-bottom: 20px; padding: 10px 20px; text-align: center; }

[dir] .zen-authpane-signin-field:not(:last-child) { margin-bottom: 6px; }

.zen-authpane-kind-social-wrapper { position: relative; }

[dir] .zen-authpane-kind-social-wrapper { margin-bottom: 6px; text-align: center; }

.zen-authpane-kind-social-wrapper::before { content: ''; display: block; height: 1px; position: absolute; top: 9px; width: 100%; }

[dir] .zen-authpane-kind-social-wrapper::before { background: #e0e0e1; }

[dir=ltr] .zen-authpane-kind-social-wrapper::before { left: 0; }

[dir=rtl] .zen-authpane-kind-social-wrapper::before { right: 0; }

.zen-authpane-kind-social-buttons { align-items: center; display: flex; justify-content: space-around; }

.zen-authpane-kind-title { color: #868686; display: inline-block; font-size: 12px; font-weight: 500; position: relative; }

[dir] .zen-authpane-kind-title { background: white; margin-bottom: 16px; padding: 0 8px; }

.zen-authpane-remind-loading, .zen-authpane-signup-loading { bottom: 0; opacity: .99; position: absolute; top: 0; z-index: 1; }

[dir] .zen-authpane-remind-loading, [dir] .zen-authpane-signup-loading { background: rgba(255, 255, 255, 0.7) url(/img/2023/spinner-grey-3.gif) 50% 50% no-repeat; }

[dir=ltr] .zen-authpane-remind-loading, [dir=ltr] .zen-authpane-signup-loading { left: 0; right: 0; }

[dir=rtl] .zen-authpane-remind-loading, [dir=rtl] .zen-authpane-signup-loading { right: 0; left: 0; }

.zen-authpane-signup-field, .zen-authpane-remind-form-field { position: relative; }

.zen-authpane-signin-buttons, .zen-authpane-remind-form-buttons { align-items: center; display: flex; }

[dir] .zen-authpane-signin-buttons, [dir] .zen-authpane-remind-form-buttons { margin-bottom: 12px; margin-top: 15px; }

.zen-authpane-signin-submit-button, .zen-authpane-remind-form-submit-button { width: 187px; }

.zen-authpane-signup-button { width: 100%; }

[dir] .zen-authpane-signup-button { margin: 10px 0 20px; }

.zen-authpane-signin-reset-button, .zen-authpane-remind-form-reset-button { outline: none; width: 70px; }

[dir=ltr] .zen-authpane-signin-reset-button, [dir=ltr] .zen-authpane-remind-form-reset-button { margin-left: 12px; text-align: left; }

[dir=rtl] .zen-authpane-signin-reset-button, [dir=rtl] .zen-authpane-remind-form-reset-button { margin-right: 12px; text-align: right; }

.zen-authpane-remind-header { position: relative; }

.zen-authpane-remind-header-close { height: 26px; position: absolute; top: -6px; width: 26px; }

[dir] .zen-authpane-remind-header-close { border-radius: 50%; border: 2px solid #eef1f4; cursor: pointer; }

[dir=ltr] .zen-authpane-remind-header-close { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); right: 0; }

[dir=rtl] .zen-authpane-remind-header-close { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); left: 0; }

[dir] .zen-authpane-remind-header-close:hover { background: rgba(133, 135, 139, 0.2); border: 2px solid rgba(133, 135, 139, 0.2); }

.zen-authpane-remind-header-close::before, .zen-authpane-remind-header-close::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-authpane-remind-header-close::before, [dir] .zen-authpane-remind-header-close::after { background: rgba(133, 135, 139, 0.2); }

[dir=ltr] .zen-authpane-remind-header-close::before, [dir=ltr] .zen-authpane-remind-header-close::after { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

[dir=rtl] .zen-authpane-remind-header-close::before, [dir=rtl] .zen-authpane-remind-header-close::after { right: 50%; -webkit-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); }

.zen-authpane-remind-header-close::before { height: 2px; width: 12px; }

.zen-authpane-remind-header-close::after { height: 12px; width: 2px; }

.zen-authpane-remind-header-close:hover::before, .zen-authpane-remind-header-close:hover::after { content: ''; position: absolute; top: 50%; }

[dir] .zen-authpane-remind-header-close:hover::before, [dir] .zen-authpane-remind-header-close:hover::after { background: white; }

[dir=ltr] .zen-authpane-remind-header-close:hover::before, [dir=ltr] .zen-authpane-remind-header-close:hover::after { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

[dir=rtl] .zen-authpane-remind-header-close:hover::before, [dir=rtl] .zen-authpane-remind-header-close:hover::after { right: 50%; -webkit-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); }

.zen-authpane-remind-header-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; font-weight: 500; }

[dir=ltr] .zen-authpane-remind-header-title { margin: 5px 15px 15px 9px; }

[dir=rtl] .zen-authpane-remind-header-title { margin: 5px 9px 15px 15px; }

.zen-authpane-remind-response { box-sizing: border-box; width: 245px; }

[dir] .zen-authpane-remind-response { margin: 20px 0 30px; padding: 0 13px; }

[dir] .zen-authpane-remind-response-text { margin-bottom: 5px; }

[dir] .zenforminput-size-xs .zenforminput-inner { padding: 8px; }

[dir=ltr] .zenforminput-size-xs.zenforminput-has-button .zenforminput-inner { padding-right: 32px; }

[dir=rtl] .zenforminput-size-xs.zenforminput-has-button .zenforminput-inner { padding-left: 32px; }

[dir=ltr] .zenforminput-size-xs.zenforminput-has-additional-button .zenforminput-inner { padding-left: 36px; }

[dir=rtl] .zenforminput-size-xs.zenforminput-has-additional-button .zenforminput-inner { padding-right: 36px; }

.zenforminput-size-xs .zenforminput-title { font-size: 16px; }

[dir] .zenforminput-size-xs .zenforminput-title { margin-bottom: 8px; }

[dir] .zenforminput-size-s .zenforminput-inner { padding: 10px 8px; }

[dir=ltr] .zenforminput-size-s.zenforminput-has-button .zenforminput-inner { padding-right: 32px; }

[dir=rtl] .zenforminput-size-s.zenforminput-has-button .zenforminput-inner { padding-left: 32px; }

[dir=ltr] .zenforminput-size-s.zenforminput-has-additional-button .zenforminput-inner { padding-left: 36px; }

[dir=rtl] .zenforminput-size-s.zenforminput-has-additional-button .zenforminput-inner { padding-right: 36px; }

.zenforminput-size-s .zenforminput-title { font-size: 16px; }

[dir] .zenforminput-size-s .zenforminput-title { margin-bottom: 8px; }

[dir] .zenforminput-size-m .zenforminput-inner { padding: 3px 12px 5px; }

[dir=ltr] .zenforminput-size-m.zenforminput-has-button .zenforminput-inner { padding-right: 36px; }

[dir=rtl] .zenforminput-size-m.zenforminput-has-button .zenforminput-inner { padding-left: 36px; }

[dir=ltr] .zenforminput-size-m.zenforminput-has-additional-button .zenforminput-inner { padding-left: 40px; }

[dir=rtl] .zenforminput-size-m.zenforminput-has-additional-button .zenforminput-inner { padding-right: 40px; }

.zenforminput-size-m .zenforminput-title { font-size: 12px; }

[dir] .zenforminput-size-m .zenforminput-title { margin-bottom: 1px; }

[dir] .zenforminput-size-l .zenforminput-inner { padding: 4px 16px 10px; }

[dir=ltr] .zenforminput-size-l.zenforminput-has-button .zenforminput-inner { padding-right: 40px; }

[dir=rtl] .zenforminput-size-l.zenforminput-has-button .zenforminput-inner { padding-left: 40px; }

[dir=ltr] .zenforminput-size-l.zenforminput-has-additional-button .zenforminput-inner { padding-left: 44px; }

[dir=rtl] .zenforminput-size-l.zenforminput-has-additional-button .zenforminput-inner { padding-right: 44px; }

.zenforminput-size-l .zenforminput-title { font-size: 12px; }

[dir] .zenforminput-size-l .zenforminput-title { margin-bottom: 5px; }

[dir] .zenforminput-error .zenforminput-inner, [dir] .zenforminput-error .zenforminput-inner:hover, [dir] .zenforminput-error .zenforminput-inner:focus-within { box-shadow: 0 0 0 3px rgba(206, 33, 33, 0.4), 0 0 0 1px #ce2121; }

.zenforminput-error .zenforminput-control { color: #ce2121; }

[dir] .zenforminput-disabled .zenforminput-inner, [dir] .zenforminput-disabled .zenforminput-inner:hover, [dir] .zenforminput-disabled .zenforminput-inner:focus-within { background-color: #f4f4f4; box-shadow: 0 0 0 1px rgba(45, 49, 55, 0.15); }

.zenforminput-disabled .zenforminput-title { color: #afafaf; }

.zenforminput-disabled .zenforminputcontrol { -webkit-text-fill-color: #afafaf; color: #afafaf; opacity: 1; }

.zenforminput-disabled .zenformcardexpirationinputcontrol-item:first-child::before { color: #afafaf; }

.zenforminput-inner { display: block; position: relative; transition: box-shadow .16s ease; }

[dir] .zenforminput-inner { background-color: white; border-radius: 4px; box-shadow: 0 0 0 1px rgba(45, 49, 55, 0.15); }

[dir] .zenforminput-inner:hover { box-shadow: 0 0 0 1px var(--field-hover-border); }

[dir] .zenforminput-inner:focus-within { box-shadow: 0 0 0 1px var(--field-active-border), 0 0 0 3px var(--focus-outline); }

.zenforminput-title-wrapper { display: inline-flex; max-width: 100%; }

[dir=rtl] .zenforminput-title-wrapper { direction: rtl; }

.zenforminput-title { color: #2d3137; font-weight: 500; line-height: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zenforminput-tip { z-index: 2; }

[dir] .zenforminput-tip { margin-top: -2px; }

[dir=ltr] .zenforminput-tip { margin-left: 8px; }

[dir=rtl] .zenforminput-tip { margin-right: 8px; }

.zenforminputcontrol { color: #2d3137; font-size: 16px; font-weight: 500; line-height: 1.25; outline: 0; width: 100%; }

[dir] .zenforminputcontrol { background-color: transparent; }

.zenforminputcontrol::placeholder { color: #afafaf; }
.zenformcardexpirationinputcontrol { display: flex; }

.zenformcardexpirationinputcontrol-item:first-child { flex-shrink: 0; margin-right: 10px; position: relative; width: 20px; }

.zenformcardexpirationinputcontrol-item:first-child::before { content: '/'; font-size: 16px; font-weight: 600; position: absolute; right: -6px; }
.zenforminput-button { position: absolute; top: 50%; }
[dir] .zenforminput-button { background-size: contain; background-repeat: no-repeat; transform: translateY(-50%); }
[dir=ltr] .zenforminput-button { right: 12px; }
[dir=rtl] .zenforminput-button { left: 12px; }

[dir=ltr] .zenforminput-additional-button { left: 12px; right: auto; }

[dir=rtl] .zenforminput-additional-button { right: 12px; left: auto; }

.zenforminput-button-password { content: ''; height: 12px; position: absolute; top: 45%; width: 24px; z-index: 1; }

[dir] .zenforminput-button-password { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 20 20'%3E%3Cpath fill='%234086e4' d='M21.7 10.2l-1.2-1.4.8-1a1.1 1.1 0 00-.2-1.6 1 1 0 00-1.5.2 11.8 11.8 0 01-19.4 0 1 1 0 00-1.4-.2 1.1 1.1 0 00-.2 1.5l.8 1.1-1 1.2a1.1 1.1 0 00-.1 1.5 1 1 0 001.5 0L1 10.5 3.3 12l-.8 2.2c-.2.6 0 1.2.6 1.5h.4a1 1 0 001-.7l.7-2.1c1.2.4 2.4.7 3.7.8v2.2a1 1 0 001 1.1c.6 0 1-.5 1-1v-2.3a13.6 13.6 0 003.5-.7l.8 2c.2.4.6.6 1 .6h.4c.5-.3.8-1 .5-1.5l-.8-2a14 14 0 002.7-1.8l1.2 1.4c.2.2.5.3.7.3.3 0 .6 0 .8-.3a1.1 1.1 0 000-1.5'/%3E%3C/svg%3E") no-repeat; cursor: pointer; }

[dir=ltr] .zenforminput-button-password { right: 10px; }

[dir=rtl] .zenforminput-button-password { left: 10px; }

.zenforminput-button-password.zenforminput-button-active { content: ''; height: 12px; position: absolute; top: 45%; width: 24px; z-index: 1; }

[dir] .zenforminput-button-password.zenforminput-button-active { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 20 20'%3E%3Cpath fill='%234086e4' d='M11.5 6.4a4 4 0 110 8 4 4 0 010-8zm.1-6.4c.6 0 1 .5 1 1.1v1.6c1.3.1 2.6.4 3.7.8L17 2a1 1 0 011-.7h.4c.5.2.8.9.6 1.4l-.7 1.6c.9.4 1.7 1 2.4 1.6l.8-.7c.2-.2.5-.3.7-.3.3 0 .6 0 .8.3a1.1 1.1 0 010 1.6l-.8.6.9 1.1a1.1 1.1 0 01-.3 1.6 1 1 0 01-1.4-.3 11.8 11.8 0 00-9.7-5c-3.9 0-7.4 1.8-9.7 5a1 1 0 01-1.5.3 1.1 1.1 0 01-.2-1.6l.9-1-.7-.8a1.1 1.1 0 010-1.5 1 1 0 011.5 0l.7.7a14 14 0 012.6-1.8l-.6-1.4c-.2-.5 0-1.2.5-1.4l.5-.1c.4 0 .8.2 1 .6l.6 1.5a13.6 13.6 0 013.4-.7V1.1c0-.6.4-1.1 1-1.1z'/%3E%3C/svg%3E") no-repeat; cursor: pointer; }

[dir=ltr] .zenforminput-button-password.zenforminput-button-active { right: 10px; }

[dir=rtl] .zenforminput-button-password.zenforminput-button-active { left: 10px; }

.zenforminput-button-ostrovok_dreams_rub { height: 18px; width: 18px; }

[dir] .zenforminput-button-ostrovok_dreams_rub { background-image: url("data:image/svg+xml,%3Csvg fill='%23ff6464' width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 8.3a.5.5 0 01-.6-.5c0-.3.3-.5.6-.5 1 0 2-.9 2-2 0-.2.2-.5.5-.5s.5.3.5.6a3 3 0 01-3 3zm6.5.5L9 8.6h-.3v-.2c-.3 0-.6-.3-.8-.4-.2-.2.5-.6.6-.7.2-.1.2-.5 0-.6-.5-.3-1.8-1.1-2.3-2C5.8 3.5 7 1 8.6.4A6.9 6.9 0 006.7 0C3 0 0 3 0 6.5S3 13 6.7 13c2.9 0 5.4-1.8 6.3-4.3-.6.3-3 .8-3.8 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

.zenforminput-button-zenhotels_points_eur { height: 18px; width: 18px; }

[dir] .zenforminput-button-zenhotels_points_eur { background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 1.3a22.6 22.6 0 016-.8c1.8 0 3.6.3 5.5.8a2.8 2.8 0 012 2 22.2 22.2 0 01.7 5.8 20 20 0 01-.7 5.4 2.8 2.8 0 01-2 2c-1.9.5-3.7.7-5.5.7a22.6 22.6 0 01-6-.8 2.8 2.8 0 01-2-1.9 20 20 0 01.1-11.2 2.8 2.8 0 012-2zm9.8 4.8a.1.1 0 000-.2l-6-1.6a.1.1 0 00-.2 0l-.3 1.2a.1.1 0 000 .1l3.4 1-5 5a.1.1 0 000 .2l6.1 1.7a.1.1 0 00.1-.1l.4-1.2a.1.1 0 00-.1 0l-3.4-1a.1.1 0 010-.1l5-5z' fill='%235c77cc'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

.zenforminput-button-ostrovok_aeroflot_miles_rub { height: 16px; width: 25px; }

[dir] .zenforminput-button-ostrovok_aeroflot_miles_rub { background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2.5h2.9v8h7.7l-1 2.6h-6.7v1.4h6.1l-1 2.6h-5.1v5.7h-3V7.4l-4 8.3h-2.7l-4-8.3v13.4h-3v-5.7H3.4l-1-2.6h6.2v-1.4H1.7l-1-2.6h7.8v-8h2.8L16.8 12z' fill='%2302458d'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zenforminput-button-ostrovok_aeroflot_miles_rub { right: 8px; }

[dir=rtl] .zenforminput-button-ostrovok_aeroflot_miles_rub { left: 8px; }

.zenforminput-button-enter { height: 22px; width: 22px; }

[dir] .zenforminput-button-enter { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='24' height='24' x='-2' y='-2' fill='%23ffdc82' fill-rule='nonzero' rx='2'/%3E%3Cpath fill='%23FFF' d='M7 14l1.8 1.8a1 1 0 01-1.4 1.4l-3.6-3.5a1 1 0 010-1.4l3.6-3.5a1 1 0 011.4 1.4L7 12h7V5a1 1 0 012 0v8a1 1 0 01-1 1H7z'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; border-radius: 2px; cursor: pointer; }

.zenforminput-button-place { height: 18px; width: 18px; }

[dir] .zenforminput-button-place { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20v20H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='rgba(45,49,55,0.8)' fill-rule='nonzero' d='M11.7 14v6.2a1 1 0 11-2 0V14a7 7 0 011-14 7 7 0 011 14zm-1-1.8a5 5 0 100-10 5 5 0 000 10z' mask='url(%23b)' transform='rotate(-45 10.65 10.65)'/%3E%3C/g%3E%3C/svg%3E"); cursor: pointer; }

[dir] .zenforminput-button-place:hover { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20v20H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%232d3137' fill-rule='nonzero' d='M11.7 14v6.2a1 1 0 11-2 0V14a7 7 0 011-14 7 7 0 011 14zm-1-1.8a5 5 0 100-10 5 5 0 000 10z' mask='url(%23b)' transform='rotate(-45 10.65 10.65)'/%3E%3C/g%3E%3C/svg%3E"); }

.zenforminput-button-reset { display: none; height: 16px; position: absolute; top: 50%; width: 16px; opacity: .6; }

[dir] .zenforminput-button-reset { background-image: url(/img/2023/reset.svg); cursor: pointer; transform: translateY(-50%); }

[dir=ltr] .zenforminput-button-reset { right: 12px; }

[dir=rtl] .zenforminput-button-reset { left: 12px; }

.zenforminput-button-reset:hover { opacity: 1; }

.zenforminput-button-amex { height: 24px; width: 48px; }

[dir] .zenforminput-button-amex { background-image: url(/img/2023/cardlogos/amex.svg); }

.zenforminput-button-dinersclub { height: 24px; width: 48px; }

[dir] .zenforminput-button-dinersclub { background-image: url(/img/2023/cardlogos/dinersclub.svg); }

.zenforminput-button-discover { height: 24px; width: 48px; }

[dir] .zenforminput-button-discover { background-image: url(/img/2023/cardlogos/discover.svg); }

.zenforminput-button-jcb { height: 24px; width: 48px; }

[dir] .zenforminput-button-jcb { background-image: url(/img/2023/cardlogos/jcb.svg); }

.zenforminput-button-maestro { height: 24px; width: 48px; }

[dir] .zenforminput-button-maestro { background-image: url(/img/2023/cardlogos/maestro.svg); }

.zenforminput-button-mastercard { height: 24px; width: 48px; }

[dir] .zenforminput-button-mastercard { background-image: url(/img/2023/cardlogos/mastercard.svg); background-position: center; }

.zenforminput-button-mir { height: 24px; width: 48px; }

[dir] .zenforminput-button-mir { background-image: url(/img/2023/cardlogos/mir.svg); }

.zenforminput-button-visa { height: 24px; width: 48px; }

[dir] .zenforminput-button-visa { background-image: url(/img/2023/cardlogos/visa.svg); }
[dir=rtl] .zenforminput-button-amex, [dir=rtl] .zenforminput-button-dinersclub, [dir=rtl] .zenforminput-button-discover, [dir=rtl] .zenforminput-button-jcb, [dir=rtl] .zenforminput-button-maestro, [dir=rtl] .zenforminput-button-mastercard, [dir=rtl] .zenforminput-button-mir, [dir=rtl] .zenforminput-button-visa { right: 12px; }
.zenforminput-button-reset.zenforminput-button-active { display: block; }

.zenforminput-errormessage { color: #ce2121; font-size: 12px; line-height: 18px; }

[dir] .zenforminput-errormessage { margin-top: 4px; }

[dir=ltr] .zenforminput-errormessage { margin-left: 12px; }

[dir=rtl] .zenforminput-errormessage { margin-right: 12px; }

.zenforminput-errormessage-value { white-space: nowrap; }

.zensuggestinput { position: relative; }

.zensuggestinput-dropdown-wrapper { box-sizing: border-box; max-height: 300px; overflow-y: auto; position: absolute; width: calc(100% + 2px); z-index: 4; }

[dir] .zensuggestinput-dropdown-wrapper { background: white; border-radius: 0 0 5px 5px; border: 1px solid rgba(133, 135, 139, 0.2); box-shadow: 0 2px 8px 0 rgba(133, 135, 139, 0.2); cursor: pointer; }

[dir=ltr] .zensuggestinput-dropdown-wrapper { left: -1px; }

[dir=rtl] .zensuggestinput-dropdown-wrapper { right: -1px; }

.zensuggestinput-dropdown-option { align-items: center; display: flex; font-size: 16px; font-weight: 500; }

[dir] .zensuggestinput-dropdown-option { padding: 8px 16px; }

[dir] .zensuggestinput-dropdown-option:hover { background-color: rgba(255, 220, 130, 0.4); }

.zenpersonsuggest-dropdown-option-email { overflow: hidden; text-overflow: ellipsis; }

[dir] .zensuggestinput-dropdown-option-active { background-color: rgba(255, 220, 130, 0.4); }

.zensuggestinput-dropdown-option-extra { position: relative; }

[dir] .zensuggestinput-dropdown-option-extra { background: #fff8dd; }

.zensuggestinput-dropdown-option-extra:hover { color: inherit; }

[dir] .zensuggestinput-dropdown-option-extra:hover { background: #fff8dd; }

.zensuggestinput-dropdown-option-cancel { height: 16px; position: absolute; top: 7px; width: 16px; z-index: 1; }

[dir] .zensuggestinput-dropdown-option-cancel { background: rgba(133, 135, 139, 0.2); border-radius: 50%; cursor: pointer; }

[dir=ltr] .zensuggestinput-dropdown-option-cancel { right: 8px; }

[dir=rtl] .zensuggestinput-dropdown-option-cancel { left: 8px; }

.zensuggestinput-dropdown-option-cancel::before, .zensuggestinput-dropdown-option-cancel::after { content: ''; position: absolute; top: 50%; }

[dir] .zensuggestinput-dropdown-option-cancel::before, [dir] .zensuggestinput-dropdown-option-cancel::after { background: #fff8dd; }

[dir=ltr] .zensuggestinput-dropdown-option-cancel::before, [dir=ltr] .zensuggestinput-dropdown-option-cancel::after { transform-origin: 0 0; transform: rotate(45deg) translate(-50%, -50%); left: 50%; }

[dir=rtl] .zensuggestinput-dropdown-option-cancel::before, [dir=rtl] .zensuggestinput-dropdown-option-cancel::after { transform-origin: 100% 0; transform: rotate(-45deg) translate(50%, -50%); right: 50%; }

.zensuggestinput-dropdown-option-cancel::before { height: 3px; width: 12px; }

.zensuggestinput-dropdown-option-cancel::after { height: 12px; width: 3px; }

.zensuggestinput-arrow::after { content: ''; position: absolute; top: 20px; width: 16px; height: 10px; }

[dir] .zensuggestinput-arrow::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%234086e4' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); background-repeat: no-repeat; cursor: pointer; }

[dir=ltr] .zensuggestinput-arrow::after { right: 12px; }

[dir=rtl] .zensuggestinput-arrow::after { left: 12px; }

[dir] .zensuggestinput-arrow-open::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M9.1 5.4c.5-.5 1.3-.5 1.8 0l6.2 6.1c.4.5.4 1.3 0 1.8l-.2.2c-.5.5-1.3.5-1.8 0l-5.1-5-5 5c-.6.5-1.4.5-1.9 0l-.1-.2c-.5-.5-.5-1.3 0-1.8L9 5.4z'/%3E%3C/defs%3E%3Cuse fill='%234086e4' transform='translate(-2 -5)' xlink:href='%23a'/%3E%3C/svg%3E"); }

.zensuggestinput-arrow-disabled::after { pointer-events: none; }

[dir] .zensuggestinput-arrow-disabled::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%237a9cd8' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); }

[dir] .zenpersonsuggest-dropdown-option { padding: 8px 16px; }

[dir] .zenpersonsuggest-dropdown-option:hover { background-color: rgba(255, 220, 130, 0.4); }

[dir] .zenpersonsuggest-dropdown-option-active { background-color: rgba(255, 220, 130, 0.4); }

.zenpersonsuggest-dropdown-option-name { font-size: 16px; font-weight: 400; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zenpersonsuggest-dropdown-option-name-match { font-weight: 600; }

.zenpersonsuggest-dropdown-option-email-match { height: 20px; font-size: 14px; font-weight: 500; }

.zenpersonsuggest-dropdown-option-email-rest { height: 20px; font-size: 14px; color: #868686; }

.zenmetrosuggest-dropdown-option { position: relative; }

[dir=ltr] .zenmetrosuggest-dropdown-option { padding: 8px 32px 8px 16px; }

[dir=rtl] .zenmetrosuggest-dropdown-option { padding: 8px 16px 8px 32px; }

[dir] .zenmetrosuggest-dropdown-option:hover { background-color: rgba(255, 220, 130, 0.4); }

[dir] .zenmetrosuggest-dropdown-option-active { background-color: rgba(255, 220, 130, 0.4); }

.zenmetrosuggest-dropdown-option-color { height: 8px; position: absolute; top: 50%; width: 8px; }

[dir] .zenmetrosuggest-dropdown-option-color { border-radius: 50%; transform: translateY(-50%); }

[dir=ltr] .zenmetrosuggest-dropdown-option-color { right: 16px; }

[dir=rtl] .zenmetrosuggest-dropdown-option-color { left: 16px; }

iframe#op-popup { display: none !important; }

.zenforminput-required .zenforminput-title::after { content: '*'; color: #ce2121; }

.zenformtextarea { height: 100%; }

[dir] .zenformtextarea-error .zenformtextarea-inner, [dir] .zenformtextarea-error .zenformtextarea-inner:hover, [dir] .zenformtextarea-error .zenformtextarea-inner:focus-within { box-shadow: 0 0 0 3px rgba(206, 33, 33, 0.4), 0 0 0 1px #ce2121; }

.zenformtextarea-error .zenformtextareacontrol { color: #ce2121; }

[dir] .zenformtextarea-disabled .zenformtextarea-inner, [dir] .zenformtextarea-disabled .zenformtextarea-inner:hover, [dir] .zenformtextarea-disabled .zenformtextarea-inner:focus-within { background-color: #f4f4f4; box-shadow: 0 0 0 1px rgba(45, 49, 55, 0.15); }

.zenformtextarea-disabled .zenformtextarea-title { color: #afafaf; }

.zenformtextarea-disabled .zenformtextareacontrol { -webkit-text-fill-color: #afafaf; color: #afafaf; opacity: 1; }

.zenformtextarea-required .zenformtextarea-title::after { content: '*'; color: #ce2121; }

.zenformtextarea-inner { box-sizing: border-box; display: block; display: flex; flex-direction: column; height: 100%; position: relative; }

[dir] .zenformtextarea-inner { background-color: white; border-radius: 4px; box-shadow: 0 0 0 1px rgba(45, 49, 55, 0.15); padding: 5px 0; }

.zenformtextarea-inner:hover { z-index: 1; }

[dir] .zenformtextarea-inner:hover { box-shadow: 0 0 0 1px var(--field-hover-border); }

.zenformtextarea-inner:focus-within { z-index: 1; }

[dir] .zenformtextarea-inner:focus-within { box-shadow: 0 0 0 1px var(--field-active-border), 0 0 0 3px var(--focus-outline); }

.zenformtextarea-title-wrapper { display: inline-flex; max-width: 100%; }

[dir] .zenformtextarea-title-wrapper { padding: 0 16px; }

.zenformtextarea-title { color: #2d3137; font-size: 12px; font-weight: 500; line-height: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

[dir] .zenformtextarea-title { margin-bottom: 1px; }

.zenformtextarea-tip { z-index: 2; }

[dir] .zenformtextarea-tip { margin-top: 1px; }

[dir=ltr] .zenformtextarea-tip { margin-left: 8px; }

[dir=rtl] .zenformtextarea-tip { margin-right: 8px; }

.zenformtextarea-control { height: 100%; }

.zenformtextareacontrol { box-sizing: border-box; color: #2d3137; flex-grow: 1; font-size: 16px; font-weight: 500; height: 100%; line-height: 1.25; outline: 0; resize: none; width: 100%; }

[dir] .zenformtextareacontrol { background-color: transparent; padding: 0 16px; }

.zenformtextareacontrol::placeholder { color: #afafaf; }

.zenformtextarea-errormessage { color: #ce2121; font-size: 12px; line-height: 1.5; }

[dir] .zenformtextarea-errormessage { margin-top: 3px; }

[dir=ltr] .zenformtextarea-errormessage { margin-left: 17px; }

[dir=rtl] .zenformtextarea-errormessage { margin-right: 17px; }

.zenformselectgroup { display: flex; list-style: none; }

.zenformselectgroup-item { width: 200px; }

[dir=ltr] .zenformselectgroup-item:not(:last-child) { margin-right: 16px; }

[dir=rtl] .zenformselectgroup-item:not(:last-child) { margin-left: 16px; }

.zenformselectgroup-item .zenformselect-value, .zenformselectgroup-item .zendropdownlist-item, .zenformselectgroup-item .zencheckbox-text { text-transform: lowercase; }

.zendropdownlist { list-style: none; max-height: 300px; overflow-y: scroll; scrollbar-width: none; }

[dir] .zendropdownlist { background-color: var(--block-bg); border-radius: 4px; box-shadow: 0 2px 12px 0 var(--shadow); padding: 4px 0; }

.zendropdownlist::-webkit-scrollbar { display: none; }

.zendropdownlist-item { position: relative; }

[dir] .zendropdownlist-item { cursor: pointer; }

[dir=ltr] .zendropdownlist-item { padding: 8px 32px 8px 16px; }

[dir=rtl] .zendropdownlist-item { padding: 8px 16px 8px 32px; }

[dir] .zendropdownlist-item:hover { background-color: var(--dropdown-selected-bg); }

.zendropdownlist-item-text { font-size: 16px; font-weight: 500; line-height: 20px; pointer-events: none; }

.zendropdownlist-item-description { font-size: 14px; font-weight: 400; line-height: 18px; pointer-events: none; }

[dir] .zendropdownlist-item-description { margin-top: 2px; }

.zendropdownlist-item-active::before { content: ''; height: 16px; position: absolute; top: 50%; width: 16px; }

[dir] .zendropdownlist-item-active::before { background: url("data:image/svg+xml,%3Csvg width='11.03' height='8.07' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23292f37' d='M10.7.3a1.1 1.1 0 00-1.6 0l-5 5.1-2.2-2.1A1.1 1.1 0 00.3 4.8l3 3a1 1 0 00.3.2A1.1 1.1 0 005 7.8l5.8-5.9a1.1 1.1 0 000-1.6z'/%3E%3C/svg%3E") 50% 50% no-repeat; transform: translateY(-50%); }

[dir=ltr] .zendropdownlist-item-active::before { right: 12px; }

[dir=rtl] .zendropdownlist-item-active::before { left: 12px; }

[dir] .zendropdownlist-item-selected { background-color: var(--dropdown-selected-bg); }

.zendropdowncheckboxgroup { list-style: none; max-height: 300px; overflow-y: scroll; scrollbar-width: none; }

[dir] .zendropdowncheckboxgroup { background-color: white; border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3); padding: 12px 16px; }

.zendropdowncheckboxgroup::-webkit-scrollbar { display: none; }

.zendropdowncheckboxgroup-item { align-items: center; display: flex; justify-content: space-between; }

[dir] .zendropdowncheckboxgroup-item:not(:last-child) { margin-bottom: 8px; }

.zendropdowncheckboxgroup-item::after { color: #868686; font-size: 14px; }

[dir=ltr] .zendropdowncheckboxgroup-item::after { margin-left: 20px; }

[dir=rtl] .zendropdowncheckboxgroup-item::after { margin-right: 20px; }

.zendropdowncheckboxgroup-item-nomeal::after { content: 'RO'; }

.zendropdowncheckboxgroup-item-breakfast::after { content: 'BB'; }

.zendropdowncheckboxgroup-item-halfBoard::after { content: 'HB'; }

.zendropdowncheckboxgroup-item-fullBoard::after { content: 'FB'; }

.zendropdowncheckboxgroup-item-allInclusive::after { content: 'AI'; }

.zendropdowncheckboxgroup-reset { font-size: 16px; font-weight: 500; }

[dir] .zendropdowncheckboxgroup-reset { margin-top: 12px; }

.zendropdowncheckboxgroups { list-style: none; max-height: 300px; overflow-y: scroll; }

[dir] .zendropdowncheckboxgroups { background-color: white; border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3); padding: 12px 16px; }

.zendropdowncheckboxgroups::-webkit-scrollbar { display: none; }

.zendropdowncheckboxgroups .zendropdowncheckboxgroup { max-height: none; overflow: visible; }

[dir] .zendropdowncheckboxgroups .zendropdowncheckboxgroup { box-shadow: none; padding: 0; }

.zendropdowncheckboxgroups-title { font-size: 12px; line-height: 16px; font-weight: 500; }

[dir] .zendropdowncheckboxgroups-title { margin-bottom: 8px; }

[dir] .zendropdowncheckboxgroups-item:not(:last-child) { padding-bottom: 12px; border-bottom: 1px solid rgba(45, 49, 55, 0.3); margin-bottom: 12px; }

.zenformtextselect { outline: 0; position: relative; }

[dir] .zenformtextselect { cursor: pointer; }

.zenformtextselect-text { color: var(--link); position: relative; text-decoration: none; }

[dir=ltr] .zenformtextselect-text { padding-right: 24px; }

[dir=rtl] .zenformtextselect-text { padding-left: 24px; }

.zenformtextselect-text::before { content: ''; height: 10px; position: absolute; top: 42%; width: 16px; }

[dir] .zenformtextselect-text::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%234086e4' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zenformtextselect-text::before { right: 0; }

[dir=rtl] .zenformtextselect-text::before { left: 0; }

.zenformtextselect:hover .zenformtextselect-text, .zenformtextselect:focus .zenformtextselect-text { color: var(--link-hover); }

[dir] .zenformtextselect:hover .zenformtextselect-text::before, [dir] .zenformtextselect:focus .zenformtextselect-text::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%23ce2121' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); }

.zenformtextselect:active .zenformtextselect-text { color: var(--link-active); }

[dir] .zenformtextselect:active .zenformtextselect-text::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='%23ce2121' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); }

[dir=ltr] .zenformtextselect-active .zenformtextselect-text::before { transform: rotate(180deg); }

[dir=rtl] .zenformtextselect-active .zenformtextselect-text::before { transform: rotate(-180deg); }

.zenformtextselect-disabled, .zenformtextselect-disabled:hover, .zenformtextselect-disabled:focus, .zenformtextselect-disabled:active { color: #292f37; }

[dir] .zenformtextselect-disabled, [dir] .zenformtextselect-disabled:hover, [dir] .zenformtextselect-disabled:focus, [dir] .zenformtextselect-disabled:active { cursor: default; }

[dir=ltr] .zenformselect-size-xs .zenformselect-inner { padding: 7px 9px 7px 7px; }

[dir=rtl] .zenformselect-size-xs .zenformselect-inner { padding: 7px 7px 7px 9px; }

.zenformselect-size-xs .zenformselect-inner::before { bottom: 14px; }

[dir=ltr] .zenformselect-size-xs .zenformselect-inner::before { right: 10px; }

[dir=rtl] .zenformselect-size-xs .zenformselect-inner::before { left: 10px; }

[dir=ltr] .zenformselect-size-s .zenformselect-inner { padding: 9px 9px 9px 7px; }

[dir=rtl] .zenformselect-size-s .zenformselect-inner { padding: 9px 7px 9px 9px; }

.zenformselect-size-s .zenformselect-inner::before { bottom: 16px; }

[dir=ltr] .zenformselect-size-s .zenformselect-inner::before { right: 10px; }

[dir=rtl] .zenformselect-size-s .zenformselect-inner::before { left: 10px; }

[dir=ltr] .zenformselect-size-m .zenformselect-inner { padding: 4px 13px 5px 11px; }

[dir=rtl] .zenformselect-size-m .zenformselect-inner { padding: 4px 11px 5px 13px; }

.zenformselect-size-m .zenformselect-inner::before { bottom: 10px; }

[dir=ltr] .zenformselect-size-m .zenformselect-inner::before { right: 14px; }

[dir=rtl] .zenformselect-size-m .zenformselect-inner::before { left: 14px; }

[dir=ltr] .zenformselect-size-l .zenformselect-inner { padding: 4px 17px 9px 15px; }

[dir=rtl] .zenformselect-size-l .zenformselect-inner { padding: 4px 15px 9px 17px; }

.zenformselect-size-l .zenformselect-inner::before { bottom: 14px; }

[dir=ltr] .zenformselect-size-l .zenformselect-inner::before { right: 18px; }

[dir=rtl] .zenformselect-size-l .zenformselect-inner::before { left: 18px; }

[dir] .zenformselect-size-l .zenformselect-title { margin-bottom: 6px; }

[dir=ltr] .zenformselect-active .zenformselect-inner::before { transform: rotate(180deg); }

[dir=rtl] .zenformselect-active .zenformselect-inner::before { transform: rotate(-180deg); }

[dir] .zenformselect-disabled .zenformselect-inner, [dir] .zenformselect-disabled .zenformselect-inner:hover, [dir] .zenformselect-disabled .zenformselect-inner:focus { cursor: default; box-shadow: 0 0 0 1px var(--field-border); }

.zenformselect-disabled .zenformselect-inner::after, .zenformselect-disabled .zenformselect-inner:hover::after, .zenformselect-disabled .zenformselect-inner:focus::after { bottom: 0; content: ''; display: block; position: absolute; top: 0; }

[dir] .zenformselect-disabled .zenformselect-inner::after, [dir] .zenformselect-disabled .zenformselect-inner:hover::after, [dir] .zenformselect-disabled .zenformselect-inner:focus::after { background-color: var(--disabled-overlay); border-radius: 4px; margin: -1px; }

[dir=ltr] .zenformselect-disabled .zenformselect-inner::after, [dir=ltr] .zenformselect-disabled .zenformselect-inner:hover::after, [dir=ltr] .zenformselect-disabled .zenformselect-inner:focus::after { left: 0; right: 0; }

[dir=rtl] .zenformselect-disabled .zenformselect-inner::after, [dir=rtl] .zenformselect-disabled .zenformselect-inner:hover::after, [dir=rtl] .zenformselect-disabled .zenformselect-inner:focus::after { right: 0; left: 0; }

.zenformselect-required .zenformselect-title::after { content: '*'; color: #ce2121; }

.zenformselect { outline: 0; }

[dir] .zenformselect { padding: 1px; }

.zenformselect-inner { display: block; position: relative; transition: box-shadow .16s; }

[dir] .zenformselect-inner { background-color: var(--field-bg); border-radius: 4px; border: 1px solid transparent; box-shadow: 0 0 0 1px var(--field-border); cursor: pointer; }

.zenformselect-inner::before { content: ''; height: 8px; position: absolute; width: 12px; }

[dir] .zenformselect-inner::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M10.9 14.6l6.2-6.1c.4-.5.4-1.3 0-1.8l-.2-.2a1.3 1.3 0 00-1.8 0l-5.1 5-5-5C4.3 6 3.5 6 3 6.5l-.1.2c-.5.5-.5 1.3 0 1.8l6 6.1c.6.5 1.4.5 2 0'/%3E%3C/defs%3E%3Cuse fill='var(--field-typo)' transform='translate(-2 -6)' xlink:href='%23a'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[dir] .zenformselect-inner:hover { box-shadow: 0 0 0 1px var(--field-hover-border); }

[dir] .zenformselect:focus .zenformselect-inner { box-shadow: 0 0 0 1px var(--field-active-border), 0 0 0 3px var(--focus-outline); }

.zenformselect-title-wrapper { display: inline-flex; max-width: 100%; }

[dir] .zenformselect-title-wrapper { margin-bottom: 2px; }

.zenformselect-title { font-size: 12px; font-weight: 500; line-height: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zenformselect-tip { z-index: 2; }

[dir] .zenformselect-tip { margin-top: 1px; }

[dir=ltr] .zenformselect-tip { margin-left: 8px; }

[dir=rtl] .zenformselect-tip { margin-right: 8px; }

.zenformselect-placeholder, .zenformselect-value { box-sizing: border-box; font-size: 16px; font-weight: 500; line-height: 20px; min-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }

[dir=ltr] .zenformselect-placeholder, [dir=ltr] .zenformselect-value { padding-right: 20px; }

[dir=rtl] .zenformselect-placeholder, [dir=rtl] .zenformselect-value { padding-left: 20px; }

.zenformselect-value-default, .zenformselect-placeholder { color: var(--field-placeholder); }

.zenformselect-dropdown { position: relative; }

.zenregioninfo { box-sizing: border-box; outline: 0; position: relative; }

[dir] .zenregioninfo { background-color: white; border-radius: 6px; cursor: pointer; padding: 8px 16px 12px; }

[dir] .zenregioninfo:focus { box-shadow: 0 0 0 1px var(--field-active-border), 0 0 0 3px var(--focus-outline); }

@media (max-width: 954px) { [dir] .zenregioninfo { padding: 4px 10px; } }

@media (max-width: 680px) { .zenregioninfo { width: 190px; } }

.zenregioninfo-lens { bottom: 12px; content: ''; fill: var(--link); position: absolute; }

[dir=ltr] .zenregioninfo-lens { right: 12px; }

[dir=rtl] .zenregioninfo-lens { left: 12px; }

@media (max-width: 954px) { .zenregioninfo-lens { bottom: 6px; } }

@media (max-width: 680px) { .zenregioninfo-lens { display: none; } }

.zenregioninfo-counter { color: white; font-size: 12px; font-weight: 500; line-height: 12px; position: absolute; top: -4px; }

[dir] .zenregioninfo-counter { background-color: #be0000; border-radius: 10px; padding: 4px 8px; }

[dir=ltr] .zenregioninfo-counter { right: 4px; }

[dir=rtl] .zenregioninfo-counter { left: 4px; }

@media (max-width: 954px) { [dir=ltr] .zenregioninfo-counter { right: -4px; } [dir=rtl] .zenregioninfo-counter { left: -4px; } }
.zenregioninfo-region { direction: ltr; font-size: 16px; font-weight: 500; line-height: 22px; margin-bottom: 2px; margin-right: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zenregioninfo-region-rtl { direction: rtl; }
.zenregioninfo-request { font-size: 13px; line-height: 18px; }

@media (min-width: 681px) and (max-width: 954px) { .zenregioninfo-request { display: flex; flex-wrap: wrap; } [dir=ltr] .zenregioninfo-request { margin-right: 16px; } [dir=rtl] .zenregioninfo-request { margin-left: 16px; } }

@media (min-width: 681px) and (max-width: 954px) { [dir=ltr] .zenregioninfo-dates { margin-right: 4px; } [dir=rtl] .zenregioninfo-dates { margin-left: 4px; }
  .zenregioninfo-dates::after { content: ','; } }

.zenregioninfo-residency { max-width: calc(100% - 10px); }

@media (min-width: 681px) and (max-width: 954px) { [dir=ltr] .zenregioninfo-residency { margin-right: 4px; } [dir=rtl] .zenregioninfo-residency { margin-left: 4px; }
  .zenregioninfo-residency::before { content: ','; }
  [dir=ltr] .zenregioninfo-residency::before { margin-right: 4px; }
  [dir=rtl] .zenregioninfo-residency::before { margin-left: 4px; } }

@media (max-width: 680px) { .zenregioninfo-rooms, .zenregioninfo-residency { display: none; } }

.body-hotels .zenbreadcrumbs { max-width: 1040px; pointer-events: none; }

[dir] .body-hotels .zenbreadcrumbs { padding-bottom: 0; }

[dir=ltr] .body-hotels .zenbreadcrumbs { padding-left: 20px; }

[dir=rtl] .body-hotels .zenbreadcrumbs { padding-right: 20px; }

@media (min-width: 681px) and (max-width: 954px) { [dir] .body-hotels .zenbreadcrumbs { padding: 5px 10px; } }

@media (max-width: 680px) { .body-hotels .zenbreadcrumbs { display: none; } }

.body-hotels.map-open .zenbreadcrumbs-wrapper { max-width: 560px; }

[dir] .body-hotel .zenbreadcrumbs, [dir] .body-adaptive-hotel .zenbreadcrumbs { padding: 0; }

.zenbreadcrumbs { overflow: hidden; position: relative; z-index: 12; }

[dir] .zenbreadcrumbs { border-radius: 6px; padding: 5px 20px 4px; }

@media (min-width: 681px) and (max-width: 1074px) { [dir=ltr] .zenbreadcrumbs { padding-left: 15px; padding-right: 15px; } [dir=rtl] .zenbreadcrumbs { padding-right: 15px; padding-left: 15px; } }

@media (max-width: 680px) { .zenbreadcrumbs { display: none; } }

.zenbreadcrumbs-wrapper { display: flex; height: 35px; overflow: hidden; }

[dir] .zenbreadcrumbs-wrapper { border-radius: 6px; }

.zenbreadcrumbs-item { display: flex; pointer-events: all; position: relative; }

[dir] .zenbreadcrumbs-item { background-color: white; cursor: pointer; }

[dir=ltr] .zenbreadcrumbs-item { padding: 8px 21px 9px 12px; }

[dir=rtl] .zenbreadcrumbs-item { padding: 8px 12px 9px 21px; }

[dir=ltr] .zenbreadcrumbs-item:first-child { border-radius: 6px 0  0 6px; }

[dir=rtl] .zenbreadcrumbs-item:first-child { border-radius: 0 6px  6px 0; }

.zenbreadcrumbs-item:last-child { overflow: hidden; }

[dir=ltr] .zenbreadcrumbs-item:last-child { border-radius: 0 6px 6px 0; }

[dir=rtl] .zenbreadcrumbs-item:last-child { border-radius: 6px 0 0 6px; }

.zenbreadcrumbs-item:not(:last-child)::after { content: ''; height: 10px; position: absolute; top: 13px; width: 6px; }

[dir] .zenbreadcrumbs-item:not(:last-child)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none'%3E%3Cpath fill='%23868686' fill-rule='evenodd' d='M3.5 5L.3 1.8 1.4.7 5.7 5 1.4 9.3.3 8.2 3.5 5z' clip-rule='evenodd'/%3E%3C/svg%3E"); }

[dir=ltr] .zenbreadcrumbs-item:not(:last-child)::after { right: 3px; }

[dir=rtl] .zenbreadcrumbs-item:not(:last-child)::after { transform: rotate(180deg); left: 3px; }

[dir] .zenbreadcrumbs-item:last-child { padding: 8px 12px 9px; }

[dir=ltr] .zenbreadcrumbs-item:last-child { margin-right: 0; }

[dir=rtl] .zenbreadcrumbs-item:last-child { margin-left: 0; }

.zenbreadcrumbs-item-disabled { pointer-events: none; }

[dir] .zenbreadcrumbs-item-disabled { cursor: default; }

.zenbreadcrumbs-item-disabled .zenbreadcrumbs-item-link { color: #292f37; }

.zenbreadcrumbs-item-link { font-size: 14px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zenbreadcrumbs-item-dates { color: #868686; font-size: 12px; line-height: 15px; position: relative; white-space: nowrap; }

[dir] .zenbreadcrumbs-item-dates { padding: 2px 8px 1px; }

[dir=ltr] .zenbreadcrumbs-item-dates { margin-left: 6px; }

[dir=rtl] .zenbreadcrumbs-item-dates { margin-right: 6px; }

@media (min-width: 681px) and (max-width: 1074px) { .zenbreadcrumbs-item-dates { display: none; } }

.zenbreadcrumbs-item-dates::before { content: ''; height: 3px; position: absolute; top: 9px; width: 3px; }

[dir] .zenbreadcrumbs-item-dates::before { background-color: #868686; border-radius: 50%; }

[dir=ltr] .zenbreadcrumbs-item-dates::before { left: 0; }

[dir=rtl] .zenbreadcrumbs-item-dates::before { right: 0; }

.rightaside { width: 100%; }

[dir] .zen-footer-seo { margin: 0 0 120px; }

@media (max-width: 954px) { [dir] .zen-footer-seo { margin: 0 0 50px; } }

.zen-footer-seo-title { color: #85878b; font-size: 15px; line-height: 19px; font-weight: 400; }

[dir] .zen-footer-seo-title { margin-bottom: 10px; }

.zen-footer-seo-content { color: #85878b; display: flex; font-size: 12px; line-height: 15px; }

@media (max-width: 954px) { .zen-footer-seo-content { max-width: 471px; flex-wrap: wrap; } }

[dir=ltr] .zen-footer-seo-column { margin: 0 20px 0 0; }

[dir=rtl] .zen-footer-seo-column { margin: 0 0 0 20px; }

[dir] .zen-footer-seo-column:last-child { margin: 0; }

[dir] .zen-footer-seo-paragraph { margin: 0 0 5px; }

.zen-footer { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; z-index: 1; }

[dir] .zen-footer { background: white; }

[dir=ltr] .zen-footer { text-align: left; }

[dir=rtl] .zen-footer { text-align: right; }

.zen-footer-inner { display: flex; flex-wrap: wrap; max-width: 961px; position: relative; }

[dir] .zen-footer-inner { margin: 0 auto; padding: 0 57px; }

.body-hotel .zen-footer-inner { max-width: 1200px; }

[dir] .body-hotel .zen-footer-inner { padding: 0 20px; }

@media (max-width: 680px) { [dir] .body-hotel .zen-footer-inner { padding: 0 12px; } }

@media (max-width: 954px) { [dir] .zen-footer-inner { padding: 0 20px; } }

@media (min-width: 955px) and (max-width: 1074px) { [dir] .zen-footer-inner { padding: 0 20px; } }

.zen-footer-partners { display: flex; width: 100%; }

[dir] .zen-footer-partners { border-bottom: 1px solid rgba(133, 135, 139, 0.3); padding: 30px 0 25px; }

@media (max-width: 680px) { .zen-footer-partners-mobile-empty { display: none; } }

.zen-footer-partner { flex: 1 0 0; }

[dir=ltr] .zen-footer-partner { margin-right: 40px; }

[dir=rtl] .zen-footer-partner { margin-left: 40px; }

@media (min-width: 681px) and (max-width: 1074px) { [dir=ltr] .zen-footer-partner { margin-right: 20px; } [dir=rtl] .zen-footer-partner { margin-left: 20px; } }

@media (max-width: 680px) { .zen-footer-partner { width: 100%; } [dir=ltr] .zen-footer-partner { margin-right: 0; } [dir=rtl] .zen-footer-partner { margin-left: 0; } }

[dir=ltr] .zen-footer-partner:last-child { margin-right: 0; }

[dir=rtl] .zen-footer-partner:last-child { margin-left: 0; }

@media (max-width: 680px) { .zen-footer-security-wrap { display: none; } }

.zen-footer-security-title, .zen-footer-dreams-title, .zen-footer-points-title { color: #292f37; font-size: 18px; line-height: 24px; font-weight: 400; }

[dir] .zen-footer-security-title, [dir] .zen-footer-dreams-title, [dir] .zen-footer-points-title { margin: 0 0 10px; }

.zen-footer-dreams-title { position: relative; }

.zen-footer-dreams-title::after { font-family: 'Ostrovok-Icons'; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-decoration: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #ff6464; content: 'c'; position: relative; top: -2px; }

[dir=ltr] .zen-footer-dreams-title::after { left: 4px; }

[dir=rtl] .zen-footer-dreams-title::after { right: 4px; }

.zen-footer-points-title { display: inline-block; position: relative; }

.zen-footer-points-title::after { content: ''; height: 18px; position: absolute; top: 5px; width: 18px; }

[dir] .zen-footer-points-title::after { background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 1.3a22.6 22.6 0 016-.8c1.8 0 3.6.3 5.5.8a2.8 2.8 0 012 2 22.2 22.2 0 01.7 5.8 20 20 0 01-.7 5.4 2.8 2.8 0 01-2 2c-1.9.5-3.7.7-5.5.7a22.6 22.6 0 01-6-.8 2.8 2.8 0 01-2-1.9 20 20 0 01.1-11.2 2.8 2.8 0 012-2zm9.8 4.8a.1.1 0 000-.2l-6-1.6a.1.1 0 00-.2 0l-.3 1.2a.1.1 0 000 .1l3.4 1-5 5a.1.1 0 000 .2l6.1 1.7a.1.1 0 00.1-.1l.4-1.2a.1.1 0 00-.1 0l-3.4-1a.1.1 0 010-.1l5-5z' fill='%23ff6464'/%3E%3C/svg%3E"); transform: scale(1.1); }

[dir=ltr] .zen-footer-points-title::after { right: -26px; }

[dir=rtl] .zen-footer-points-title::after { left: -26px; }

.zen-footer-security-text, .zen-footer-dreams-text, .zen-footer-dreams-segment-text, .zen-footer-points-text { color: #292f37; font-size: 14px; line-height: 19px; font-weight: 400; }

[dir] .zen-footer-security-text { margin: 0 0 10px; }

[dir] .zen-footer-security-partners { margin: 0 0 20px; }

.zen-footer-security-systems { align-items: center; display: flex; flex-wrap: wrap; }

.zen-footer-security-systems-img-visa { height: 39px; width: 39px; }

[dir] .zen-footer-security-systems-img-visa { background-image: url(/img/2023/securitylogos/visa.svg); }

.zen-footer-security-systems-img-mastercard { height: 18px; width: 51px; }

[dir] .zen-footer-security-systems-img-mastercard { background-image: url(/img/2023/securitylogos/mastercard.svg); }

.zen-footer-security-systems-img-thawte { height: 19px; width: 75px; }

[dir] .zen-footer-security-systems-img-thawte { background-image: url(/img/2023/securitylogos/thawte.svg); }

.zen-footer-security-systems-img-sberbank { height: 23px; width: 140px; }

[dir] .zen-footer-security-systems-img-sberbank { background-image: url(/img/2023/securitylogos/sberbank.svg); }

.zen-footer-security-systems-img-sberbank_ru { height: 23px; width: 140px; }

[dir] .zen-footer-security-systems-img-sberbank_ru { background-image: url(/img/2023/securitylogos/sberbank_ru.svg); }

.zen-footer-security-systems-img-alfabank { height: 30px; width: 111px; }

[dir] .zen-footer-security-systems-img-alfabank { background-image: url(/img/2023/securitylogos/alfa.svg); }

.zen-footer-security-systems-img-alfabank_ru { height: 23px; width: 111px; }

[dir] .zen-footer-security-systems-img-alfabank_ru { background-image: url(/img/2023/securitylogos/alfa_ru.svg); }

.zen-footer-security-systems-img-dss { height: 34px; width: 81px; }

[dir] .zen-footer-security-systems-img-dss { background-image: url(/img/2023/securitylogos/dss.svg); }

.zen-footer-security-systems-img-paypal { height: 40px; width: 40px; }

[dir] .zen-footer-security-systems-img-paypal { background-image: url(/img/2023/securitylogos/paypal.svg); background-position: center; }

.zen-footer-security-systems-img-stripe { height: 32px; width: 114px; }

[dir] .zen-footer-security-systems-img-stripe { background-image: url(/img/2023/securitylogos/stripepowered.svg); }

.zen-footer-security-systems-img-decta { height: 40px; width: 120px; }

[dir] .zen-footer-security-systems-img-decta { background-image: url(/img/2023/securitylogos/decta.svg); }

.zen-footer-security-systems-img-mir { height: 26px; width: 93px; }

[dir] .zen-footer-security-systems-img-mir { background-image: url(/img/2023/securitylogos/mir.svg); }

.zen-footer-security-systems-img { height: 50px; }

[dir] .zen-footer-security-systems-img { background-position: center; background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zen-footer-security-systems-img { margin-right: 20px; }

[dir=rtl] .zen-footer-security-systems-img { margin-left: 20px; }

[dir=ltr] .zen-footer-security-systems-img:last-child { margin-right: 0; }

[dir=rtl] .zen-footer-security-systems-img:last-child { margin-left: 0; }

[dir] .zen-footer-points-text, [dir] .zen-footer-dreams-text { margin: 0 0 15px; }

[dir] .zen-footer-dreams-segment-text { margin: 0 0 5px; }

.zen-footer-points-price-wrap, .zen-footer-dreams-price-wrap { align-items: center; display: flex; }

[dir] .zen-footer-points-price-wrap, [dir] .zen-footer-dreams-price-wrap { margin: 0 0 10px; }

.zen-footer-points-price, .zen-footer-dreams-price { color: #ff6464; font-size: 13px; font-weight: 500; line-height: 19px; }

[dir] .zen-footer-points-price, [dir] .zen-footer-dreams-price { border-radius: 14px; border: 1px solid #ff6464; padding: 3px 10px; }

[dir=ltr] .zen-footer-points-price, [dir=ltr] .zen-footer-dreams-price { margin: 0 7px 0 0; }

[dir=rtl] .zen-footer-points-price, [dir=rtl] .zen-footer-dreams-price { margin: 0 0 0 7px; }

.zen-footer-dreams-points-description, .zen-footer-dreams-price-description { color: #85878b; font-size: 14px; line-height: 19px; }

.zen-footer-points-link, .zen-footer-dreams-link { font-size: 13px; line-height: 19px; }

.zen-footer-about { align-items: center; display: flex; min-width: 400px; }

[dir] .zen-footer-about { border-bottom: 1px solid rgba(133, 135, 139, 0.3); padding: 20px 0; }

@media (max-width: 954px) { .zen-footer-about { align-items: flex-start; flex-direction: column; } }

@media (min-width: 955px) and (max-width: 1074px) { .zen-footer-about { align-items: flex-start; flex-direction: column; } }

@media (max-width: 680px) { .zen-footer-about { align-items: stretch; min-width: auto; width: 100%; } }

@media (min-width: 681px) and (max-width: 1074px) { [dir] .zen-footer-about-links { margin-top: 10px; } }

.zen-footer-social-wrap { display: flex; flex-grow: 1; justify-content: flex-end; }

[dir] .zen-footer-social-wrap { border-bottom: 1px solid rgba(133, 135, 139, 0.3); padding: 20px 0; }

@media (max-width: 954px) { [dir] .zen-footer-social-wrap { padding: 10px 0 0; } }

@media (min-width: 955px) and (max-width: 1074px) { [dir] .zen-footer-social-wrap { padding: 10px 0 0; } }

@media (max-width: 680px) { .zen-footer-social-wrap { justify-content: center; order: -2; width: 100%; } [dir] .zen-footer-social-wrap { padding: 15px 0; } }

.zen-footer-main-links { display: flex; list-style: none; }

@media (max-width: 680px) { .zen-footer-main-links { -webkit-columns: auto 2; -moz-columns: auto 2; columns: auto 2; display: block; } }

[dir=ltr] .zen-footer-main-links-item { margin: 0 25px 0 0; }

[dir=rtl] .zen-footer-main-links-item { margin: 0 0 0 25px; }

@media (max-width: 680px) { [dir] .zen-footer-main-links-item { margin-bottom: 10px; } }

.zen-footer-main-links-item-link { font-size: 14px; line-height: 18px; }

[dir=ltr] .zen-footer-about-social-wrap { margin-left: auto; }

[dir=rtl] .zen-footer-about-social-wrap { margin-right: auto; }

@media (min-width: 681px) and (max-width: 1074px) { .zen-footer-about-social-wrap { order: 2; } }

@media (max-width: 680px) { .zen-footer-about-social-wrap { display: none; } }

.zen-footer-links { display: flex; }

[dir] .zen-footer-links { border-bottom: 1px solid rgba(133, 135, 139, 0.3); }

@media (min-width: 1075px) { .zen-footer-links { width: calc(50% - 10px); } [dir=ltr] .zen-footer-links { padding: 20px 20px 20px 0; } [dir=rtl] .zen-footer-links { padding: 20px 0 20px 20px; } }

@media (max-width: 954px) { .zen-footer-links { flex-wrap: wrap; width: 100%; } }

@media (min-width: 955px) and (max-width: 1074px) { .zen-footer-links { flex-wrap: wrap; width: 100%; } }

@media (max-width: 680px) { [dir] .zen-footer-links { border: 0; } }

.zen-footer-links-clients, .zen-footer-links-parthers { width: calc(50% - 10px); }

[dir=ltr] .zen-footer-links-clients, [dir=ltr] .zen-footer-links-parthers { margin-right: 20px; }

[dir=rtl] .zen-footer-links-clients, [dir=rtl] .zen-footer-links-parthers { margin-left: 20px; }

[dir=ltr] .zen-footer-links-clients:last-child, [dir=ltr] .zen-footer-links-parthers:last-child { margin-right: 0; }

[dir=rtl] .zen-footer-links-clients:last-child, [dir=rtl] .zen-footer-links-parthers:last-child { margin-left: 0; }

@media (min-width: 681px) and (max-width: 1074px) { [dir] .zen-footer-links-clients, [dir] .zen-footer-links-parthers { padding: 20px 0; } }

@media (max-width: 680px) { .zen-footer-links-clients, .zen-footer-links-parthers { width: 100%; } [dir] .zen-footer-links-clients, [dir] .zen-footer-links-parthers { border-bottom: 1px solid rgba(133, 135, 139, 0.3); padding: 20px 0 10px; } [dir=ltr] .zen-footer-links-clients, [dir=ltr] .zen-footer-links-parthers { margin-right: 0; } [dir=rtl] .zen-footer-links-clients, [dir=rtl] .zen-footer-links-parthers { margin-left: 0; } }

.zen-footer-clients-links-title, .zen-footer-partners-links-title { color: #292f37; font-size: 18px; line-height: 24px; font-weight: 400; }

[dir] .zen-footer-clients-links-title, [dir] .zen-footer-partners-links-title { margin: 0 0 10px; }

.zen-footer-clients-links-list, .zen-footer-partners-links-list { list-style: none; }

[dir] .zen-footer-clients-links-list, [dir] .zen-footer-partners-links-list { padding: 0; }

@media (max-width: 680px) { .zen-footer-clients-links-list, .zen-footer-partners-links-list { -webkit-columns: auto 2; -moz-columns: auto 2; columns: auto 2; } }

.zen-footer-clients-links-item, .zen-footer-partners-links-item { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }

[dir] .zen-footer-clients-links-item, [dir] .zen-footer-partners-links-item { padding-bottom: 10px; }

.zen-footer-clients-links-item-link, .zen-footer-partners-links-item-link { font-size: 14px; line-height: 18px; }

.zen-footer-social { position: relative; }

[dir] .zen-footer-social { padding: 0; }

@media (min-width: 1075px) { .zen-footer-social { display: inline-block; max-width: 285px; vertical-align: top; } [dir] .zen-footer-social { border-bottom: 0; } [dir=ltr] .zen-footer-social { margin-left: 75px; } [dir=rtl] .zen-footer-social { margin-right: 75px; } }

.prtnr-footer-feedback { align-items: flex-end; }

@media (min-width: 681px) and (max-width: 1074px) { .prtnr-footer-feedback { align-items: flex-start; } }

@media (max-width: 680px) { .prtnr-footer-feedback { align-items: flex-start; flex-direction: column-reverse; } }

[dir=ltr] .prtnr-footer-feedback .zen-footer-social { margin-left: 15px; }

[dir=rtl] .prtnr-footer-feedback .zen-footer-social { margin-right: 15px; }

@media (min-width: 681px) and (max-width: 1074px) { [dir] .prtnr-footer-feedback .zen-footer-social { margin-top: 4px; } }

@media (max-width: 680px) { [dir=ltr] .prtnr-footer-feedback .zen-footer-social { margin-left: 0; } [dir=rtl] .prtnr-footer-feedback .zen-footer-social { margin-right: 0; } }

.zen-footer-feedback-button { min-width: 160px; }

[dir=ltr] .zen-footer-feedback-button { margin-left: 75px; }

[dir=rtl] .zen-footer-feedback-button { margin-right: 75px; }

@media (min-width: 681px) and (max-width: 1074px) { [dir=ltr] .zen-footer-feedback-button { margin-left: 0; } [dir=rtl] .zen-footer-feedback-button { margin-right: 0; } }

@media (max-width: 680px) { [dir] .zen-footer-feedback-button { margin: 9px 0 12px; } }

.zen-footer-social-links { display: block; }

@media (min-width: 681px) { .zen-footer-social-links { display: inline-block; } }

.zen-footer-social-links-item { display: inline-block; height: 34px; width: 34px; }

[dir] .zen-footer-social-links-item { background-repeat: no-repeat; background-size: contain; }

[dir=ltr] .zen-footer-social-links-item { margin: 0 15px 0 0; }

[dir=rtl] .zen-footer-social-links-item { margin: 0 0 0 15px; }

[dir=ltr] .zen-footer-social-links-item:last-child { margin-right: 0; }

[dir=rtl] .zen-footer-social-links-item:last-child { margin-left: 0; }

[dir] .zen-footer-social-links-item-facebook { background-image: url(/img/2023/social/facebook.svg); }

[dir] .zen-footer-social-links-item-vkontakte { background-image: url(/img/2023/social/vkontakte.svg); }

[dir] .zen-footer-social-links-item-telegram { background-image: url(/img/2023/social/telegram.svg); }

[dir] .zen-footer-social-links-item-instagram { background-image: url(/img/2023/social/instagram.svg); }

[dir] .zen-footer-social-links-item-linkedin { background-image: url(/img/2023/social/linkedin.svg); }

[dir] .zen-footer-social-links-item-twitter { background-image: url(/img/2023/social/twitter.svg); }

[dir] .zen-footer-social-links-item-odnoklassniki { background-image: url(/img/2023/social/odnoklassniki.svg); }

[dir] .zen-footer-social-links-item-youtube { background-image: url(/img/2023/social/youtube.svg); }

.zen-footer-links-item { font-size: 14px; font-weight: 500; list-style: none; }

[dir] .zen-footer-links-item { margin: 0 0 12px; }

.zen-footer-privacy { width: 100%; }

[dir] .zen-footer-privacy { margin: 10px 0 40px; }

@media (max-width: 680px) { [dir] .zen-footer-privacy { margin: 10px 0 30px; } }

.prtnr-footer-main-block-loyalty-hidden { display: none; }

.zen-footer-privacy-link { color: #85878b; font-size: 14px; line-height: 19px; text-decoration: none; }

.mobilefullscreenappbanner { box-sizing: border-box; display: flex; flex-direction: column; height: 100%; justify-content: center; position: fixed; top: 0; width: 100%; z-index: 23; }

[dir] .mobilefullscreenappbanner { background: white; padding: 0 15px; }

.mobilefullscreenappbanner-title { font-size: 25px; font-style: normal; font-weight: 800; line-height: 30px; }

[dir=ltr] .mobilefullscreenappbanner-title { margin: 15px 35px 6px 0; }

[dir=rtl] .mobilefullscreenappbanner-title { margin: 15px 0 6px 35px; }

.mobilefullscreenappbanner-open { height: 118px; z-index: 24; }

.mobilefullscreenappbanner-install-button { z-index: 24; }

[dir] .mobilefullscreenappbanner-install-button { margin-bottom: 15px; }

[dir] .mobilefullscreenappbanner-store-buttons { margin-bottom: 12px; }

.mobilefullscreenappbanner-store-button { display: inline-block; width: 48.5%; }

[dir=ltr] .mobilefullscreenappbanner-store-button:first-child { margin-right: 3%; }

[dir=rtl] .mobilefullscreenappbanner-store-button:first-child { margin-left: 3%; }

.mobilefullscreenappbanner-store-button-link { width: 100%; }

.mobilefullscreenappbanner-store-button-image { display: block; width: 100%; }

.mobilefullscreenappbanner-close-button { height: 30px; box-sizing: border-box; position: relative; width: 30px; z-index: 1; height: 28px; position: absolute; top: 11px; width: 28px; z-index: 24; }

[dir] .mobilefullscreenappbanner-close-button { background: white; border-radius: 50%; border: 2px solid rgba(133, 135, 139, 0.2); cursor: pointer; text-align: center; background: #e5e5e5; border: 0; }

[dir=ltr] .mobilefullscreenappbanner-close-button { right: 11px; }

[dir=rtl] .mobilefullscreenappbanner-close-button { left: 11px; }

.mobilefullscreenappbanner-close-button::before, .mobilefullscreenappbanner-close-button::after { content: ''; position: absolute; top: 50%; }

[dir] .mobilefullscreenappbanner-close-button::before, [dir] .mobilefullscreenappbanner-close-button::after { background: #85878b; }

[dir=ltr] .mobilefullscreenappbanner-close-button::before, [dir=ltr] .mobilefullscreenappbanner-close-button::after { transform-origin: 0 0; transform: rotate(45deg) translate(-50%, -50%); left: 50%; }

[dir=rtl] .mobilefullscreenappbanner-close-button::before, [dir=rtl] .mobilefullscreenappbanner-close-button::after { transform-origin: 100% 0; transform: rotate(-45deg) translate(50%, -50%); right: 50%; }

.mobilefullscreenappbanner-close-button::before { height: 3px; width: 14px; }

.mobilefullscreenappbanner-close-button::after { height: 14px; width: 3px; }

[dir] .mobilefullscreenappbanner-close-button-icon { margin-top: 9px; }

.mobilefullscreenappbanner-close-button-icon-path { fill: rgba(0, 0, 0, 0.6); }

.mobilefullscreenappbanner-close-button::before { height: 2px; width: 15px; }

.mobilefullscreenappbanner-close-button::after { height: 15px; width: 2px; }

.mobilefullscreenappbanner-text { font-size: 20px; line-height: 25px; }

[dir] .mobilefullscreenappbanner-text { margin-bottom: 15px; }

.mobilefullscreenappbanner-image { height: 100%; width: 100%; }

[dir] .mobilefullscreenappbanner-image { background-repeat: no-repeat; background-size: 100%; }

.zeniframe { display: flex; justify-content: center; }

@media (max-width: 954px) { .body-account .zenbreadcrumbs { display: none; } }

.zen-mediakit-footer-inner { display: flex; font-size: 12px; }

[dir] .zen-mediakit-footer-inner { padding-top: 7px; }

[dir=ltr] .zen-mediakit-footer-inner .zen-mediakit-footer-title { margin-right: auto; }

[dir=rtl] .zen-mediakit-footer-inner .zen-mediakit-footer-title { margin-left: auto; }

[dir=ltr] .zen-mediakit-footer-inner .zen-mediakit-footer-link { margin-left: 10px; }

[dir=rtl] .zen-mediakit-footer-inner .zen-mediakit-footer-link { margin-right: 10px; }

.zen-roomspage-hotel .collating-button { top: 0; }

[dir=ltr] .zen-roomspage-hotel .collating-button { left: 0; }

[dir=rtl] .zen-roomspage-hotel .collating-button { right: 0; }

.zen-hotelcard .collating-button { top: 45px; z-index: 4; }

[dir=ltr] .zen-hotelcard .collating-button { left: 9px; }

[dir=rtl] .zen-hotelcard .collating-button { right: 9px; }

.zen-hotelcard .collating-button-inner, .zen-roomspage-hotel .collating-button-inner, .serphotelnew .collating-button-inner, .serphotel .collating-button-inner, .hotel-header .collating-button-inner, .zen-roomspage-header-inner .collating-button-inner { color: #555; }

[dir] .zen-hotelcard .collating-button-inner, [dir] .zen-roomspage-hotel .collating-button-inner, [dir] .serphotelnew .collating-button-inner, [dir] .serphotel .collating-button-inner, [dir] .hotel-header .collating-button-inner, [dir] .zen-roomspage-header-inner .collating-button-inner { background: #ffe8b7; border: 1px solid #cbcbcc; border-radius: 5px; }

[dir=ltr] .zen-hotelcard .collating-button-inner, [dir=ltr] .zen-roomspage-hotel .collating-button-inner, [dir=ltr] .serphotelnew .collating-button-inner, [dir=ltr] .serphotel .collating-button-inner, [dir=ltr] .hotel-header .collating-button-inner, [dir=ltr] .zen-roomspage-header-inner .collating-button-inner { padding: 5px 4px 4px 3px; }

[dir=rtl] .zen-hotelcard .collating-button-inner, [dir=rtl] .zen-roomspage-hotel .collating-button-inner, [dir=rtl] .serphotelnew .collating-button-inner, [dir=rtl] .serphotel .collating-button-inner, [dir=rtl] .hotel-header .collating-button-inner, [dir=rtl] .zen-roomspage-header-inner .collating-button-inner { padding: 5px 3px 4px 4px; }

.zendotsloader { display: flex; justify-content: space-between; width: 70px; }

.zendotsloader-dot { height: 10px; width: 10px; }

[dir] .zendotsloader-dot { background-color: white; border-radius: 5px; transform: scale(0); }

[dir=ltr] .zendotsloader-dot { animation-duration: 1.6s; animation-iteration-count: infinite; animation-name: pending; }

[dir=rtl] .zendotsloader-dot { animation-duration: 1.6s; animation-iteration-count: infinite; animation-name: pending; }

[dir=ltr] .zendotsloader-dot-first { animation-delay: 0s; }

[dir=rtl] .zendotsloader-dot-first { animation-delay: 0s; }

[dir=ltr] .zendotsloader-dot-second { animation-delay: .2s; }

[dir=rtl] .zendotsloader-dot-second { animation-delay: .2s; }

[dir=ltr] .zendotsloader-dot-third { animation-delay: .4s; }

[dir=rtl] .zendotsloader-dot-third { animation-delay: .4s; }

[dir=ltr] .zendotsloader-dot-fourth { animation-delay: .6s; }

[dir=rtl] .zendotsloader-dot-fourth { animation-delay: .6s; }

.zenimage { align-items: center; display: flex; height: 100%; justify-content: center; position: relative; }

[dir] .zenimage { background-color: #2f353c; }

.zenimage::before { bottom: 0; display: block; position: absolute; top: 0; }

[dir] .zenimage::before { background: url(/img/2023/thumb-error.svg) no-repeat 50% 50%; background-size: 100px 100px; }

[dir=ltr] .zenimage::before { left: 0; right: 0; }

[dir=rtl] .zenimage::before { right: 0; left: 0; }

.zenimage-loaded::before { content: ''; }

.zenimage-content { display: none; height: 100%; object-fit: cover; position: relative; width: 100%; }

.zenimage-loaded .zenimage-content { display: block; }

.zenimage-dots-loader { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }

[dir] .zenimage-dots-loader { background-color: #e5e5e5; }

[dir] .zenimage-dots-loader .zendotsloader-dot { background-color: #afafaf; }

.zencontrolpins { align-items: center; display: flex; justify-content: center; list-style: none; min-height: 11px; }

.zencontrolpins-item { height: 0; position: relative; transition: all .5s; width: 0; }

[dir] .zencontrolpins-item { border-radius: 50%; cursor: pointer; margin: 0; }

.zencontrolpins-item::before { content: ''; height: 0; position: absolute; top: 3px; transition: all .5s; width: 0; }

[dir] .zencontrolpins-item::before { background-color: #85878b; border-radius: 50%; }

[dir=ltr] .zencontrolpins-item::before { left: 3px; }

[dir=rtl] .zencontrolpins-item::before { right: 3px; }

.zencontrolpins-item-visible { height: 11px; width: 11px; }

[dir=ltr] .zencontrolpins-item-visible { margin-right: 12px; }

[dir=rtl] .zencontrolpins-item-visible { margin-left: 12px; }

.zencontrolpins-item-visible::before { width: 5px; height: 5px; }

.zencontrolpins-item-side::before { height: 3px; top: 4px; width: 3px; }

[dir=ltr] .zencontrolpins-item-side::before { left: 4px; }

[dir=rtl] .zencontrolpins-item-side::before { right: 4px; }

.zencontrolpins-item-active::before { height: 7px; top: 2px; width: 7px; }

[dir] .zencontrolpins-item-active::before { background-color: #ffdc82; }

[dir=ltr] .zencontrolpins-item-active::before { left: 2px; }

[dir=rtl] .zencontrolpins-item-active::before { right: 2px; }

.zennotification { align-items: center; display: flex; }

[dir] .zennotification { background: #ffffff; border-radius: 3px; padding: 8px 12px; margin-bottom: 10px; box-shadow: 0 3px 5px 0 rgba(41, 47, 55, 0.1); }

[dir] .body-hotel .zennotification, [dir] .body-adaptive-hotel .zennotification { margin: 15px 0; padding: 8px 15px; box-shadow: none; }

[dir=ltr] .zennotification-label { margin-left: 16px; text-align: left; }

[dir=rtl] .zennotification-label { margin-right: 16px; text-align: right; }

.zennotification-exclamation { height: 20px; min-width: 20px; width: 20px; }

[dir] .zennotification-exclamation { background: url(/img/2023/information.png); }

.zentravelpolicy { display: flex; }

.zentravelpolicy-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #ce2121; font-size: 14px; font-weight: 500; position: relative; white-space: nowrap; }

[dir=ltr] .zentravelpolicy-title { margin-right: 10px; padding-left: 20px; }

[dir=rtl] .zentravelpolicy-title { margin-left: 10px; padding-right: 20px; }

.zentravelpolicy-title::before { content: ''; height: 17px; position: absolute; top: -1px; width: 15px; }

[dir] .zentravelpolicy-title::before { background-image: url(/img/2023/out-policy.svg); background-repeat: no-repeat; }

[dir=ltr] .zentravelpolicy-title::before { left: 0; }

[dir=rtl] .zentravelpolicy-title::before { right: 0; }

.zentravelpolicy-title-passed { color: #53af24; }

[dir] .zentravelpolicy-title-passed::before { background-image: url(/img/2023/in-policy.svg); }

.zen-roomspage-hotel .collating-button { top: 0; }

[dir=ltr] .zen-roomspage-hotel .collating-button { left: 0; }

[dir=rtl] .zen-roomspage-hotel .collating-button { right: 0; }

.zen-hotelcard .collating-button { top: 45px; z-index: 4; }

[dir=ltr] .zen-hotelcard .collating-button { left: 9px; }

[dir=rtl] .zen-hotelcard .collating-button { right: 9px; }

.zen-hotelcard .collating-button-inner, .zen-roomspage-hotel .collating-button-inner, .serphotelnew .collating-button-inner, .serphotel .collating-button-inner, .hotel-header .collating-button-inner, .zen-roomspage-header-inner .collating-button-inner { color: #555; }

[dir] .zen-hotelcard .collating-button-inner, [dir] .zen-roomspage-hotel .collating-button-inner, [dir] .serphotelnew .collating-button-inner, [dir] .serphotel .collating-button-inner, [dir] .hotel-header .collating-button-inner, [dir] .zen-roomspage-header-inner .collating-button-inner { background: #ffe8b7; border: 1px solid #cbcbcc; border-radius: 5px; }

[dir=ltr] .zen-hotelcard .collating-button-inner, [dir=ltr] .zen-roomspage-hotel .collating-button-inner, [dir=ltr] .serphotelnew .collating-button-inner, [dir=ltr] .serphotel .collating-button-inner, [dir=ltr] .hotel-header .collating-button-inner, [dir=ltr] .zen-roomspage-header-inner .collating-button-inner { padding: 5px 4px 4px 3px; }

[dir=rtl] .zen-hotelcard .collating-button-inner, [dir=rtl] .zen-roomspage-hotel .collating-button-inner, [dir=rtl] .serphotelnew .collating-button-inner, [dir=rtl] .serphotel .collating-button-inner, [dir=rtl] .hotel-header .collating-button-inner, [dir=rtl] .zen-roomspage-header-inner .collating-button-inner { padding: 5px 3px 4px 4px; }

/** @example <input type="checkbox" /> <-- native checkbox <span class="<% someClass %>></span> <-- mixin target */
.zen-statuserror { align-items: center; bottom: 0; display: flex; justify-content: center; overflow: auto; position: fixed; top: 0; z-index: 21; }
[dir] .zen-statuserror { background: rgba(242, 241, 240, 0.8); }
[dir=ltr] .zen-statuserror { left: 0; right: 0; }
[dir=rtl] .zen-statuserror { right: 0; left: 0; }

.zen-statuserror-content { align-content: center; box-sizing: border-box; display: flex; flex-wrap: wrap; font-size: 14px; justify-content: center; max-width: 870px; min-height: 270px; }

[dir] .zen-statuserror-content { background: white; border-radius: 4px; box-shadow: 0 6px 20px #f2f1f0; padding: 20px 25px; }

@media (max-width: 680px) { .zen-statuserror-content { width: auto; } }

.zen-statuserror-text { max-width: 580px; }

@media (max-width: 680px) { [dir] .zen-statuserror-text { text-align: center; } }

.zen-statuserror-title { color: #be0000; font-size: 22px; font-weight: 400; }

[dir] .zen-statuserror-title { margin-bottom: 15px; }

.zen-statuserror-description { line-height: 20px; }

[dir] .zen-statuserror-description { margin-bottom: 10px; }

.zen-statuserror-description a { pointer-events: none; text-decoration: none; color: #292f37; }

[dir] .zen-statuserror-description a { cursor: default; }

@media (max-width: 680px) { .zen-statuserror-description a { color: var(--link); pointer-events: auto; text-decoration: none; transition: color .16s; } [dir] .zen-statuserror-description a { cursor: pointer; }
  .zen-statuserror-description a:hover, .zen-statuserror-description a:focus { color: var(--link-hover); }
  .zen-statuserror-description a:active { color: var(--link-active); } }

.zen-statuserror-disconnect { height: 47px; width: 100%; }

[dir] .zen-statuserror-disconnect { background-image: url("data:image/svg+xml,%3Csvg width='724' height='47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M2.4 16h224.8m265 0h229.5' stroke='%23BE0000' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M447.8 23c-8.5 0-13.2-1.1-18.1-2.4-4.2-1-8.5-2.2-15.5-2.7-10.6-.3-16 1.4-20.7 2.9-3.6 1.1-7 2.2-12 2.2a2 2 0 010-4c4.4 0 7.4-1 10.8-2 5-1.6 10.7-3.4 22-3.1 7.6.5 12.3 1.8 16.4 2.8 5.6 1.5 10.4 2.7 21 2.3h.2c4.5.3 8.8-1 13.4-2.2C470 15.5 475.6 14 482 14h24.7a2 2 0 110 4h-24.7c-6 0-11 1.4-15.8 2.7-4.8 1.3-9.4 2.6-14.5 2.3h-4m-169 2.9c-7.8 0-12.3-1.7-17-3.4-5.4-2-11.5-4.2-24.3-4.5H207a2 2 0 010-4h30.6c13.4.3 19.8 2.6 25.5 4.7 5.2 2 9.8 3.6 19 3 6.8-.3 12.6-2 18.6-3.7a62.3 62.3 0 0140.7-1.2 2 2 0 11-1.2 3.9 58.3 58.3 0 00-38.4 1.1c-6 1.7-12.2 3.6-19.4 4H279zM343 46.7a2 2 0 01-1.4-3.4l6.1-6.3a2 2 0 012.9 2.8l-6.2 6.3a2 2 0 01-1.4.6zm34.3-1.3a2 2 0 01-1.6-.8l-5.3-7.4a2 2 0 113.2-2.3l5.3 7.3a2 2 0 01-1.6 3.2zm-5.6-32.2a2 2 0 01-1.5-3.3l7-8.3a2 2 0 113 2.6l-7 8.3a2 2 0 01-1.5.7zm-16.9-.8a2 2 0 01-1.8-1.1l-3.3-7a2 2 0 013.6-1.8l3.3 7a2 2 0 01-1.8 2.9zm8.6 11.7a2.6 2.6 0 11-5.1 0 2.6 2.6 0 015.1 0z' fill='%23BD2025'/%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; }

.zen-booking { align-items: flex-start; box-sizing: border-box; display: flex; max-width: 870px; width: 100%; }

[dir] .zen-booking { margin: 0 auto; padding-top: 5px; }

@media (min-width: 681px) and (max-width: 954px) { [dir] .zen-booking { padding: 5px 15px 15px; } }

@media (min-width: 955px) { .zen-booking { max-width: 870px; } }

.zen-booking-loading { align-items: center; bottom: 0; content: ''; display: flex; justify-content: center; position: fixed; top: 0; z-index: 23; }

[dir] .zen-booking-loading { background: rgba(255, 255, 255, 0.9); }

[dir=ltr] .zen-booking-loading { left: 0; right: 0; }

[dir=rtl] .zen-booking-loading { right: 0; left: 0; }

[dir] .zen-booking-loading .zendotsloader-dot { background-color: #0086dc; }

.zen-booking-main { display: flex; flex-direction: column; }

@media (min-width: 955px) { .zen-booking-main { max-width: 570px; } [dir=ltr] .zen-booking-main { margin-right: 15px; } [dir=rtl] .zen-booking-main { margin-left: 15px; } }

@media (max-width: 954px) { .zen-booking-main { overflow: hidden; } }

[dir=ltr] .zen-booking-back { margin: 4px auto 8px 0; }

[dir=rtl] .zen-booking-back { margin: 4px 0 8px auto; }

[dir] .zeniframe-mir { background-color: white; border-radius: 8px; }

.zeniframe-mir iframe { height: 72vh; width: 100%; }

@media (min-width: 955px) { .zen-booking-sidebar { width: 285px; } }

.zen-booking-sidebar-fixed { position: fixed; top: 0; width: 285px; z-index: 7; }

[dir=ltr] .zen-booking-sidebar-fixed { left: 50%; margin-left: 150px; }

[dir=rtl] .zen-booking-sidebar-fixed { right: 50%; margin-right: 150px; }

[dir] .zen-booking-content-bill-wrapper { margin: 20px 0; }

.zen-booking-sidebar-bill-wrapper { width: 100%; }

@media (max-width: 954px) { .zen-booking-sidebar-bill-wrapper { bottom: 0; display: flex; flex-direction: column; height: 100%; justify-content: flex-end; overflow-y: scroll; pointer-events: none; position: fixed; z-index: 22; } [dir] .zen-booking-sidebar-bill-wrapper { transform: translate(0); } [dir=ltr] .zen-booking-sidebar-bill-wrapper { left: 0; right: 0; } [dir=rtl] .zen-booking-sidebar-bill-wrapper { right: 0; left: 0; } }

[dir] .zen-booking-stepbar-wrapper { text-align: center; margin: 15px 0; }

.zen-booking-payment { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .zen-booking-payment { background: white; border-radius: 5px; margin: 15px 0; padding: 0; }

[dir] .zen-booking-loaded .zen-booking-payment { padding: 15px 20px; }

@media (min-width: 681px) { [dir=ltr] .zen-booking-loaded .zen-booking-payment { padding: 25px 20px 20px 75px; } [dir=rtl] .zen-booking-loaded .zen-booking-payment { padding: 25px 75px 20px 20px; } }

@media (min-width: 1075px) { [dir] .zen-booking-payment { margin-bottom: 50px; } }

[dir] .zen-booking-authpane-wrapper:not(:empty) { margin: 15px 0 0; }

.prtnr-modalpopup.prtnr-modalpopup-book-block-error .zen-fullscreenpopup-inner { max-width: 480px; }

[dir] .prtnr-modalpopup.prtnr-modalpopup-book-block-error .zen-fullscreenpopup-inner { padding: 20px; }

[dir=ltr] .prtnr-booking-paymenttypes-paymenttype-radiobutton .zenradiobutton-styled-radiobutton { margin-right: 7px; }

[dir=rtl] .prtnr-booking-paymenttypes-paymenttype-radiobutton .zenradiobutton-styled-radiobutton { margin-left: 7px; }

[dir] .prtnr-booking .zenpopuptip { background: #2d3137; border: 0; padding: 6px 8px; }

.prtnr-formatteddisplayvalueinputcontrol div.zenforminputcontrol { height: 100%; overflow: hidden; position: absolute; top: 0; white-space: nowrap; width: 100%; }

[dir=ltr] .prtnr-formatteddisplayvalueinputcontrol div.zenforminputcontrol { left: 0; }

[dir=rtl] .prtnr-formatteddisplayvalueinputcontrol div.zenforminputcontrol { right: 0; }

.prtnr-formatteddisplayvalueinputcontrol input.zenforminputcontrol { opacity: 0; position: relative; }

[dir] .prtnr-formatteddisplayvalueinputcontrol input.zenforminputcontrol { background-color: white; }

.prtnr-formatteddisplayvalueinputcontrol input.zenforminputcontrol:focus, .zenforminput-error .prtnr-formatteddisplayvalueinputcontrol input.zenforminputcontrol { opacity: 1; }

.prtnr-invoice-payment-popup .zen-fullscreenpopup-inner { width: 100%; }

.prtnr-modalpopup.zen-fullscreenpopup { display: block; overflow-y: auto; }

[dir] .prtnr-modalpopup.zen-fullscreenpopup { padding: 0; }

.prtnr-modalpopup .zen-fullscreenpopup-wrapper { -moz-box-sizing: border-box; box-sizing: border-box; align-items: center; display: flex; min-height: 100%; }

[dir] .prtnr-modalpopup .zen-fullscreenpopup-wrapper { margin-bottom: -16px; padding: 40px 24px 24px; }

.prtnr-modalpopup .zen-fullscreenpopup-inner { -moz-box-sizing: border-box; box-sizing: border-box; max-width: 440px; }

[dir] .prtnr-modalpopup .zen-fullscreenpopup-inner { background: #ffffff; border-radius: 8px; box-shadow: 0 8px 16px 0 rgba(84, 85, 102, 0.4); margin-bottom: 16px; padding: 16px 20px 20px; }

[dir=ltr] .prtnr-modalpopup .zen-fullscreenpopup-inner { text-align: left; }

[dir=rtl] .prtnr-modalpopup .zen-fullscreenpopup-inner { text-align: right; }

.prtnr-cancel-reason .zen-select { height: auto; width: 325px; }

[dir] .prtnr-cancel-reason .zen-select { border: 1px solid #ffae00; box-shadow: none; margin-bottom: 0; }

.prtnr-cancel-reason .zen-select .zen-select-label { line-height: 32px; text-transform: none; }

.prtnr-cancel-reason .zen-select .zen-select-arrow { top: 15px; }

[dir] .roundtrip .prtnr-cancel-reason .zen-select { border-color: rgba(17, 17, 17, 0.16); }

[dir] .roundtrip .prtnr-cancel-reason .zen-select:hover { border-color: #afafaf; }

.prtnr-orders-order .zenpopuptip { color: #ffffff; }

[dir] .prtnr-orders-order .zenpopuptip { background: #2d3137; padding: 7px 20px; }

.prtnr-orders-order-field-name-wrapper .zenpopuptipcontainer-show { font-size: 12px; }

.prtnr-orders-order-field-name-wrapper .zenpopuptipcontainer-show::after { height: 12px; width: 12px; }

.prtnr-orders-order-field-content-tip .zenpopuptipcontainer-show { vertical-align: top; }

.prtnr-orders-order-field-content-tip .zenpopuptipcontainer-show::after { top: 50%; }

[dir=ltr] .prtnr-orders-order-field-content-tip .zenpopuptipcontainer-show::after { left: 50%; transform: translate(-50%, -50%); }

[dir=rtl] .prtnr-orders-order-field-content-tip .zenpopuptipcontainer-show::after { right: 50%; transform: translate(50%, -50%); }

.zentooltip-prtnr-orders-timelimit-tip .zentooltip-underlay, .zentooltip-prtnr-orders-waiting-time-tip .zentooltip-underlay, .zentooltip-prtnr-orders-route-tip .zentooltip-underlay, .zentooltip-prtnr-orders-airline-booking-number-tip .zentooltip-underlay { opacity: 1; }

.zentooltip-prtnr-orders-timelimit-tip .zentexttip { max-width: 300px; }

.zentooltip-prtnr-orders-timelimit-tip .zentexttip p { font-size: 14px; line-height: 20px; }

[dir] .zentooltip-prtnr-orders-timelimit-tip .zentexttip p { margin: 0 0 8px; }

[dir] .zentooltip-prtnr-orders-timelimit-tip .zentexttip p:last-of-type { margin-bottom: 0; }

.zentooltip-prtnr-orders-timelimit-tip .zentexttip p strong { font-weight: 600; }

.zentooltip-prtnr-orders-waiting-time-tip .zentexttip { font-size: 14px; line-height: 18px; max-width: 270px; }

[dir] .zentooltip-prtnr-orders-route-tip { padding: 15px 20px; }

.zentooltip-prtnr-orders-route-tip .zentexttip { font-size: 12px; line-height: 18px; max-width: 360px; }

.zentooltip-prtnr-orders-route-tip .prtnr-orders-route-tip-title { color: #868686; font-size: 12px; font-weight: 500; line-height: 15px; }

[dir] .zentooltip-prtnr-orders-route-tip .prtnr-orders-route-tip-title { margin-bottom: 4px; margin-top: 20px; }

[dir] .zentooltip-prtnr-orders-route-tip .prtnr-orders-route-tip-title:first-of-type { margin-top: 0; }

.zentooltip-prtnr-orders-airline-booking-number-tip .zentexttip { font-size: 14px; line-height: 18px; max-width: 270px; }

.zentooltip-traveldocs { display: block; min-width: 348px; }

[dir] .zentooltip-traveldocs { background-color: #ffffff; border-radius: 8px; box-shadow: 0 8px 40px rgba(45, 49, 55, 0.28); padding: 8px 0; }

[dir] .zentooltip-traveldocs .zentooltip-underlay, [dir] .zentooltip-traveldocs .zentooltip-underlay::before { background-color: inherit; }

.zentooltip-traveldocs .zentooltip-child { color: inherit; font-size: 16px; font-weight: 500; }

.prtnr-modalpopup-avia-fare-rules .zen-fullscreenpopup-wrapper { align-items: stretch; }

.prtnr-modalpopup-avia-fare-rules .zen-fullscreenpopup-inner { max-width: initial; overflow: hidden; width: 792px; }

[dir] .prtnr-modalpopup-avia-fare-rules .zen-fullscreenpopup-inner { padding: 0; }

.prtnr-ordergroup-remove-icon .zenpopuptip { font-family: 'PTRootUI', Verdana, sans-serif; color: #ffffff; font-size: 14px; line-height: 18px; white-space: nowrap; }

[dir] .prtnr-ordergroup-remove-icon .zenpopuptip { background-color: #2d3137; border: 0; padding: 6px 8px; }

.prtnr-groups-modalpopup-paybylink.zen-fullscreenpopup { z-index: 22; }

.prtnr-groups-modalpopup-paybylink .zen-fullscreenpopup-inner { flex-shrink: 0; max-width: none; width: 640px; }

[dir] .prtnr-groups-modalpopup-paybylink .zen-fullscreenpopup-inner { margin-bottom: 60px; padding: 20px 0 0; }

[dir] .prtnr-reporting-orders-additional .zen-select { margin-bottom: 0; }

.prtnr-reporting-order .zenpopuptip { color: #ffffff; max-width: 400px; }

[dir] .prtnr-reporting-order .zenpopuptip { background: #2d3137; padding: 7px 20px; }

.prtnr-reporting-orders-select-mode .zen-select { height: 40px; }

[dir] .prtnr-reporting-orders-select-mode .zen-select { background-color: #ffae00; background-image: none; border: 1px solid #ffae00; box-shadow: none; }

[dir=ltr] .prtnr-reporting-orders-select-mode .zen-select { margin: 10px 10px 0 0; }

[dir=rtl] .prtnr-reporting-orders-select-mode .zen-select { margin: 10px 0 0 10px; }

.prtnr-reporting-orders-select-mode .zen-select .zen-select-label { text-transform: none; }

[dir] .prtnr-reporting-orders-select-mode .zen-select:hover { background-color: #ffae00; box-shadow: none; }

@media (max-width: 680px) { [dir=ltr] .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-icon, [dir=ltr] .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-icon { margin: 8px 0 8px 8px; } [dir=rtl] .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-icon, [dir=rtl] .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-icon { margin: 8px 8px 8px 0; } }

@media (max-width: 680px) { .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-from, .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-from, .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-to, .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-to { flex-basis: 50%; } }

@media (max-width: 680px) { .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-day, .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-day { font-size: 28px; } [dir] .body-adaptive-hotel .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-day, [dir] .body-adaptive-hotels .zen-fullscreenpopup-content .prtnr-searchform-datepicker-date-day { margin: 0 5px; } }

.zen-select { box-sizing: border-box; height: 38px; width: 300px; }

[dir] .zen-select { background: white; background-image: none; border: 1px solid #ffae00; border-radius: 5px; box-shadow: none; margin-bottom: 10px; }

.zen-select .zen-select-label, .zen-select .zen-select-label:hover, .zen-select .zen-select-label:focus, .zen-select .zen-select-label:active { color: #2d3137; font-size: 13px; font-weight: normal; line-height: 38px; text-transform: capitalize; }

.body-adaptive-hotels .zen-select .zen-select-label, .body-adaptive-hotels .zen-select .zen-select-label:hover, .body-adaptive-hotels .zen-select .zen-select-label:focus, .body-adaptive-hotels .zen-select .zen-select-label:active { font-size: 15px; font-weight: 500; line-height: 34px; text-transform: lowercase; }

.zen-select .zen-select-arrow { top: 18px; }

[dir] .zen-select:hover { background-image: none; box-shadow: none; }

.zen-select .zen-select-native { text-transform: none; }

.body-adaptive-hotels .zen-select { height: auto; width: auto; }

[dir] .body-adaptive-hotels .zen-select { margin-bottom: 0; }

[dir] .prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobuttongroup { margin-bottom: -16px; }

[dir=ltr] .prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobuttongroup { padding-left: 4px; }

[dir=rtl] .prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobuttongroup { padding-right: 4px; }

.prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobutton-text { font-size: 16px; line-height: 22px; }

.prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobutton-extra-label { color: #868686; font-size: 14px; line-height: 18px; }

[dir] .prtnr-settings-traveller-radiobuttongroup-wrapper .zenradiobutton-extra-label { margin-top: 2px; }

.prtnr-traveller-document-popup .zen-fullscreenpopup-inner { max-width: 520px; width: 100%; }

[dir] .prtnr-traveller-document .zenradiobutton-styled-radiobutton { margin-top: 4px; }

.prtnr-traveller-document .zenradiobutton-text { font-size: 16px; line-height: 22px; }

[dir=ltr] .prtnr-traveller-document-field .zenforminput-inner { padding-left: 16px; padding-right: 16px; }

[dir=rtl] .prtnr-traveller-document-field .zenforminput-inner { padding-right: 16px; padding-left: 16px; }

.prtnr-traveller-document-field-disabled .prtnr-select-extend-title { color: #afafaf; }

.prtnr-traveller-document-field-required .zenforminput-title::after { color: #ce2121; content: '*'; font-size: 16px; vertical-align: top; }

[dir=ltr] .prtnr-traveller-document-field-required .zenforminput-title::after { margin-left: .11em; }

[dir=rtl] .prtnr-traveller-document-field-required .zenforminput-title::after { margin-right: .11em; }

.prtnr-traveller-document-field-required .zenforminput-title::after .zenforminput-disabled { color: rgba(206, 33, 33, 0.4); }

[dir] .prtnr-main { background-color: #f4f4f4; }

[dir] .prtnr-dashboard-section:first-child { background: #ffdc82; padding-bottom: 64px; }

[dir] .clubfinds2023 .prtnr-dashboard-section:first-child { background-color: #CD002E; background-repeat: no-repeat; background-size: cover, cover; border-bottom: 6px solid #CD002E; }

[dir=ltr] .clubfinds2023 .prtnr-dashboard-section:first-child { background-image: url(/img/headers/portada4.jpg) }

[dir=rtl] .clubfinds2023 .prtnr-dashboard-section:first-child { background-image: url(/img/headers/portada4.jpg) }

@media (min-width: 681px) { [dir] .roundtrip .prtnr-dashboard-section:first-child { background-color: #111111; } }

@media (max-width: 680px) { [dir] .prtnr-dashboard-section:first-child { background: transparent; } }

[dir] .prtnr-dashboard-section:not(:first-child) { margin-top: -60px; }

.prtnr-dashboard-section .prtnr-dashboard-section-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end; position: relative; }

[dir=ltr] .prtnr-dashboard-section .prtnr-dashboard-section-row { margin-left: -12px; margin-right: -12px; }

[dir=rtl] .prtnr-dashboard-section .prtnr-dashboard-section-row { margin-right: -12px; margin-left: -12px; }

@media (max-width: 768px) { .prtnr-dashboard-section .prtnr-dashboard-section-row { justify-content: flex-start; } }

@media (max-width: 576px) { [dir] .prtnr-dashboard-section .prtnr-dashboard-section-row { margin: 0; } }

[dir] .prtnr-dashboard-section .zensearchhistoryhotelsslider-btn { background-color: #f2f1f0; }

[dir=ltr] .prtnr-dashboard-section .zensearchhistoryhotelsslider-hotels::after { background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f1f0 100%); }

[dir=rtl] .prtnr-dashboard-section .zensearchhistoryhotelsslider-hotels::after { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #f2f1f0 100%); }

.prtnr-dashboard-section-inner { -moz-box-sizing: border-box; box-sizing: border-box; max-width: 1248px; width: 100%; }

[dir=ltr] .prtnr-dashboard-section-inner { margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

[dir=rtl] .prtnr-dashboard-section-inner { margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; }

@media (max-width: 768px) { [dir=ltr] .prtnr-dashboard-section-inner { padding-left: 24px; padding-right: 24px; } [dir=rtl] .prtnr-dashboard-section-inner { padding-right: 24px; padding-left: 24px; } }

@media (max-width: 576px) { [dir=ltr] .prtnr-dashboard-section-inner { padding-left: 16px; padding-right: 16px; } [dir=rtl] .prtnr-dashboard-section-inner { padding-right: 16px; padding-left: 16px; } }

@media (max-width: 576px) { [dir] .prtnr-dashboard-section-inner { margin: 0; padding: 0; } }

.prtnr-dashboard-searchform { z-index: 1; -moz-box-sizing: border-box; box-sizing: border-box; min-height: 1px; width: 100%; }

[dir] .prtnr-dashboard-searchform { padding-top: 24px; }

[dir=ltr] .prtnr-dashboard-searchform { padding-left: 12px; padding-right: 12px; }

[dir=rtl] .prtnr-dashboard-searchform { padding-right: 12px; padding-left: 12px; }

@media (max-width: 680px) { [dir] .prtnr-dashboard-searchform { padding: 24px 0 0; } }

@media (min-width: 769px) { .prtnr-dashboard-searchform { flex: 0 0 100%; max-width: 100%; } }

[dir] .prtnr-dashboard-searchform:last-child { margin-bottom: 24px; }

[dir] .prtnr-dashboard-blog-slider .zenblog { padding: 82px 0 24px; }

@media (max-width: 680px) { [dir=ltr] .prtnr-dashboard-blog-slider .zenblog { padding: 46px 40px 24px 20px; } [dir=rtl] .prtnr-dashboard-blog-slider .zenblog { padding: 46px 20px 24px 40px; } }

.prtnr-dashboard-blog-slider .zenblog-title { font-size: 24px; }

[dir] .prtnr-dashboard-blog-slider .zenblog-title, [dir] .prtnr-dashboard-blog-slider .zenblog-posts { margin-bottom: 24px; }

.prtnr-dashboard-blog-slider .zenblog-posts { display: flex; }

@media (max-width: 680px) { .prtnr-dashboard-blog-slider .zenblog-posts { min-height: 290px; } }

@media (min-width: 1075px) { .prtnr-dashboard-blog-slider .zenblog-posts-item { width: 32%; } }

@media (min-width: 681px) and (max-width: 1074px) { .prtnr-dashboard-blog-slider .zenblog-posts-item { width: 49%; } }

[dir] .prtnr-dashboard-blog-slider .zenblog-posts-item:not(:last-child) { margin-bottom: 0; }

[dir=ltr] .prtnr-dashboard-blog-slider .zenblog-posts-item:not(:last-child) { margin-right: 20px; }

[dir=rtl] .prtnr-dashboard-blog-slider .zenblog-posts-item:not(:last-child) { margin-left: 20px; }

.prtnr-dashboard-blog-slider .zenblog-post-image { height: 200px; }

@media (max-width: 680px) { .prtnr-dashboard-blog-slider .zenblog-post-image { height: 140px; } }

.prtnr-dashboard-blog-slider .zenblog-post-title { font-size: 18px; }

[dir=ltr] .prtnr-dashboard-blog-slider .zenswipecontainer-element-next { left: calc(100% + 20px); }

[dir=rtl] .prtnr-dashboard-blog-slider .zenswipecontainer-element-next { right: calc(100% + 20px); }

[dir=ltr] .prtnr-dashboard-blog-slider .zenswipecontainer-element-prev { right: calc(100% + 20px); }

[dir=rtl] .prtnr-dashboard-blog-slider .zenswipecontainer-element-prev { left: calc(100% + 20px); }

/** @example <input type="checkbox" /> <-- native checkbox <span class="<% someClass %>></span> <-- mixin target */
.zen-fullscreenpopup { bottom: 0; box-sizing: border-box; display: table; height: 100vh; position: fixed; top: 0; vertical-align: middle; width: 100vw; z-index: 23; }
[dir] .zen-fullscreenpopup { background: rgba(0, 0, 0, 0.6); border-top: 0; padding: 0 1vw; }
[dir=ltr] .zen-fullscreenpopup { left: 0; }
[dir=rtl] .zen-fullscreenpopup { right: 0; }

@media (max-width: 680px) { [dir] .zen-fullscreenpopup { padding: 0 5px; } }

.zen-fullscreenpopup-wrapper { display: table-cell; position: relative; vertical-align: middle; }

[dir] .zen-fullscreenpopup-wrapper { text-align: center; }

.zen-fullscreenpopup-inner { max-width: 1000px; position: relative; }

[dir] .zen-fullscreenpopup-inner { margin: 0 auto; }

.body-popup-short .zen-fullscreenpopup-inner { max-width: 600px; }

@media (max-width: 954px) { .popupmap-show .zen-fullscreenpopup-inner, .roominfo-show .zen-fullscreenpopup-inner { max-width: 100%; } }

@media (max-width: 954px) { .zen-fullscreenpopup-inner { max-width: 600px; }
  .body-booking .zen-fullscreenpopup-inner { max-width: 320px; } }

@media (max-width: 954px) { .zen-fullscreenpopup-inner::after { bottom: 0; content: ''; height: 30px; position: absolute; width: 100%; } [dir] .zen-fullscreenpopup-inner::after { background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%); } [dir=ltr] .zen-fullscreenpopup-inner::after { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; right: 0; } [dir=rtl] .zen-fullscreenpopup-inner::after { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; left: 0; } }

.zen-fullscreenpopup-content { max-height: 80vh; overflow: auto; }

@media (max-width: 680px) { .zen-fullscreenpopup-content { overflow-y: scroll; } }

@media (min-width: 681px) { [dir] .zen-fullscreenpopup-content { margin-top: 40px; } }

@media (max-width: 680px) { .popupmap-show .zen-fullscreenpopup-content { max-height: 80vh; } }

[dir] .roominfo-show .zen-fullscreenpopup-content { background: white; }

.body-adaptive-hotel.body-overflow-hidden .zen-fullscreenpopup-content, .body-adaptive-hotels.body-overflow-hidden .zen-fullscreenpopup-content { max-height: 85vh; }

[dir] .body-adaptive-hotel.body-overflow-hidden .zen-fullscreenpopup-content, [dir] .body-adaptive-hotels.body-overflow-hidden .zen-fullscreenpopup-content { margin-top: -40px; }

.zen-fullscreenpopup-close { align-items: center; display: flex; height: 30px; justify-content: center; position: absolute; width: 30px; }

[dir] .zen-fullscreenpopup-close { background: #ffffff; border-radius: 50%; cursor: pointer; margin-top: -40px; }

[dir=ltr] .zen-fullscreenpopup-close { right: 0; }

[dir=rtl] .zen-fullscreenpopup-close { left: 0; }

.zen-fullscreenpopup-close-icon { height: 12px; width: 12px; }

[dir] .zen-fullscreenpopup-close-icon { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='rgba(0,0,0,0.6)' d='M1.5-.2L-.2 1.5 4.3 6l-4.5 4.5 1.7 1.7L6 7.7l4.5 4.5 1.7-1.7L7.7 6l4.5-4.5-1.7-1.7L6 4.3 1.5-.2z'/%3E%3C/svg%3E"); }

.popupmap-show .zen-fullscreenpopup-close { bottom: auto; top: -40px; }

[dir] .popupmap-show .zen-fullscreenpopup-close { margin-top: 0; transform: translateX(0); }

[dir=ltr] .popupmap-show .zen-fullscreenpopup-close { left: auto; right: 0; }

[dir=rtl] .popupmap-show .zen-fullscreenpopup-close { right: auto; left: 0; }

.zen-roomspage-popup-policydescription-wrapper { max-width: 600px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .zen-roomspage-popup-policydescription-wrapper { background-color: white; border-radius: 4px; padding: 16px 18px; }

[dir=ltr] .zen-roomspage-popup-policydescription-wrapper { text-align: left; }

[dir=rtl] .zen-roomspage-popup-policydescription-wrapper { text-align: right; }

.zen-roomspage-popup-policydescription-header { color: #292f37; font-size: 13px; font-weight: 500; }

[dir] .zen-roomspage-popup-policydescription-header { margin-bottom: 10px; }

[dir=ltr] .zen-roomspage-popup-policydescription-header { padding-left: 10px; }

[dir=rtl] .zen-roomspage-popup-policydescription-header { padding-right: 10px; }

.zen-roomspage-popup-policydescription-text { color: #292f37; font-size: 13px; font-weight: 400; }

[dir] .zen-roomspage-popup-policydescription-text { margin-bottom: 10px; }

[dir=ltr] .zen-roomspage-popup-policydescription-text { padding-left: 10px; }

[dir=rtl] .zen-roomspage-popup-policydescription-text { padding-right: 10px; }

.zensearchhistoryhotelcard { -webkit-user-select: none; -moz-user-select: none; user-select: none; color: inherit; display: flex; flex: 1 0 230px; height: 85px; overflow: hidden; text-decoration: inherit; transition: box-shadow .2s ease-in-out; width: 230px; }

[dir] .zensearchhistoryhotelcard { background: white; border-radius: 5px; cursor: pointer; }

@media (min-width: 1391px) { .zen-roomspage-rightbar-hotelhistory .zensearchhistoryhotelcard { flex: 1 0 300px; width: 300px; } }

[dir] .zensearchhistoryhotelsslider .zensearchhistoryhotelcard:hover { box-shadow: 0 3px 5px 0 rgba(41, 47, 55, 0.1); }

[dir] .zensearchhistoryhotels .zensearchhistoryhotelcard { margin-bottom: 10px; }

.zensearchhistoryhotels .zensearchhistoryhotelcard:hover { width: 240px; }

[dir] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { box-shadow: 0 3px 5px 0 rgba(41, 47, 55, 0.2); }

[dir=ltr] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { animation:  history-hotelcard-size-ltr 0.3s; margin-left: -5px; }

[dir=rtl] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { animation:  history-hotelcard-size-rtl 0.3s; margin-right: -5px; }

.zensearchhistoryhotels .zensearchhistoryhotelcard:hover .zensearchhistoryhotelcard-img { min-width: 87px; }

[dir=ltr] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover .zensearchhistoryhotelcard-img { animation: history-hotelcard-img 0.3s; }

[dir=rtl] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover .zensearchhistoryhotelcard-img { animation: history-hotelcard-img 0.3s; }

[dir=ltr] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover .zensearchhistoryhotelcard-description-value { animation:  history-hotelcard-description-ltr 0.3s; margin-right: 20px; }

[dir=rtl] .zensearchhistoryhotels .zensearchhistoryhotelcard:hover .zensearchhistoryhotelcard-description-value { animation:  history-hotelcard-description-rtl 0.3s; margin-left: 20px; }

@media (min-width: 1391px) { .zen-roomspage-rightbar-hotelhistory .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { width: 305px; } [dir=ltr] .zen-roomspage-rightbar-hotelhistory .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { animation:  history-hotelcard-size-wide-ltr 0.3s; } [dir=rtl] .zen-roomspage-rightbar-hotelhistory .zensearchhistoryhotels .zensearchhistoryhotelcard:hover { animation:  history-hotelcard-size-wide-rtl 0.3s; } }

.zensearchhistoryhotelcard-img { height: 100%; min-width: 82px; }

[dir=ltr] .zensearchhistoryhotelcard-img { background-position: right; }

[dir=rtl] .zensearchhistoryhotelcard-img { background-position: left; }

[dir] .zensearchhistoryhotelcard-img-error { background-color: #2f353c; background-image: url(/img/2023/thumb-error.svg); background-position: 50% 50%; background-repeat: no-repeat; background-size: 55px; }

.zensearchhistoryhotelcard-description { display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; overflow: hidden; }

[dir] .zensearchhistoryhotelcard-description { margin: 3px 10px 10px; }

.zen-roomspage-rightbar-hotelhistory .zensearchhistoryhotelcard-description { max-width: 193px; }

.zensearchhistoryhotelcard-description-info-stars { display: flex; justify-content: left; }

.zensearchhistoryhotelcard-description-info-stars-star { height: 9px; width: 10px; }

[dir] .zensearchhistoryhotelcard-description-info-stars-star { background-image: url(/img/2023/star.svg); background-repeat: no-repeat; background-size: contain; }

.zensearchhistoryhotelcard-description-info-hotelname { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; font-weight: 500; max-height: 32px; overflow: hidden; text-overflow: ellipsis; }

[dir] .zensearchhistoryhotelcard-description-info-hotelname { margin-bottom: 1px; }

.zensearchhistoryhotelcard-description-info-dates { color: #85878b; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.zensearchhistoryhotelcard-description-value { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; font-weight: 500; position: relative; overflow: hidden; text-overflow: ellipsis; }

[dir=ltr] .zensearchhistoryhotelcard-description-value { margin-right: 15px; text-align: right; }

[dir=rtl] .zensearchhistoryhotelcard-description-value { margin-left: 15px; text-align: left; }

.zensearchhistoryhotelcard-description-value::before { bottom: 5px; content: ''; display: block; height: 6px; position: absolute; width: 6px; }

[dir] .zensearchhistoryhotelcard-description-value::before { border-style: solid; }

[dir=ltr] .zensearchhistoryhotelcard-description-value::before { border-width: 1.5px 1.5px 0 0; right: -10px; transform: rotate(-315deg); }

[dir=rtl] .zensearchhistoryhotelcard-description-value::before { border-width: 1.5px 0 0 1.5px; left: -10px; transform: rotate(315deg); }

.zensearchhistoryhotelcard-no-price .zensearchhistoryhotelcard-description-value { color: #85878b; font-size: 10px; font-weight: 400; white-space: nowrap; }

[dir=ltr] .zensearchhistoryhotelcard-no-price .zensearchhistoryhotelcard-description-value { margin-right: 0; text-align: left; }

[dir=rtl] .zensearchhistoryhotelcard-no-price .zensearchhistoryhotelcard-description-value { margin-left: 0; text-align: right; }

.zensearchhistoryhotelcard-no-price .zensearchhistoryhotelcard-description-value::before { display: none; }

[dir=ltr] .zensearchhistoryhotels .zensearchhistoryhotelcard-no-price:hover .zensearchhistoryhotelcard-description-value { animation: none; margin-right: 0; }

[dir=rtl] .zensearchhistoryhotels .zensearchhistoryhotelcard-no-price:hover .zensearchhistoryhotelcard-description-value { animation: none; margin-left: 0; }

.zensearchhistoryhotelcard-soldout .zensearchhistoryhotelcard-description-value { color: #a50000; }

[dir=ltr] .zensearchhistoryhotelcard-soldout .zensearchhistoryhotelcard-description-value { text-align: left; }

[dir=rtl] .zensearchhistoryhotelcard-soldout .zensearchhistoryhotelcard-description-value { text-align: right; }

.zensearchhistoryhotelcard-soldout .zensearchhistoryhotelcard-description-value::before { display: none; }

.zensearchhistoryhotelcard-showmore { align-items: center; display: flex; font-weight: 500; height: 35px; justify-content: center; width: 100%; }

[dir] .zensearchhistoryhotelcard-showmore { background: white; border-radius: 5px; }

[dir] .zensearchhistoryhotelcard-showmore:hover { box-shadow: 0 3px 5px 0 rgba(41, 47, 55, 0.2); }

.zensearchhistoryhotelsslider-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; font-weight: 500; }

[dir] .zensearchhistoryhotelsslider-title { margin-bottom: 20px; }

@media (max-width: 680px) { [dir=ltr] .zensearchhistoryhotelsslider-title { margin-left: 15px; } [dir=rtl] .zensearchhistoryhotelsslider-title { margin-right: 15px; } }

.zensearchhistoryhotelsslider-hotels { display: flex; overflow: hidden; position: relative; }

[dir] .zensearchhistoryhotelsslider-hotels { border-radius: 5px; padding-bottom: 10px; }

[dir=ltr] .zensearchhistoryhotelsslider-hotels { margin: 0 15px 0 0; }

[dir=rtl] .zensearchhistoryhotelsslider-hotels { margin: 0 0 0 15px; }

.zensearchhistoryhotelsslider-hotels::after { content: ''; height: 85px; position: absolute; top: 0; width: 20px; }

[dir=ltr] .zensearchhistoryhotelsslider-hotels::after { background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); right: 0; }

[dir=rtl] .zensearchhistoryhotelsslider-hotels::after { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 100%); left: 0; }

@media (max-width: 680px) { [dir=ltr] .zensearchhistoryhotelsslider-hotels { margin: 0 0 5px 15px; } [dir=rtl] .zensearchhistoryhotelsslider-hotels { margin: 0 15px 5px 0; } }

.zensearchhistoryhotelsslider-hotels-shadeless::after { content: none; }

.zensearchhistoryhotelsslider-hotels-wrapper { display: flex; }

@media (max-width: 680px) { .zensearchhistoryhotelsslider-hotels-wrapper { display: block; } }

.zensearchhistoryhotelsslider-hotels-inner { display: flex; }

@media (min-width: 681px) { .zensearchhistoryhotelsslider-hotels-inner { transition: all .3s ease-in-out; } }

[dir=ltr] .zensearchhistoryhotelsslider-hotels-hotel { padding-right: 15px; }

[dir=rtl] .zensearchhistoryhotelsslider-hotels-hotel { padding-left: 15px; }

.zensearchhistoryhotelsslider-hotels-end { -webkit-user-select: none; -moz-user-select: none; user-select: none; color: #85878b; font-size: 13px; line-height: 18px; white-space: nowrap; }

[dir] .zensearchhistoryhotelsslider-hotels-end { padding: 31px 5px; }

[dir=ltr] .zensearchhistoryhotelsslider-hotels-inner-gap { transform: translateX(-55px); }

[dir=rtl] .zensearchhistoryhotelsslider-hotels-inner-gap { transform: translateX(55px); }

.zensearchhistoryhotelsslider-btn { -webkit-user-select: none; -moz-user-select: none; user-select: none; flex: 0 0 auto; height: 85px; position: relative; transition: box-shadow .2s ease-in-out; width: 40px; }

[dir] .zensearchhistoryhotelsslider-btn { background-color: white; cursor: pointer; }

.zensearchhistoryhotelsslider-btn::before { content: ''; height: 17px; position: absolute; top: calc(50% - 8.5px); width: 11px; z-index: 1; }

[dir=ltr] .zensearchhistoryhotelsslider-btn::before { left: calc(50% - 5.5px); }

[dir=rtl] .zensearchhistoryhotelsslider-btn::before { right: calc(50% - 5.5px); }

.zensearchhistoryhotelsslider-btn::after { bottom: 0; content: ''; position: absolute; top: 0; }

[dir] .zensearchhistoryhotelsslider-btn::after { background-color: white; border-radius: 5px; }

[dir=ltr] .zensearchhistoryhotelsslider-btn::after { left: 0; right: 0; }

[dir=rtl] .zensearchhistoryhotelsslider-btn::after { right: 0; left: 0; }

[dir] .zensearchhistoryhotelsslider-btn:not(.zensearchhistoryhotelsslider-btn-disabled):hover::after { box-shadow: 0 3px 5px 0 rgba(41, 47, 55, 0.1); }

.zensearchhistoryhotelsslider-btn-prev { position: absolute; transition: opacity .2s ease-out, box-shadow .2s ease-in-out; z-index: 1; }

[dir] .zensearchhistoryhotelsslider-btn-prev { transition-delay: .1s, 0s; }

[dir] .zensearchhistoryhotelsslider-btn-prev::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%234086e4' d='M12.5 2.7l-8.9 8.8 8.9 8.9a1.5 1.5 0 11-2.2 2L.4 12.7C0 12 0 11.5.1 10.9l.4-.5L10.4.5a1.5 1.5 0 012 2.2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; }

[dir=ltr] .zensearchhistoryhotelsslider-btn-prev::before { left: calc(50% - 6px); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-prev::before { right: calc(50% - 6px); }

[dir=ltr] .zensearchhistoryhotelsslider-btn-prev::before { transform: rotate(0); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-prev::before { transform: rotate(180deg); }

[dir] .zensearchhistoryhotelsslider-btn-next::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%234086e4' d='M12.5 2.7l-8.9 8.8 8.9 8.9a1.5 1.5 0 11-2.2 2L.4 12.7C0 12 0 11.5.1 10.9l.4-.5L10.4.5a1.5 1.5 0 012 2.2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; }

[dir=ltr] .zensearchhistoryhotelsslider-btn-next::before { left: calc(50% - 5px); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-next::before { right: calc(50% - 5px); }

[dir=ltr] .zensearchhistoryhotelsslider-btn-next::before { transform: rotate(180deg); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-next::before { transform: rotate(0); }

[dir] .zensearchhistoryhotelsslider-btn-disabled { cursor: default; }

[dir] .zensearchhistoryhotelsslider-btn-disabled::after { background-color: #f8f8f7; }

.zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-prev { opacity: 0; visibility: hidden; }

[dir] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-prev { transition-delay: 0s; transition-timing-function: ease-out; }

[dir] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-prev::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='rgba(133,135,139,0.2)' d='M12.5 2.7l-8.9 8.8 8.9 8.9a1.5 1.5 0 11-2.2 2L.4 12.7C0 12 0 11.5.1 10.9l.4-.5L10.4.5a1.5 1.5 0 012 2.2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; }

[dir=ltr] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-prev::before { transform: rotate(0); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-prev::before { transform: rotate(180deg); }

[dir] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-next::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='rgba(133,135,139,0.2)' d='M12.5 2.7l-8.9 8.8 8.9 8.9a1.5 1.5 0 11-2.2 2L.4 12.7C0 12 0 11.5.1 10.9l.4-.5L10.4.5a1.5 1.5 0 012 2.2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; }

[dir=ltr] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-next::before { transform: rotate(180deg); }

[dir=rtl] .zensearchhistoryhotelsslider-btn-disabled.zensearchhistoryhotelsslider-btn-next::before { transform: rotate(0); }

.zensearchhistoryhotelsslider-hotels-dots { display: flex; justify-content: center; }

.zensearchhistoryhotelsslider-hotels-dot { height: 4px; width: 4px; }

[dir] .zensearchhistoryhotelsslider-hotels-dot { border-radius: 50%; border: 1px solid #85878b; }

[dir=ltr] .zensearchhistoryhotelsslider-hotels-dot { margin-right: 15px; }

[dir=rtl] .zensearchhistoryhotelsslider-hotels-dot { margin-left: 15px; }

[dir=ltr] .zensearchhistoryhotelsslider-hotels-dot:last-child { margin-right: 0; }

[dir=rtl] .zensearchhistoryhotelsslider-hotels-dot:last-child { margin-left: 0; }

[dir] .zensearchhistoryhotelsslider-hotels-dot-active { background-color: #85878b; }

.zenblog-title { display: inline-block; font-size: 20px; font-weight: 500; line-height: 28px; }

[dir] .zenblog-title { margin-bottom: 16px; }

.zenblog-posts-wrapper { position: relative; }

.zenblog-posts-wrapper-loading::before { content: ''; height: 100%; pointer-events: none; position: absolute; top: 0; width: 680px; z-index: 1; }

[dir=ltr] .zenblog-posts-wrapper-loading::before { animation:  gradient-ltr 2s linear 2s infinite; background-image: linear-gradient(116deg, rgba(242, 241, 240, 0) 18%, rgba(242, 241, 240, 0.8) 50%, rgba(242, 241, 240, 0) 82%); left: 0; }

[dir=rtl] .zenblog-posts-wrapper-loading::before { animation:  gradient-rtl 2s linear 2s infinite; background-image: linear-gradient(-116deg, rgba(242, 241, 240, 0) 18%, rgba(242, 241, 240, 0.8) 50%, rgba(242, 241, 240, 0) 82%); right: 0; }

.zenblog-posts { list-style: none; }

[dir] .zenblog-posts-item:not(:last-child) { margin-bottom: 20px; }

.zenblog-post-image, .zenblog-skeleton-post-image { display: block; height: 140px; overflow: hidden; width: 100%; }

[dir] .zenblog-post-image, [dir] .zenblog-skeleton-post-image { border-radius: 7px; margin-bottom: 16px; }

.zenblog-post-content { align-items: center; display: flex; justify-content: space-between; }

[dir] .zenblog-post-content { margin-bottom: 8px; }

.zenblog-post-content-link { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #292f37; font-size: 12px; font-weight: 600; letter-spacing: 1.2px; line-height: 17px; text-decoration: none; text-transform: uppercase; }

[dir=ltr] .zenblog-post-content-link { margin-right: 12px; }

[dir=rtl] .zenblog-post-content-link { margin-left: 12px; }

.zenblog-post-content-date { font-size: 11px; font-weight: 500; }

.zenblog-post-title { font-size: 16px; font-weight: 500; line-height: 1.38; }

.zenblog-button-wrapper { display: flex; justify-content: center; }

[dir] .zenblog-button-wrapper { border-top: 1px solid #afafaf; padding-top: 20px; }

.zenblog-skeleton-post-image { align-items: center; display: flex; justify-content: center; }

[dir] .zenblog-skeleton-post-image { background-color: #e5e5e5; }

[dir] .zenblog-skeleton-post-image .zendotsloader-dot { background-color: #afafaf; }

.zenblog-skeleton-post-content { align-items: center; display: flex; justify-content: space-between; }

[dir] .zenblog-skeleton-post-content { margin-bottom: 12px; }

.zenblog-skeleton-post-content-link { height: 17px; width: 100px; }

[dir] .zenblog-skeleton-post-content-link { background-color: #e5e5e5; border-radius: 7px; }

.zenblog-skeleton-post-content-date { height: 11px; width: 50px; }

[dir] .zenblog-skeleton-post-content-date { background-color: #e5e5e5; border-radius: 7px; }

.zenblog-skeleton-post-title-item { height: 16px; width: 100%; }

[dir] .zenblog-skeleton-post-title-item { background-color: #d9e0ec; border-radius: 5px; margin-bottom: 10px; }

.zenblog-skeleton-post-title-item:last-child { width: 60%; }

[dir] .zenblog-skeleton-post-title-item:last-child { margin-bottom: 0; }

.zennewsfeed-posts-inner { overflow: hidden; }

.zennewsfeed-posts { display: flex; justify-content: space-between; list-style: none; }

.zennewsfeed-posts-swipe { list-style: none; }

[dir] .zennewsfeed-posts-control-pins { margin-top: 20px; }

.zennewsfeed-posts-item { max-width: 373px; min-height: 164px; min-width: 296px; width: 373px; }

[dir=ltr] .zennewsfeed-posts-item { margin-right: 40px; }

[dir=rtl] .zennewsfeed-posts-item { margin-left: 40px; }

@media (min-width: 955px) and (max-width: 1074px) { .zennewsfeed-posts-item { min-width: 280px; } [dir=ltr] .zennewsfeed-posts-item { margin-right: 30px; } [dir=rtl] .zennewsfeed-posts-item { margin-left: 30px; } }

[dir=ltr] .zennewsfeed-posts-item:last-child { margin-right: 0; }

[dir=rtl] .zennewsfeed-posts-item:last-child { margin-left: 0; }

.zennewsfeed-post { display: flex; height: 100%; overflow: hidden; }

[dir] .zennewsfeed-post { background-color: #ffffff; border-radius: 7px; }

.zennewsfeed-post-image { flex-shrink: 0; width: 64px; }

@media (max-width: 680px) { .zennewsfeed-post-image { width: 40px; } }

[dir] .zennewsfeed-post-image .zenimage { background-color: transparent; }

[dir] .zennewsfeed-post-content { padding: 16px 20px 18px; }

@media (min-width: 681px) and (max-width: 954px) { .zennewsfeed-post-content { height: 190px; width: 100%; } }

@media (max-width: 680px) { .zennewsfeed-post-content { height: 190px; width: 100%; } }

.zennewsfeed-post-content-title { display: block; font-size: 20px; line-height: 25px; font-weight: 700; text-decoration: none; }

[dir] .zennewsfeed-post-content-title { margin-bottom: 8px; }

.zennewsfeed-post-content-text { font-size: 16px; font-weight: 400; line-height: 21px; }

.zenpopuptip { box-sizing: border-box; max-width: 320px; position: fixed; z-index: 23; }

[dir] .zenpopuptip { background: #fffbef; border: 1px solid rgba(133, 135, 139, 0.2); border-radius: 3px; padding: 15px 20px; }

[dir=ltr] .zentexttip, [dir=ltr] .zenloyaltyinfotip { text-align: left; }

[dir=rtl] .zentexttip, [dir=rtl] .zenloyaltyinfotip { text-align: right; }

[dir] .zen-fullscreenpopup .zentexttip, [dir] .zen-fullscreenpopup .zenloyaltyinfotip { background: white; border: 1px solid rgba(133, 135, 139, 0.2); border-radius: 3px; padding: 20px; }

.zenpaymenttip-title, .zentexttip-title, .zenloyaltyinfotip-title { font-size: 20px; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .zenpaymenttip-title, [dir] .zentexttip-title, [dir] .zenloyaltyinfotip-title { margin-bottom: 5px; }

.zenpaymenttip-description, .zentexttip-text, .zenloyaltyinfotip-text { font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .zenpaymenttip-description p, [dir] .zentexttip-text p, [dir] .zenloyaltyinfotip-text p { margin-bottom: 5px; }

[dir] .zenpaymenttip-description:not(:last-child) { margin-bottom: 10px; }

[dir] .zenpaymenttip-description-titleless:not(:last-child) { margin-bottom: 0; }

.zentexttip-text b { display: block; font-weight: 600; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir] .zentexttip-text b { margin-bottom: 5px; }

[dir] .zenloyaltyinfotip-title { margin-bottom: 10px; }

.zenloyaltyinfotip-title span { white-space: nowrap; }

.zenloyaltyinfotip-text { position: relative; }

[dir=ltr] .zenloyaltyinfotip-text { padding-left: 20px; }

[dir=rtl] .zenloyaltyinfotip-text { padding-right: 20px; }

.zenloyaltyinfotip-text::before { bottom: 0; content: ''; position: absolute; top: 0; width: 8px; }

[dir] .zenloyaltyinfotip-text::before { background-color: #4fac00; border-radius: 2px; }

[dir=ltr] .zenloyaltyinfotip-text::before { left: 0; }

[dir=rtl] .zenloyaltyinfotip-text::before { right: 0; }

.zenloyaltyinfotip-bonus-popup-charge { font-style: italic; }

[dir] .zenloyaltyinfotip-bonus-popup-charge { margin-bottom: 5px; }

.zenloyaltyinfotip-bonus-popup-charge-b2b { font-style: italic; }

[dir] .zenloyaltyinfotip-bonus-popup-charge-b2b { margin: 5px 0; }

[dir] .zenloyaltyinfotip-bonus-popup-dreams-link, [dir] .zenloyaltyinfotip-bonus-popup-miles-link, [dir] .zenloyaltyinfotip-bonus-popup-zenpoints-link { margin-top: 5px; }

.zentransliterationtip-inner { max-width: 200px; overflow: hidden; text-overflow: ellipsis; }

.zentransliterationtip-transliteration { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 500; text-transform: capitalize; }

[dir] .zentravelpolicytip-content:not(:last-child) { margin-bottom: 16px; }

.zentravelpolicytip-title { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; font-weight: 500; }

[dir] .zentravelpolicytip-title { margin-bottom: 4px; }

.zentravelpolicytip-description { font-size: 14px; }

.zen-progressbar { height: 6px; overflow: hidden; position: relative; }

[dir] .zen-progressbar { background: #f2f1f0; border-radius: 3px; }

.zen-progressbar-progress { height: 100%; overflow: hidden; position: relative; width: 100%; will-change: transform; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

[dir] .zen-progressbar-progress { background: #2f9cea; border-radius: 3px; -webkit-transition: all 0.3s ease-out; }

[dir=ltr] .zen-progressbar-progress { transform: translateX(-100%); }

[dir=rtl] .zen-progressbar-progress { transform: translateX(100%); }

.zen-progressbar-progress-line { bottom: 0; position: absolute; top: 0; will-change: transform; }

[dir] .zen-progressbar-progress-line { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6'%3E%3Cpath fill='rgba(255,196,150,0.33)' d='M4 0h9L9 6H0z'/%3E%3C/svg%3E"); }

[dir=ltr] .zen-progressbar-progress-line { animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-name:  progressline-animation-ltr ; animation-duration: 12s; left: -50%; right: -50%; }

[dir=rtl] .zen-progressbar-progress-line { animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-name:  progressline-animation-rtl ; animation-duration: 12s; right: -50%; left: -50%; }

.zenpopuptipcontainer { display: none; }

.zenpopuptipcontainer-show { display: inline-block; height: 22px; position: relative; width: 22px; z-index: 2; }

[dir] .zenpopuptipcontainer-show { margin: -3px; }

.zenpopuptipcontainer-show::after { content: ''; height: 16px; opacity: .46; position: absolute; top: 4px; transition: all .16s ease; width: 16px; z-index: -1; }

[dir] .zenpopuptipcontainer-show::after { background-image: url(/img/2023/icon-info.svg); background-position: center; background-repeat: no-repeat; }

[dir=ltr] .zenpopuptipcontainer-show::after { left: 3px; }

[dir=rtl] .zenpopuptipcontainer-show::after { right: 3px; }

.zenpopuptipcontainer-show::before { content: ''; height: 16px; opacity: .04; position: absolute; top: 4px; transition: all .16s ease; width: 16px; z-index: -1; }

[dir] .zenpopuptipcontainer-show::before { background-color: var(--palette-black); border-radius: 4px; }

[dir=ltr] .zenpopuptipcontainer-show::before { left: 3px; }

[dir=rtl] .zenpopuptipcontainer-show::before { right: 3px; }

.zenpopuptipcontainer-show:hover::after { filter: invert(1); opacity: 1; }

.zenpopuptipcontainer-show:hover::before { opacity: 1; }

.zenpopuptipcontainer-error { display: block; content: ''; height: 16px; width: 15px; }

[dir] .zenpopuptipcontainer-error { background-image: url(/img/2023/fielderroricon.svg); background-repeat: no-repeat; }

[dir] .zen-fullscreenpopup-content .prtnrroomsrate-price-description-popup-inner { background-color: white; border-radius: 5px; padding: 20px; }

[dir=ltr] .zen-fullscreenpopup-content .prtnrroomsrate-price-description-popup-inner { text-align: left; }

[dir=rtl] .zen-fullscreenpopup-content .prtnrroomsrate-price-description-popup-inner { text-align: right; }

[dir] .prtnrroomsrate-price-description-popup-all-description .zenroomspagerate-price-value-popup-tax { margin-bottom: 0; }

.zen-roomspagerate-detailedprice { display: inline-block; }

.zentooltip-child .prtnrpricedescriptionV2 { max-width: none; }

.zentooltip-popup .prtnrpricedescriptionV2 { max-width: calc(100vw); }

[dir] .zentooltip-popup .prtnrpricedescriptionV2 { background-color: #f4f4f4; border-radius: 6px; margin: -20px; padding: 20px 0; }

.zentooltip-popup .prtnrpricedescriptionV2-title { display: block; font-size: 20px; font-weight: 700; line-height: 24px; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-title { margin-bottom: 16px; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-title { padding-left: 20px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-title { padding-right: 20px; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table { padding-bottom: 16px; }

.zentooltip-popup .prtnrpricedescriptionV2-table::after { top: 116px; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table::after { background-color: #e5e5e5; }

.zentooltip-popup .prtnrpricedescriptionV2-norow .prtnrpricedescriptionV2-table::after { top: 91px; }

.zentooltip-popup .prtnrpricedescriptionV2-notworows .prtnrpricedescriptionV2-table::after { top: 67px; }

.zentooltip-popup .prtnrpricedescriptionV2-table-inner { overflow-x: auto; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-inner { padding-top: 6px; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-table-inner { padding-left: 22px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-table-inner { padding-right: 22px; }

.zentooltip-popup .prtnrpricedescriptionV2-table-column-titles { align-self: stretch; position: relative; z-index: 1; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-titles { background-color: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(141, 141, 141, 0.32); padding: 6px 16px; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-table-column-titles { margin-right: -10px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-table-column-titles { margin-left: -10px; }

.zentooltip-popup .prtnrpricedescriptionV2-table-cell-title { font-weight: 700; font-size: 16px; }

.zentooltip-popup .prtnrpricedescriptionV2-table-cell-vat { color: #afafaf; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-table-column-titles-with-subscription { padding-right: 24px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-table-column-titles-with-subscription { padding-left: 24px; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-tariff { border-color: white; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-commission { border-color: white; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-payment-content { background-color: white; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-markup { border-color: white; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-table-column-client { background-color: white; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-net .prtnrpricedescriptionV2-table-column-client { padding-right: 16px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-net .prtnrpricedescriptionV2-table-column-client { padding-left: 16px; }

.zentooltip-popup .prtnrpricedescriptionV2-inner { flex-direction: column; }

.zentooltip-popup .prtnrpricedescriptionV2-inner::before { display: none; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-taxes { padding: 12px 16px; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-taxes { border-right: 0; margin-right: 0; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-taxes { border-left: 0; margin-left: 0; }

.zentooltip-popup .prtnrpricedescriptionV2-taxes-item { line-height: 24px; }

.zentooltip-popup .prtnrpricedescriptionV2-pricespernight { position: relative; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-pricespernight { padding: 12px 16px; }

.zentooltip-popup .prtnrpricedescriptionV2-pricespernight::before { content: ''; height: 1px; position: absolute; top: 0; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-pricespernight::before { background-color: #e5e5e5; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-pricespernight::before { left: 16px; right: 16px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-pricespernight::before { right: 16px; left: 16px; }

.zentooltip-popup .prtnrpricedescriptionV2-pricespernight-title div { color: #afafaf; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-fidelity { padding: 12px 16px 0; }

[dir] .zentooltip-popup .prtnrpricedescriptionV2-fidelity::before { background-color: #e5e5e5; }

[dir=ltr] .zentooltip-popup .prtnrpricedescriptionV2-fidelity::before { left: 16px; right: 16px; }

[dir=rtl] .zentooltip-popup .prtnrpricedescriptionV2-fidelity::before { right: 16px; left: 16px; }

[dir] .zen-fullscreenpopup-content .prtnrroomsrate-extra-price-description-popup-inner { background-color: white; border-radius: 5px; padding: 20px; }

[dir=ltr] .zen-fullscreenpopup-content .prtnrroomsrate-extra-price-description-popup-inner { text-align: left; }

[dir=rtl] .zen-fullscreenpopup-content .prtnrroomsrate-extra-price-description-popup-inner { text-align: right; }

[dir] .prtnrroomsrate-extra-price-description-popup-tax .zenroomspagerate-price-value-popup-tax { margin-bottom: 0; }

.prtnr-footer-inner .zen-footer-security-title, .prtnr-footer-inner .zen-footer-dreams-title { font-weight: 600; }

.prtnr-footer-inner .zen-footer-dreams-link { display: none; }

.prtnr-footer-inner .zen-footer-main-links-item-link { font-size: 16px; }

@media (min-width: 955px) and (max-width: 1074px) { .prtnr-footer-main-links { align-items: flex-start; flex-direction: column; }
  [dir] .prtnr-footer-main-links .zen-footer-main-links { margin-top: 16px; } }

@media (min-width: 681px) and (max-width: 1074px) { .prtnr-footer-main-links { min-width: 300px; }
  [dir] .prtnr-footer-main-links .zen-footer-main-links { margin-top: 16px; } }

@media (max-width: 680px) { .prtnr-footer-main-links { align-items: stretch; max-width: 100%; min-width: auto; } [dir] .prtnr-footer-main-links { padding-top: 0; }
  .prtnr-footer-main-links .zen-footer-main-links { columns: 1; } }

@media (max-width: 680px) { .prtnr-footer-social { justify-content: flex-start; order: -2; width: 100%; } [dir] .prtnr-footer-social { padding: 12px 0; }
  [dir=ltr] .prtnr-footer-social .zen-footer-social-links-item { margin: 0 12px 0 0; }
  [dir=rtl] .prtnr-footer-social .zen-footer-social-links-item { margin: 0 0 0 12px; } }

[dir] .cancellationpolicy-popup-wrapper .zenpopuptip { border-width: 0; padding: 0; }

[dir] .cancellationpolicy-popup-wrapper .zenpopuptip .yellowtip { margin: 0; }

[dir] .body-serp .prtnr-modalpopup .zen-fullscreenpopup-inner, [dir] .body-hotel .prtnr-modalpopup .zen-fullscreenpopup-inner, [dir] .body-adaptive-hotels .prtnr-modalpopup .zen-fullscreenpopup-inner, [dir] .body-adaptive-hotel .prtnr-modalpopup .zen-fullscreenpopup-inner { box-shadow: none; padding: 0; }

.prtnr-serp-clearfilters-shadow { height: 12px; }

[dir] .prtnr-serp-clearfilters-shadow { background-image: linear-gradient(to bottom, rgba(45, 49, 55, 0), rgba(45, 49, 55, 0.3)); }

.body-adaptive-hotels .prtnr-serp-clearfilters-shadow { height: 30px; }

[dir] .body-adaptive-hotels .prtnr-serp-clearfilters-shadow { background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f2f1f0); }

.prtnr-serp-clearfilters-label { align-items: center; color: #9a9df1; display: flex; font-size: 18px; height: 56px; justify-content: center; }

[dir] .prtnr-serp-clearfilters-label { background-color: #ffffff; cursor: pointer; }

.prtnr-serp-clearfilters-label-disabled { color: #bbbbbb; pointer-events: none; }

[dir] .prtnr-serp-clearfilters-label-disabled { cursor: not-allowed; }

.body-adaptive-hotels .prtnr-serp-clearfilters-label { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #969696; font-weight: 500; }

[dir] .body-adaptive-hotels .prtnr-serp-clearfilters-label { background: #f2f1f0; }

.body-adaptive-hotels .prtnr-serp-clearfilters-label:hover { color: #292f37; }

.prtnr-serp-clearfilters-wrapper { position: sticky; position: -webkit-sticky; bottom: 0; z-index: 23; }

.body-adaptive-hotels .prtnr-serp-clearfilters-wrapper { z-index: 3; }

[dir] .body-overflow-hidden .zen-fullscreenpopup { background: rgba(84, 85, 102, 0.32); }

.body-overflow-hidden .zen-fullscreenpopup-close { height: 18px; top: -25px; width: 18px; }

[dir] .body-overflow-hidden .zen-fullscreenpopup-close { cursor: pointer; padding: 4px; }

@media (min-width: 681px) { .body-overflow-hidden .zen-fullscreenpopup-close { top: 24px; } [dir] .body-overflow-hidden .zen-fullscreenpopup-close { margin-top: 0; } [dir=ltr] .body-overflow-hidden .zen-fullscreenpopup-close { right: 24px; } [dir=rtl] .body-overflow-hidden .zen-fullscreenpopup-close { left: 24px; } }

.body-overflow-hidden .zen-fullscreenpopup-close-icon { height: 18px; width: 18px; }

[dir] .body-overflow-hidden .zen-fullscreenpopup-close-icon { background: url("data:image/svg+xml,%3Csvg fill='%23969696' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4 8L14 3.4A1 1 0 0012.6 2L8 6.6 3.4 2A1 1 0 002 2a1 1 0 000 1.4L6.6 8 2 12.6A1 1 0 002 14c.4.4 1 .4 1.4 0L8 9.4l4.6 4.6c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L9.4 8z'/%3E%3C/svg%3E"); }

[dir] .body-overflow-hidden .zen-fullscreenpopup-content { border-radius: 4px; }

@media (max-width: 680px) { [dir] .body-hotel.mobileready .layout .zen-booking-main { margin-bottom: 50px; } }
