ctt-babylon 0.19.5 → 0.19.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/external/core/sli-c2-img-txt-l-v2/sli-c2-img-txt-l-v2.component.mjs +2 -20
- package/esm2022/lib/components/external/core/top-c2-img-txt/top-c2-img-txt.component.mjs +14 -14
- package/fesm2022/ctt-babylon.mjs +14 -32
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/external/core/sli-c2-img-txt-l-v2/sli-c2-img-txt-l-v2.component.d.ts +0 -1
- package/lib/components/external/core/top-c2-img-txt/top-c2-img-txt.component.d.ts +7 -9
- package/package.json +1 -1
package/esm2022/lib/components/external/core/sli-c2-img-txt-l-v2/sli-c2-img-txt-l-v2.component.mjs
CHANGED
|
@@ -71,17 +71,12 @@ export class SliC2ImgTxtLV2Component {
|
|
|
71
71
|
ngOnInit() {
|
|
72
72
|
this.syncSlidesState();
|
|
73
73
|
this.updateActiveTexts();
|
|
74
|
-
this.logDebug('ngOnInit', {
|
|
75
|
-
multimediaImages: this.multimedia?.imagenes?.length ?? 0,
|
|
76
|
-
items: this.items?.length ?? 0,
|
|
77
|
-
fallbackSlides: this.data?.media?.slides?.length ?? 0,
|
|
78
|
-
});
|
|
79
74
|
}
|
|
80
75
|
ngAfterViewInit() {
|
|
81
76
|
this.viewInitialized = true;
|
|
82
77
|
this.syncSlidesState();
|
|
83
78
|
this.updateActiveTexts();
|
|
84
|
-
|
|
79
|
+
// ...
|
|
85
80
|
this.initSlider();
|
|
86
81
|
}
|
|
87
82
|
ngOnChanges(changes) {
|
|
@@ -91,12 +86,6 @@ export class SliC2ImgTxtLV2Component {
|
|
|
91
86
|
}
|
|
92
87
|
this.syncSlidesState();
|
|
93
88
|
this.updateActiveTexts();
|
|
94
|
-
this.logDebug('ngOnChanges', {
|
|
95
|
-
multimediaChanged: !!changes['multimedia'],
|
|
96
|
-
itemsChanged: !!changes['items'],
|
|
97
|
-
dataChanged: !!changes['data'],
|
|
98
|
-
slides: this.slides.length,
|
|
99
|
-
});
|
|
100
89
|
if (this.viewInitialized && isPlatformBrowser(this.platformId)) {
|
|
101
90
|
this.destroySlider();
|
|
102
91
|
this.initSlider();
|
|
@@ -127,15 +116,12 @@ export class SliC2ImgTxtLV2Component {
|
|
|
127
116
|
}
|
|
128
117
|
const slides = this.slides;
|
|
129
118
|
if (slides.length === 0) {
|
|
130
|
-
this.logDebug('initSlider skipped: no slides');
|
|
131
119
|
return;
|
|
132
120
|
}
|
|
133
121
|
const domSlides = this.sectionSlider.nativeElement.querySelectorAll('.swiper-slide').length;
|
|
134
122
|
if (domSlides === 0) {
|
|
135
|
-
this.logDebug('initSlider skipped: DOM slides not ready');
|
|
136
123
|
return;
|
|
137
124
|
}
|
|
138
|
-
this.logDebug('initSlider', { slides: slides.length, domSlides });
|
|
139
125
|
const sliderConfig = this.data.slider;
|
|
140
126
|
const maxSlidesPerView = Math.max(sliderConfig.slidesPc, sliderConfig.slidesLaptop, sliderConfig.slidesTablet, sliderConfig.slidesMobile);
|
|
141
127
|
const hasMultipleSlides = slides.length > 1;
|
|
@@ -322,10 +308,6 @@ export class SliC2ImgTxtLV2Component {
|
|
|
322
308
|
};
|
|
323
309
|
return this.hasAnyText(texts) ? texts : undefined;
|
|
324
310
|
}
|
|
325
|
-
logDebug(message, payload) {
|
|
326
|
-
// Debug temporal para verificar ciclo de vida y entrada de datos del slider.
|
|
327
|
-
console.log('[SliC2ImgTxtLV2]', message, payload ?? '');
|
|
328
|
-
}
|
|
329
311
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SliC2ImgTxtLV2Component, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
330
312
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SliC2ImgTxtLV2Component, isStandalone: true, selector: "sli-c2-img-txt-l-v2", inputs: { texts: "texts", items: "items", multimedia: "multimedia", data: "data" }, viewQueries: [{ propertyName: "sectionSlider", first: true, predicate: ["sectionSlider"], descendants: true }, { propertyName: "sliderPrev", first: true, predicate: ["sliderPrev"], descendants: true }, { propertyName: "sliderNext", first: true, predicate: ["sliderNext"], descendants: true }, { propertyName: "sliderPagination", first: true, predicate: ["sliderPagination"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "@if (data) {\n <section [attr.class]=\"data.sectionClass\">\n <div [attr.class]=\"data.wrapperClass\">\n <div class=\"wrap-section-gallery estilovariante\">\n <div\n class=\"section-gallery-content js-active-slider\"\n [attr.data-slider_name]=\"data.slider.name\"\n [attr.data-slider_showbtns]=\"data.slider.showButtons\"\n [attr.data-slider_btns]=\"data.slider.buttonsClass\"\n [attr.data-slider_showdots]=\"data.slider.showDots\"\n [attr.data-slider_fade]=\"data.slider.fade\"\n [attr.data-slider_autoplay]=\"data.slider.autoplay\"\n [attr.data-slides_pc]=\"data.slider.slidesPc\"\n [attr.data-slides_laptop]=\"data.slider.slidesLaptop\"\n [attr.data-slides_tablet]=\"data.slider.slidesTablet\"\n [attr.data-slides_mobile]=\"data.slider.slidesMobile\"\n >\n <div class=\"wrap-gallery-content\">\n <div class=\"gallery-content-element\">\n <div class=\"gallery-content-multimedia\">\n <div class=\"wrap-content-multimedia\">\n <div class=\"section-slider-counter counter\">\n <span class=\"counter-num actual\">{{ formatCounter(currentSlide) }}</span>\n <span class=\"counter-num total\">{{ formatCounter(totalSlides) }}</span>\n </div>\n <div class=\"section-slider-arrows js-slider-arrows\">\n @if (slides.length > 1 && data.slider.showButtons) {\n <div class=\"complex-info-media_counter counter\">\n <span class=\"counter-num actual\">{{ formatCounter(currentSlide) }}</span>\n <span class=\"counter-num total\">{{ formatCounter(totalSlides) }}</span>\n </div>\n <button\n class=\"swiper-btn swiper-arrow swiper-button-prev\"\n [ngClass]=\"data.slider.buttonsClass\"\n type=\"button\"\n aria-label=\"Anterior\"\n #sliderPrev\n ></button>\n <button\n class=\"swiper-btn swiper-arrow swiper-button-next\"\n [ngClass]=\"data.slider.buttonsClass\"\n type=\"button\"\n aria-label=\"Siguiente\"\n #sliderNext\n ></button>\n }\n </div>\n <div class=\"content-multimedia-photos js-section-slider swiper\" #sectionSlider>\n <div class=\"swiper-wrapper\">\n @for (slide of slides; track trackSlide($index)) {\n <div class=\"multimedia-photos-element swiper-slide\">\n <div class=\"wrap-photos-element js-section-arrows-zone\">\n <figure\n class=\"photos-element-img responsive-resize\"\n role=\"img\"\n [attr.aria-label]=\"slide.ariaLabel || null\"\n [attr.data-filename]=\"slide.dataFilename\"\n [attr.data-src]=\"slide.dataLazyimg\"\n [style.backgroundImage]=\"(slide?.dataLazyimg || slide?.backgroundImage) ? 'url(' + (slide.dataLazyimg || slide.backgroundImage) + ')' : null\"\n ></figure>\n </div>\n </div>\n }\n </div>\n @if (slides.length > 1 && data.slider.showDots) {\n <div class=\"swiper-pagination\" #sliderPagination></div>\n }\n </div>\n </div>\n </div>\n <div class=\"gallery-content-info\">\n <div class=\"wrap-content-info\">\n <div class=\"content-info-box\">\n <div class=\"wrap-info-box\">\n @if (activeTexts?.subtitle) {\n <p class=\"info-box-subtitle\">{{ activeTexts?.subtitle }}</p>\n }\n @if (activeTexts?.title) {\n <h2 class=\"info-box-title\">{{ activeTexts?.title }}</h2>\n }\n @if (activeTexts?.description) {\n <p class=\"info-box-text\">{{ activeTexts?.description }}</p>\n }\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </section>\n}\n", styles: ["@charset \"UTF-8\";:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{width:100%;height:100%}body{position:relative;margin:0;padding:0;font-family:TT Norms Pro,sans-serif;font-size:14px;line-height:1;color:#0d0d0d;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body.noscroll{overflow:hidden;overflow-y:scroll;position:fixed;margin-right:15px;max-height:100%}p,a,h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:1;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;border:none}.wrapper{max-width:1200px;padding:0 50px;margin:0 auto}@media (max-width: 1279px){.wrapper{max-width:initial}}@media (max-width: 767px){.wrapper{padding:0 35px}}@media (max-width: 539px){.wrapper{padding:0 25px}}.lightboxOverlay{cursor:zoom-out}.lb-dataContainer{position:absolute;top:-50px;right:50%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translate(50%)}.lb-nav{top:50%;height:auto;overflow:hidden}.lb-nav .lb-prev{float:left;display:block;width:40px;height:40px;background-color:#fff;margin-left:0;border-radius:5px;box-shadow:2px 2px 2px #00000080;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lb-nav .lb-prev:before{display:inline-block;content:\"\\e314\";font-family:c2t;font-size:16px;color:#000;margin-top:20px}.lb-nav .lb-prev:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.lb-nav .lb-next{float:right;display:block;width:40px;height:40px;background-color:#fff;margin-right:0;border-radius:5px;box-shadow:2px 2px 2px #00000080;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lb-nav .lb-next:before{display:inline-block;content:\"\\e315\";font-family:c2t;font-size:16px;color:#000;margin-top:20px}.lb-nav .lb-next:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.wrap-input{position:relative;border:1px solid #444446;-webkit-border-radius:5px;border-radius:5px;height:auto}.wrap-input .main-input{cursor:pointer;background-color:transparent;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;height:36px;padding:0 14px;font-size:14px;color:#444446;font-family:var(--font-text);line-height:36px;text-transform:uppercase;width:100%}.wrap-input .main-input.placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input .main-input:-moz-placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input .main-input::-moz-placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input .main-input:-ms-input-placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input .main-input::-webkit-input-placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input .main-input:-o-input-placeholder{color:#444446;font-size:14px;font-family:var(--font-text);line-height:36px;text-transform:uppercase}.wrap-input:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\";width:38px;height:38px;font-size:12px;pointer-events:none;text-align:center;display:block;position:absolute;top:-1px;right:-1px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;line-height:38px;background-color:transparent;color:#444446}.wrap-select{position:relative;border:1px solid #444446;-webkit-border-radius:5px;border-radius:5px;height:auto}.wrap-select:before{content:\"\";display:block;position:absolute;width:1px;height:16px;background-color:#444446;top:calc(50% - 8px);right:36px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.wrap-select .main-select{cursor:pointer;background-color:transparent;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;height:36px;padding:0 14px;font-size:14px;color:#444446;font-family:var(--font-text);line-height:36px;-webkit-border-radius:5px;border-radius:5px;text-transform:uppercase;width:100%}.wrap-select .main-select option{height:36px;padding:0 14px;font-size:14px;color:#444446;font-family:var(--font-text);line-height:36px}.wrap-select:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\e91b\";width:38px;height:38px;font-size:9px;pointer-events:none;text-align:center;display:block;position:absolute;top:-1px;right:-1px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;line-height:38px;background-color:transparent;color:#444446;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}@media (min-width: 1025px){.wrap-select:hover:after{background-color:#272729;color:#fff}}.btn-main{position:relative;display:inline-block;vertical-align:middle;min-width:177px;border:1px solid #444444;background-color:transparent;padding:0;-webkit-border-radius:5px;border-radius:5px;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-main .btn-main-link{display:block;font-family:var(--font-text);font-size:15px;color:#444;text-transform:uppercase;text-align:center;letter-spacing:.07em;padding:12px 20px 11px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-main:before{top:50%;right:50px;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);content:\"\";display:block;position:absolute;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;margin-right:-4px;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.btn-main:hover{background-color:#0d0d0d;border-color:transparent}.btn-main:hover .btn-main-link{color:#fff}.btn-main:hover:before{opacity:1;right:20px}}.btn-main.back-btn:before{left:50px;content:\"\";display:block;position:absolute;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #fff;margin-left:-4px;border-left-color:transparent}@media (min-width: 1025px){.btn-main.back-btn:hover:before{left:20px;right:auto}}@media (max-width: 1279px){.btn-main .btn-main-link{padding:12px 40px 11px;text-align:center}}@media (min-width: 1025px){.btn-main.canbordoy:hover{background-color:#c58854;border-color:transparent}.btn-main.canbordoy:hover .btn-main-link{color:#0d0d0d}.btn-main.canbordoy:hover:before{opacity:1;right:20px;border-left-color:#0d0d0d}}@media (min-width: 1025px){.btn-main.opio:hover{background-color:#d9262e;border-color:transparent}.btn-main.opio:hover .btn-main-link{color:#0d0d0d}.btn-main.opio:hover:before{opacity:1;right:20px;border-left-color:#0d0d0d}}@media (min-width: 1025px){.btn-main.purobeach:hover{background-color:#b2925f;border-color:transparent}.btn-main.purobeach:hover .btn-main-link{color:#0d0d0d}.btn-main.purobeach:hover:before{opacity:1;right:20px;border-left-color:#0d0d0d}}@media (min-width: 1025px){.btn-main.purospa:hover{background-color:#6f8cc2;border-color:transparent}.btn-main.purospa:hover .btn-main-link{color:#0d0d0d}.btn-main.purospa:hover:before{opacity:1;right:20px;border-left-color:#0d0d0d}}.blog .footer-static .wrap-footer-static .footer-static-top{display:none}.btn-circle{display:inline-block;vertical-align:middle;border:1px solid #0d0d0d;background-color:transparent;padding:0;width:33px;height:33px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;position:relative;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-circle:after{position:absolute;font-family:icomoon;top:50%;left:50%;color:#0d0d0d;-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);-moz-transform:translateX(-50%) translateY(-50%) translateZ(0);-ms-transform:translateX(-50%) translateY(-50%) translateZ(0);-o-transform:translateX(-50%) translateY(-50%) translateZ(0);transform:translate(-50%) translateY(-50%) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.btn-circle:hover{background-color:#0d0d0d}.btn-circle:hover:after{color:#444}}.btn-slide-square{position:absolute;cursor:pointer;z-index:1;top:50%;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);width:32px;height:110px;background-color:#333;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-square:before{position:absolute;top:50%;right:50%;-webkit-transform:translateX(50%) translateY(-50%) translateZ(0);-moz-transform:translateX(50%) translateY(-50%) translateZ(0);-ms-transform:translateX(50%) translateY(-50%) translateZ(0);-o-transform:translateX(50%) translateY(-50%) translateZ(0);transform:translate(50%) translateY(-50%) translateZ(0);font-family:icomoon;color:#fafafa80;font-size:16px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-square.swiper-button-next{right:0}.btn-slide-square.swiper-button-next:before{display:inline-block;content:\"\\e91d\"}.btn-slide-square.swiper-button-prev{left:0}.btn-slide-square.swiper-button-prev:before{content:\"\\e91c\"}@media (min-width: 1025px){.btn-slide-square:hover{background-color:#0d0d0d}.btn-slide-square:hover:before{color:#1b1b1b}}@media (max-width: 539px){.btn-slide-square{width:25px;height:85px}}.btn-slide-flat{position:absolute;cursor:pointer;z-index:1;top:50%;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);border:1px solid transparent;border-radius:50%;width:30px;height:30px;background-color:transparent;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-flat:before{position:absolute;top:50%;right:50%;-webkit-transform:translateX(50%) translateY(-50%) translateZ(0);-moz-transform:translateX(50%) translateY(-50%) translateZ(0);-ms-transform:translateX(50%) translateY(-50%) translateZ(0);-o-transform:translateX(50%) translateY(-50%) translateZ(0);transform:translate(50%) translateY(-50%) translateZ(0);font-family:icomoon;color:#fafafa80;font-size:12px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-flat.swiper-button-next{right:0}.btn-slide-flat.swiper-button-next:before{content:\"\\e315\"}.btn-slide-flat.swiper-button-prev{left:0}.btn-slide-flat.swiper-button-prev:before{content:\"\\e314\"}@media (min-width: 1025px){.btn-slide-flat:hover{border-color:#0d0d0d}.btn-slide-flat:hover:before{color:#fafafa}}.main-button{display:inline-block;vertical-align:middle;border:1px solid #444446;padding:0 25px;text-align:center;background-color:transparent;-webkit-border-radius:4px;border-radius:4px;min-width:173px;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:relative}.main-button .main-button-text{font-family:var(--font-text);font-size:14px;color:#444446;text-transform:uppercase;line-height:34px;letter-spacing:1.2px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.main-button:before{top:50%;right:50px;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);content:\"\";display:block;position:absolute;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #0d0d0d;margin-right:-4px;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.main-button:hover{background-color:#272729}.main-button:hover .main-button-text{color:#0d0d0d}.main-button:hover:before{opacity:1;right:20px}}.close-text-btn .btn-text{position:absolute;right:calc(100% + 40px);top:50%;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);opacity:0;font-family:TradeGothic18,sans-serif;font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.06em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.close-text-btn .btn-text:before{content:\"\\e920\";position:absolute;right:0;top:50%;color:#fff;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);font-family:icomoon;font-size:17px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.close-text-btn:hover .btn-text{right:calc(100% + 35px);opacity:1}.close-text-btn:hover .btn-text:before{right:-30px}}.blog-page{padding-top:10px}@media (max-width: 1279px){.blog-page{padding-top:10px}}@media (max-width: 1023px){.blog-page{padding-top:25px}}.blog-page .wrap-page{max-width:1680px;padding:0 95px;margin:0 auto}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head{padding-bottom:50px;overflow:hidden}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title{float:left;font-family:Din,sans-serif;font-size:46px;font-weight:600;color:#444;line-height:119.5652173913%}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research{float:right;padding-top:8px}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select{width:180px;display:inline-block;vertical-align:top;margin-right:20px}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select:hover:after{background-color:#0d0d0d;color:#fff}}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input{width:180px;display:inline-block;vertical-align:top;border-color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input:before{content:\"\";display:block;position:absolute;width:1px;height:16px;background-color:#444;top:calc(50% - 8px);right:36px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro{width:38px;height:38px;font-size:15px;text-align:center;display:block;position:absolute;top:-1px;right:-1px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;line-height:38px;background-color:transparent;color:#444;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\e91f\";position:absolute;top:50%;left:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:hover{background-color:#0d0d0d}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .btn-intro:hover:before{color:#fff}}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input,.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input.placeholder{color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-moz-placeholder{color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input::-moz-placeholder{color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-ms-input-placeholder{color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input::-webkit-input-placeholder{color:#444}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input .main-input:-o-input-placeholder{color:#444}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input:hover:after{color:#272729}}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list{font-size:0;display:flex;display:-webkit-flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin:0 -7.5px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element{width:25%;padding:0 7.5px 25px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img{position:relative;padding-top:84.375%;overflow:hidden}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .posts-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info{position:absolute;left:0;width:100%;bottom:0;background-color:#2c2c2c;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:translateY(100%) translateZ(0);-moz-transform:translateY(100%) translateZ(0);-ms-transform:translateY(100%) translateZ(0);-o-transform:translateY(100%) translateZ(0);transform:translateY(100%) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .info-text{display:block;font-family:var(--font-text);font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.05em;padding:13px 0 13px 15px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .info-text:before{content:\"\";position:absolute;bottom:0;left:15px;width:20px;height:1px;background-color:#0d0d0d4d}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);right:25px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;transition-delay:.6s}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow:after{content:\"\\e91d\";font-size:12px;color:#fff}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text{padding:20px 15px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .intro-title{font-family:Din,sans-serif;font-size:32px;font-weight:600;color:#444;line-height:106.25%;letter-spacing:0em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .wrap-moretext .intro-subtitle{padding:15px 0 8px;font-family:var(--font-text);font-size:15px;font-weight:600;color:#444;letter-spacing:.05em;display:none}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .wrap-moretext .intro-date{display:block;padding:10px 0 8px;font-family:var(--font-text);font-size:14px;font-weight:500;color:#868686;letter-spacing:.1em;text-transform:uppercase}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:hover .wrap-img .hover-info{-webkit-transform:translateY(0) translateZ(0);-moz-transform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:hover .wrap-img .hover-info .icon-arrow{right:15px;opacity:1}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:hover .wrap-text .intro-title{color:#0d0d0d}}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter{border-top:1px solid #d2d1d1;border-bottom:1px solid #d2d1d1}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter{position:relative;overflow:hidden;position:static;width:auto;height:auto}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter{float:left;cursor:pointer}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow{position:relative;display:inline-block;border:2px solid rgba(18,67,116,.8);border-radius:100%;width:36px;height:36px;vertical-align:middle;padding:0;margin:10px 15px 10px 0}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:before{content:\"\\e968\";font-size:38px;color:#444;position:absolute;top:-3px;left:-1px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:after{content:\"\";position:absolute;bottom:-12px;left:0;width:100%;height:2px;background-color:#0d0d0d;-webkit-transform:translateY(100%) translateZ(0);-moz-transform:translateY(100%) translateZ(0);-ms-transform:translateY(100%) translateZ(0);-o-transform:translateY(100%) translateZ(0);transform:translateY(100%) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .counter-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;color:#444;font-weight:500;text-transform:uppercase;letter-spacing:.1em;-webkit-transform:translateX(0) translateZ(0);-moz-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);-o-transform:translateX(0) translateZ(0);transform:translate(0) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter:hover .icon-arrow:after{-webkit-transform:translateY(0%) translateZ(0);-moz-transform:translateY(0%) translateZ(0);-ms-transform:translateY(0%) translateZ(0);-o-transform:translateY(0%) translateZ(0);transform:translateY(0) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter:hover .counter-text{-webkit-transform:translateX(-10px) translateZ(0);-moz-transform:translateX(-10px) translateZ(0);-ms-transform:translateX(-10px) translateZ(0);-o-transform:translateX(-10px) translateZ(0);transform:translate(-10px) translateZ(0)}}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter{float:right;cursor:pointer}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow{position:relative;display:inline-block;vertical-align:middle;border:2px solid rgba(18,67,116,.8);border-radius:100%;width:36px;height:36px;padding:0;margin:10px 0 10px 15px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:before{display:inline-block;content:\"\\e969\";font-size:38px;color:#444;position:absolute;top:-3px;left:-2px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:after{content:\"\";position:absolute;bottom:-12px;left:0;width:100%;height:2px;background-color:#0d0d0d;-webkit-transform:translateY(100%) translateZ(0);-moz-transform:translateY(100%) translateZ(0);-ms-transform:translateY(100%) translateZ(0);-o-transform:translateY(100%) translateZ(0);transform:translateY(100%) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .counter-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;color:#444;font-weight:500;text-transform:uppercase;letter-spacing:.05em;-webkit-transform:translateX(0) translateZ(0);-moz-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);-o-transform:translateX(0) translateZ(0);transform:translate(0) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter:hover .icon-arrow:after{-webkit-transform:translateY(0%) translateZ(0);-moz-transform:translateY(0%) translateZ(0);-ms-transform:translateY(0%) translateZ(0);-o-transform:translateY(0%) translateZ(0);transform:translateY(0) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter:hover .counter-text{-webkit-transform:translateX(10px) translateZ(0);-moz-transform:translateX(10px) translateZ(0);-ms-transform:translateX(10px) translateZ(0);-o-transform:translateX(10px) translateZ(0);transform:translate(10px) translateZ(0)}}@media (max-width: 1279px){.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element{width:33.33%}}@media (max-width: 1023px){.blog-page .wrap-page .blog-posts .wrap-posts .posts-head{text-align:center}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title{float:initial;padding-bottom:15px}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research{float:initial}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element{width:50%}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info{-webkit-transform:translateY(0) translateZ(0);-moz-transform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info .icon-arrow{right:15px;opacity:1}}@media (max-width: 767px){.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .counter-text{display:none}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .next-counter .icon-arrow:after{-webkit-transform:translateY(0%) translateZ(0);-moz-transform:translateY(0%) translateZ(0);-ms-transform:translateY(0%) translateZ(0);-o-transform:translateY(0%) translateZ(0);transform:translateY(0) translateZ(0)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .counter-text{display:none}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .page-counter .wrap-counter .prev-counter .icon-arrow:after{-webkit-transform:translateY(0%) translateZ(0);-moz-transform:translateY(0%) translateZ(0);-ms-transform:translateY(0%) translateZ(0);-o-transform:translateY(0%) translateZ(0);transform:translateY(0) translateZ(0)}}@media (max-width: 539px){.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-title{font-size:40px}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-select{display:block;margin:0 auto 20px}.blog-page .wrap-page .blog-posts .wrap-posts .posts-head .posts-research .blog-input{display:block;margin:0 auto}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list{margin:0 auto}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element{width:100%;padding:20px 0;border-bottom:1px solid #d2d1d1}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:first-child{border-top:1px solid rgba(68,68,68,.4)}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element:last-child{border-bottom:none}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img{display:inline-block;vertical-align:top;width:100px;padding-top:85px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-img .hover-info{display:none}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text{display:inline-block;vertical-align:top;width:calc(100% - 100px);padding:0 15px}.blog-page .wrap-page .blog-posts .wrap-posts .wrap-list .posts-list .posts-element .wrap-text .intro-title{font-size:22px}}.blog-page .wrap-page .blog-recomendations .wrap-recomendations{padding:60px 0 0;overflow:hidden;border-bottom:1px solid #d2d1d1}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title{width:100%}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title .module-title{font-family:Din,sans-serif;text-transform:uppercase;font-size:18px;font-weight:600;color:#444;margin-bottom:20px;line-height:200%;letter-spacing:.05em}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list{float:left;width:100%}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list:before,.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list:after{content:\"\";clear:both;display:block}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element{float:left;font-size:0;width:25%;padding-right:50px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img{position:relative;display:inline-block;vertical-align:top;width:75px;height:75px;border-radius:50%}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img .recomendations-img{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:100%;height:100%;object-fit:100%}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box{display:inline-block;vertical-align:top;width:calc(100% - 75px)}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head{padding:5px 0 15px 20px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-title{font-family:Din,sans-serif;font-size:22px;color:#444;font-weight:600;line-height:116.6666666667%;letter-spacing:.04em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-subtitle{display:block;font-family:var(--font-text);text-transform:uppercase;font-size:12px;font-weight:400;padding-top:5px;color:#868686;line-height:113.3333333333%;letter-spacing:.05em}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info{position:relative;margin-left:20px;padding-bottom:20px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text{padding:15px 0;display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:13px;font-weight:700;color:#444;text-transform:uppercase;opacity:0;line-height:115.3846153846%;letter-spacing:.05em;-webkit-transform:translateX(-5px) translateZ(0);-moz-transform:translateX(-5px) translateZ(0);-ms-transform:translateX(-5px) translateZ(0);-o-transform:translateX(-5px) translateZ(0);transform:translate(-5px) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text:after{content:\"\\e91d\";display:inline-block;vertical-align:middle;font-family:icomoon;font-size:9px;opacity:0;color:#444;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.3s}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info:before{content:\"\";position:absolute;top:0;left:0;width:0%;height:1px;background-color:#4446;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .recomendations-head .recomendations-title{color:#0d0d0d}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info .info-text{opacity:1;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0)}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info .info-text:after{-webkit-transform:translateX(10px) translateZ(0);-moz-transform:translateX(10px) translateZ(0);-ms-transform:translateX(10px) translateZ(0);-o-transform:translateX(10px) translateZ(0);transform:translate(10px) translateZ(0);opacity:1}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element:hover .wrap-box .hover-info:before{width:100%}}@media (max-width: 1365px){.blog-page .wrap-page .blog-recomendations .wrap-recomendations .wrap-title{float:initial;width:auto;padding-bottom:20px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list{float:initial;width:auto}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element{width:50%}}@media (max-width: 1023px){.blog-page .wrap-page .blog-recomendations .wrap-recomendations{padding:40px 0 15px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element{width:100%;padding-right:0}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img{width:100px;height:100px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box{width:calc(100% - 100px)}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text{opacity:1;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0)}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info .info-text:after{-webkit-transform:translateX(10px) translateZ(0);-moz-transform:translateX(10px) translateZ(0);-ms-transform:translateX(10px) translateZ(0);-o-transform:translateX(10px) translateZ(0);transform:translate(10px) translateZ(0);opacity:1}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .hover-info:before{width:100%}}@media (max-width: 539px){.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-img{width:70px;height:70px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box{width:calc(100% - 70px)}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-title{font-size:20px}.blog-page .wrap-page .blog-recomendations .wrap-recomendations .recomendations-list .recomendations-element .wrap-box .recomendations-head .recomendations-subtitle{font-size:14px}}.blog-page .wrap-page .blog-categories .wrap-categories{padding:40px 0 100px;overflow:hidden}.blog-page .wrap-page .blog-categories .wrap-categories .wrap-title{width:100%}.blog-page .wrap-page .blog-categories .wrap-categories .wrap-title .module-title{font-family:Din,sans-serif;text-transform:uppercase;font-size:18px;font-weight:600;color:#444;margin-bottom:20px;line-height:200%;letter-spacing:.05em}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list{float:left;width:100%;margin:0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list:before,.blog-page .wrap-page .blog-categories .wrap-categories .categories-list:after{content:\"\";clear:both;display:block}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element{float:left;width:25%;padding:15px 30px 0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:first-child,.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:nth-child(4n+1){padding-left:0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:nth-child(4n){padding-right:0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box{position:relative;overflow:hidden;padding:0 8px 12.5px 0;border-bottom:1px solid #d2d1d1}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box:after{content:\"\";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:#0d0d0d;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-title{float:left;max-width:calc(100% - 30px);font-family:var(--font-text);font-size:16px;font-weight:400;color:#444;line-height:146.6666666667%;letter-spacing:0em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-number{float:right;font-family:var(--font-text);font-size:22px;color:#444;text-transform:uppercase;line-height:113.3333333333%;letter-spacing:.05em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box:after{width:100%}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box .categories-title,.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element:hover .wrap-box .categories-number{color:#0d0d0d}}@media (max-width: 1365px){.blog-page .wrap-page .blog-categories .wrap-categories .wrap-title{float:initial;width:auto;padding-bottom:20px}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list{float:initial;width:auto}}@media (max-width: 1279px){.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element{width:33.33%;padding:15px 30px 0!important}}@media (max-width: 1023px){.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element{width:50%}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box{padding-right:0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-title{padding-top:7px;max-width:calc(100% - 65px)}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element .wrap-box .categories-number:after{content:\"\\e91d\";display:inline-block;padding:3px 5px 2px 7px;border-radius:50%;border:1px solid rgba(68,68,68,.5);font-family:icomoon;font-size:11px;color:#44444480;margin-left:15px;width:30px;text-align:center}}@media (max-width: 539px){.blog-page .wrap-page .blog-categories .wrap-categories .categories-list{margin:-15px 0 0}.blog-page .wrap-page .blog-categories .wrap-categories .categories-list .categories-element{padding:15px 0 0;width:100%}}@media (max-width: 1679px){.blog-page .wrap-page{padding:0 75px}}@media (max-width: 1023px){.blog-page .wrap-page{padding:0 50px}}@media (max-width: 767px){.blog-page .wrap-page{padding:0 40px}}@media (max-width: 539px){.blog-page .wrap-page{padding:0 25px}}.half-page{padding-top:70px}.half-page .wrap-halfpage{position:relative;min-height:100%;padding-bottom:32px}.half-page .wrap-halfpage .half-img{position:fixed;z-index:2;inset:80px 0 0;width:50%;height:calc(100vh - 80px);overflow:hidden}.half-page .wrap-halfpage .half-img .half-slider{width:100%;height:100%}.half-page .wrap-halfpage .half-img .half-slider .btn-slide-square{background-color:#3339}@media (min-width: 1025px){.half-page .wrap-halfpage .half-img .half-slider .btn-slide-square:hover{background-color:#fff9}}.half-page .wrap-halfpage .half-img .half-slider .half-slide{position:relative;overflow:hidden}.half-page .wrap-halfpage .half-img .half-slider .half-slide img{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:auto;height:100%}.half-page .wrap-halfpage .half-img .half-text-slider{position:absolute;pointer-events:none;max-width:130px;left:50%;bottom:70px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.half-page .wrap-halfpage .half-img .half-text-slider .text-slide{text-align:center}.half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-title{padding-bottom:15px;border-bottom:1px solid #0d0d0d;font-family:var(--font-text);font-size:15px;color:#0d0d0d;letter-spacing:.05em;text-transform:uppercase}.half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-subtitle{padding-top:15px;font-family:var(--font-text);font-size:15px;color:#0d0d0d;letter-spacing:.05em;text-transform:uppercase}.half-page .wrap-halfpage .half-text{padding-left:50%}.half-page .wrap-halfpage .half-text .wrap-half-text{position:relative;padding:300px 85px 0;max-width:initial;margin:0 auto}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end{position:relative;padding-top:75px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top{display:none;position:absolute;right:20px;top:50px;opacity:.5;width:28px;height:28px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top:after{content:\"\\e316\";font-family:icomoon;font-size:10px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top .top-text{position:absolute;top:-25px;left:50%;-webkit-transform:translateX(-50%) translateZ(0);-moz-transform:translateX(-50%) translateZ(0);-ms-transform:translateX(-50%) translateZ(0);-o-transform:translateX(-50%) translateZ(0);transform:translate(-50%) translateZ(0);font-family:TradeGothic18,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala{position:relative;bottom:0;left:0;right:0;width:100%;height:135px;overflow:hidden}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala img{display:block;width:340px;height:auto;margin:0 auto;opacity:.5}@media (max-width: 1679px){.half-page .wrap-halfpage .half-text .wrap-half-text{padding:260px 85px 0 50px;max-width:1200px}}@media (max-width: 1279px){.half-page .wrap-halfpage{height:auto}.half-page .wrap-halfpage .half-img{position:relative;top:0;left:auto;bottom:auto;width:100%;height:490px;overflow:hidden}.half-page .wrap-halfpage .half-img .half-slider .half-slide img{top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);min-width:100%;height:100%}.half-page .wrap-halfpage .half-img .half-text-slider{bottom:30px}.half-page .wrap-halfpage .half-text{padding-left:0;overflow:hidden;position:relative}.half-page .wrap-halfpage .half-text .wrap-half-text{padding:70px 40px 0;max-width:845px}.half-page .wrap-halfpage .half-text .wrap-half-text .back-mandala{width:365px;height:365px;top:0;right:50%;-webkit-transform:translateX(50%) translateY(-60%);-moz-transform:translateX(50%) translateY(-60%);-ms-transform:translateX(50%) translateY(-60%);-o-transform:translateX(50%) translateY(-60%);transform:translate(50%) translateY(-60%)}}@media (max-width: 1023px){.half-page .wrap-halfpage{padding-bottom:0}.half-page .wrap-halfpage .half-img{height:512px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end{padding-top:100px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top{display:block}}@media (max-width: 767px){.half-page{padding-top:0}.half-page .wrap-halfpage .half-img{height:360px}.half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-title{padding-bottom:0;border:none}.half-page .wrap-halfpage .half-img .half-text-slider .text-slide .slide-subtitle{display:none}.half-page .wrap-halfpage .half-text .wrap-half-text{padding:70px 35px 0}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end{padding-top:0}}@media (max-width: 539px){.half-page .wrap-halfpage .half-img{height:250px}.half-page .wrap-halfpage .half-text .wrap-half-text{padding:35px 25px 0}.half-page .wrap-halfpage .half-text .wrap-half-text .back-mandala{width:255px;height:255px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .btn-top{right:10px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala{height:80px}.half-page .wrap-halfpage .half-text .wrap-half-text .half-page-end .end-mandala img{width:250px}}@media (max-width: 374px){.half-page .wrap-halfpage .half-img{height:215px}.half-page .wrap-halfpage .half-text .wrap-half-text{padding:70px 20px 0}}.back-post{position:absolute;top:45px;right:45px}@media (min-width: 1025px){.back-post:hover{opacity:1}}@media (max-width: 1279px){.back-post{display:none}}.wrap-post{position:relative;overflow:hidden}.wrap-post .post-header{text-align:center;padding-bottom:90px}.wrap-post .post-header .post-title{max-width:400px;margin:0 auto;font-family:Din,sans-serif;font-size:46px;font-weight:600;color:#444;line-height:104.347826087%}.wrap-post .post-header .wrap-subheader{max-width:300px;margin:0 auto}.wrap-post .post-header .wrap-subheader .post-subtitle{padding:15px 0;border-bottom:1px solid #d2d1d1;font-family:var(--font-text);font-size:15px;color:#444!important;letter-spacing:.05em}.wrap-post .post-header .wrap-subheader .post-date{display:block;padding:15px 0;font-family:var(--font-text);font-size:15px;color:#444!important;letter-spacing:.05em}@media (max-width: 1279px){.wrap-post .post-header{padding-bottom:30px}}.wrap-post .post-btn{float:right;margin-top:40px}@media (max-width: 767px){.wrap-post .post-btn{display:table;float:initial;margin:40px auto 0}}@media (max-width: 1023px){.wrap-post{padding-bottom:40px}}.post-content{padding-right:20px}.post-content .content-title{text-align:center;font-family:var(--font-text);font-size:22px;color:#0d0d0d;font-weight:600;text-transform:uppercase;letter-spacing:.05em;line-height:118.1818181818%}.post-content .content-title:after{content:\"\";display:block;margin:20px auto 5px;width:20px;height:1px;background-color:#0d0d0d4d}.post-content .backoffice-intro h2{font-family:var(--font-text)!important;font-size:16px!important;color:#868686!important;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:118.1818181818%;padding:15px 0!important;margin:0!important}.post-content .backoffice-intro h2 a{font-family:var(--font-text)!important;font-size:22px!important;color:#444!important;letter-spacing:.05em;line-height:118.1818181818%}.post-content .backoffice-intro h3{font-family:Din,sans-serif!important;font-size:18px!important;color:#868686!important;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:200%;padding:15px 0!important;margin:0!important}.post-content .backoffice-intro h3 a{font-family:var(--font-text)!important;font-size:22px!important;color:#444!important;letter-spacing:.05em;line-height:118.1818181818%}.post-content .backoffice-intro h4{font-family:var(--font-text)!important;font-size:18px!important;color:#444!important;line-height:122.2222222222%;letter-spacing:.05em;padding:15px 0!important;margin:0!important}.post-content .backoffice-intro h4 a{font-family:var(--font-text)!important;font-size:22px!important;color:#444!important;letter-spacing:.05em;line-height:118.1818181818%}.post-content .backoffice-intro p,.post-content .backoffice-intro span{font-family:TT Norms Pro,sans-serif!important;font-size:17px!important;color:#444!important;letter-spacing:.05em;line-height:152.9411764706%;padding:15px 0!important;margin:0!important}.post-content .backoffice-intro p a,.post-content .backoffice-intro span a,.post-content .backoffice-intro div,.post-content .backoffice-intro div a{font-family:TT Norms Pro,sans-serif!important;font-size:17px!important;color:#444!important;letter-spacing:.05em;line-height:152.9411764706%}.post-content .backoffice-intro img{width:100%!important;height:auto!important;display:block!important;margin:20px auto!important;max-width:initial!important;max-height:initial!important}.post-content .end-post{padding-bottom:45px}.post-content .end-post:before{content:\"\";display:block;width:20px;height:1px;background-color:#4446;margin:20px 0}.post-content .end-post .end-title{font-family:var(--font-text);font-size:17px;color:#0d0d0d;text-transform:uppercase;letter-spacing:.05em;line-height:117.6470588235%}.post-content .end-post .end-subtitle{display:block;font-family:var(--font-text);font-size:14px;color:#444;text-transform:uppercase;letter-spacing:.05em;line-height:114.2857142857%;padding:8px 0}.post-content .post-socials{position:fixed;top:50%;right:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.post-content .post-socials .wrap-socials .wrap-icons .social-icon{position:relative;display:block;width:35px;height:35px;border-radius:50%;border:1px solid #444444;margin:10px 0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.post-content .post-socials .wrap-socials .wrap-icons .social-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);color:#444;font-size:14px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.post-content .post-socials .wrap-socials .wrap-icons .social-icon:hover{background-color:#444}.post-content .post-socials .wrap-socials .wrap-icons .social-icon:hover:before{color:#fff}}.post-content .post-socials .wrap-socials .wrap-text{position:absolute;top:100%;left:calc(50% - 60px);-webkit-transform:rotate(-90deg) translateX(-50%);-moz-transform:rotate(-90deg) translateX(-50%);-ms-transform:rotate(-90deg) translateX(-50%);-o-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translate(-50%);font-size:0;width:120px;text-align:right}.post-content .post-socials .wrap-socials .wrap-text .social-text{display:inline-block;vertical-align:middle;font-family:TT Norms Pro,sans-serif;font-size:14px;font-weight:600;color:#444}.post-content .post-socials .wrap-socials .wrap-text:after{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:15px;height:1px;background-color:#444;margin-left:15px}@media (max-width: 1279px){.post-content .post-socials{position:relative;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;top:auto;right:auto}.post-content .post-socials .wrap-socials{font-size:0;padding-bottom:45px}.post-content .post-socials .wrap-socials .wrap-text{width:auto;display:inline-block;vertical-align:middle;position:relative;top:auto;left:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.post-content .post-socials .wrap-socials .wrap-icons{display:inline-block;vertical-align:middle;margin-left:5px}.post-content .post-socials .wrap-socials .wrap-icons .social-icon{display:inline-block;vertical-align:middle;margin:0 10px}}@media (max-width: 539px){.post-content .post-socials .wrap-socials .wrap-text{display:none}.post-content .post-socials .wrap-socials .wrap-icons,.post-content .post-socials .wrap-socials .wrap-icons .social-icon:first-child{margin-left:0}}.wrap-categorias{padding:45px 0;border-top:1px solid rgba(68,68,68,.4);border-bottom:1px solid #d2d1d1}.wrap-categorias .categorias-title{font-family:Din,sans-serif;font-size:18px;color:#444;text-transform:uppercase;font-weight:600;line-height:211.1111111111%;letter-spacing:.05em}.wrap-categorias .categorias-list{padding-top:30px;overflow:hidden;margin:0 -25px}.wrap-categorias .categorias-list .categorias-element{float:left;width:50%;padding:0 25px}.wrap-categorias .categorias-list .categorias-element .wrap-box{position:relative;overflow:hidden;padding:12.5px 8px 12.5px 0;border-bottom:1px solid #d2d1d1}.wrap-categorias .categorias-list .categorias-element .wrap-box:before{content:\"\";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:#0d0d0d;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.wrap-categorias .categorias-list .categorias-element .wrap-box .box-title{float:left;font-family:var(--font-text);font-size:14px;color:#444;font-weight:400;letter-spacing:.05em;line-height:114.2857142857%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.wrap-categorias .categorias-list .categorias-element .wrap-box .box-number{float:right;font-family:var(--font-text);font-size:20px;color:#444;font-weight:400;text-transform:uppercase;letter-spacing:.05em;line-height:114.2857142857%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.wrap-categorias .categorias-list .categorias-element:hover .wrap-box:before{width:100%}.wrap-categorias .categorias-list .categorias-element:hover .wrap-box .box-title,.wrap-categorias .categorias-list .categorias-element:hover .wrap-box .box-number{color:#0d0d0d}}@media (max-width: 1023px){.wrap-categorias .categorias-list .categorias-element .wrap-box{padding-right:0}.wrap-categorias .categorias-list .categorias-element .wrap-box .box-title{padding-top:5px;max-width:calc(100% - 65px)}.wrap-categorias .categorias-list .categorias-element .wrap-box .box-number:after{content:\"\\e91f\";display:inline-block;padding:2px 5px;border-radius:50%;border:1px solid rgba(13,13,13,.5);font-family:icomoon;font-size:12px;color:#0d0d0d80;margin-left:15px}}@media (max-width: 539px){.wrap-categorias .categorias-list .categorias-element{width:100%}}.wrap-recomendados{padding:45px 0 20px}.wrap-recomendados .module-title{font-family:Din,sans-serif;font-size:18px;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:.05em}.wrap-recomendados .recomendados-list{padding:25px 0 0;margin:0 -25px}.wrap-recomendados .recomendados-list:before,.wrap-recomendados .recomendados-list:after{content:\"\";clear:both;display:block}.wrap-recomendados .recomendados-list .recomendados-element{float:left;font-size:0;width:50%;padding:0 25px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-img{position:relative;display:inline-block;vertical-align:top;width:75px;height:75px;border-radius:50%}.wrap-recomendados .recomendados-list .recomendados-element .wrap-img .recomendados-img{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:100%;height:100%;object-fit:cover}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box{display:inline-block;vertical-align:top;width:calc(100% - 75px)}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head{padding:5px 0 15px 20px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-title{font-family:Din,sans-serif;font-size:22px;color:#444;font-weight:600;line-height:116.6666666667%;letter-spacing:.04em}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-subtitle{display:inline-block;text-transform:uppercase;font-family:var(--font-text);font-size:12px;color:#868686;line-height:113.3333333333%;letter-spacing:.05em;padding-top:5px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info{position:relative;margin-left:20px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text{padding:15px 0;display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:13px;color:#444;text-transform:uppercase;opacity:0;line-height:115.3846153846%;letter-spacing:.05em;-webkit-transform:translateX(-5px) translateZ(0);-moz-transform:translateX(-5px) translateZ(0);-ms-transform:translateX(-5px) translateZ(0);-o-transform:translateX(-5px) translateZ(0);transform:translate(-5px) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text:after{content:\"\\e947\";display:inline-block;vertical-align:middle;font-family:icomoon;font-size:7px;opacity:0;color:#444;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.3s}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info:before{content:\"\";position:absolute;top:0;left:0;width:0%;height:1px;background-color:#4446;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info .info-text{opacity:1;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0)}.wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info .info-text:after{-webkit-transform:translateX(10px) translateZ(0);-moz-transform:translateX(10px) translateZ(0);-ms-transform:translateX(10px) translateZ(0);-o-transform:translateX(10px) translateZ(0);transform:translate(10px) translateZ(0);opacity:1}.wrap-recomendados .recomendados-list .recomendados-element:hover .wrap-box .hover-info:before{width:100%}}@media (max-width: 1279px){.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text{opacity:1;-webkit-transform:translateX(0px) translateZ(0);-moz-transform:translateX(0px) translateZ(0);-ms-transform:translateX(0px) translateZ(0);-o-transform:translateX(0px) translateZ(0);transform:translate(0) translateZ(0)}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info .info-text:after{-webkit-transform:translateX(10px) translateZ(0);-moz-transform:translateX(10px) translateZ(0);-ms-transform:translateX(10px) translateZ(0);-o-transform:translateX(10px) translateZ(0);transform:translate(10px) translateZ(0);opacity:1}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .hover-info:before{width:100%}}@media (max-width: 1023px){.wrap-recomendados .recomendados-list .recomendados-element{width:100%;padding-bottom:20px}.wrap-recomendados .recomendados-list .recomendados-element:last-child{padding-bottom:0}.wrap-recomendados .recomendados-list .recomendados-element .wrap-img{width:100px;height:100px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box{width:calc(100% - 100px)}}@media (max-width: 539px){.wrap-recomendados .recomendados-list .recomendados-element{width:100%;padding-bottom:20px}.wrap-recomendados .recomendados-list .recomendados-element:last-child{padding-bottom:0}.wrap-recomendados .recomendados-list .recomendados-element .wrap-img{width:70px;height:70px}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box{width:calc(100% - 70px)}.wrap-recomendados .recomendados-list .recomendados-element .wrap-box .recomendados-head .recomendados-title{font-size:20px}}.blog-nav{position:fixed;z-index:9;top:0;left:0;width:100%;height:70px;border-bottom:1px solid rgba(13,13,13,.5);background-color:#fff}.blog-nav .wrap-nav{height:100%}.blog-nav .wrap-nav .wrap-logo{position:absolute;top:0;left:50px;height:100%}.blog-nav .wrap-nav .wrap-logo .logo{width:100%;height:auto;max-height:40px;display:block;margin-top:15px}@media (max-width: 1023px){.blog-nav .wrap-nav .wrap-logo{left:10px}.blog-nav .wrap-nav .wrap-logo .logo{max-height:35px;margin-top:18px}}@media (max-width: 767px){.blog-nav .wrap-nav .wrap-logo{width:100%;left:50%;-webkit-transform:translateZ(0) translateX(-50%);-moz-transform:translateZ(0) translateX(-50%);-ms-transform:translateZ(0) translateX(-50%);-o-transform:translateZ(0) translateX(-50%);transform:translateZ(0) translate(-50%)}}.blog-nav-exit{position:fixed;z-index:10;top:0;right:250px;width:250px;height:70px;background-color:#fff}.blog-nav-exit .exit-btn{position:absolute;top:0;right:0;height:100%;width:100%;border-left:1px solid rgba(13,13,13,.5);border-bottom:1px solid rgba(13,13,13,.5);text-align:center}.blog-nav-exit .exit-btn .exit-btn-text{position:relative;display:inline-block;padding:25px 0;font-family:var(--font-text);font-size:20px;color:#444;text-transform:uppercase;will-change:transform}.blog-nav-exit .exit-btn .exit-btn-text:before{content:\"\";position:absolute;right:calc(100% + 10px);top:50%;-webkit-transform:translateZ(0) translateY(-50%);-moz-transform:translateZ(0) translateY(-50%);-ms-transform:translateZ(0) translateY(-50%);-o-transform:translateZ(0) translateY(-50%);transform:translateZ(0) translateY(-50%);background-image:url(/blog/css/exit.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;width:20px;height:20px;will-change:transform;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.blog-nav-exit .exit-btn:hover .exit-btn-text:before{-webkit-transform:translateZ(0) translateY(-50%) scale(1.1) translateX(-5px);-moz-transform:translateZ(0) translateY(-50%) scale(1.1) translateX(-5px);-ms-transform:translateZ(0) translateY(-50%) scale(1.1) translateX(-5px);-o-transform:translateZ(0) translateY(-50%) scale(1.1) translateX(-5px);transform:translateZ(0) translateY(-50%) scale(1.1) translate(-5px)}}@media (max-width: 1023px){.blog-nav-exit{width:200px;right:200px}.blog-nav-exit .exit-btn .exit-btn-text{font-size:18px;padding:26px 0}.blog-nav-exit .exit-btn .exit-btn-text:before{width:18px;height:18px}}@media (max-width: 767px){.blog-nav-exit{inset:auto auto 0 0;width:50%;height:60px}.blog-nav-exit .exit-btn{border-top:1px solid rgba(13,13,13,.5);border-left:none;border-bottom:none}.blog-nav-exit .exit-btn .exit-btn-text{padding:23px 0;font-size:14px}.blog-nav-exit .exit-btn .exit-btn-text:before{right:calc(100% + 6px);width:16px;height:16px}}.blog-nav-reserve{position:fixed;z-index:10;top:0;right:0;width:250px;height:70px}.blog-nav-reserve .reserve-btn{position:absolute;top:0;right:0;height:100%;width:100%;overflow:hidden}.blog-nav-reserve .reserve-btn .reserve-btn-text{display:block;text-align:center;padding:25px 0;font-family:var(--font-text);font-size:20px;color:#fff;text-transform:uppercase;background-color:#0d0d0d;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-ms-transform:scale(1) translateZ(0);-o-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);will-change:transform}@media (min-width: 1025px){.blog-nav-reserve .reserve-btn:hover .reserve-btn-text{-webkit-transform:scale(1.2) translateZ(0);-moz-transform:scale(1.2) translateZ(0);-ms-transform:scale(1.2) translateZ(0);-o-transform:scale(1.2) translateZ(0);transform:scale(1.2) translateZ(0)}}@media (max-width: 1023px){.blog-nav-reserve{width:200px}.blog-nav-reserve .reserve-btn .reserve-btn-text{font-size:18px;padding:26px 0}}@media (max-width: 767px){.blog-nav-reserve{inset:auto 0 0 auto;width:50%;height:60px}.blog-nav-reserve .reserve-btn .reserve-btn-text{padding:21px 0}}.blog-footer{position:fixed;z-index:2;bottom:0;left:0;width:100%;height:35px;overflow:hidden;background-color:#0d0d0d;border-top:1px solid #0d0d0d}.blog-footer .wrap-footer .copy{float:left;margin-left:30px}.blog-footer .wrap-footer .copy .copy-text{font-family:var(--font-text);font-size:12px;color:#fff;text-transform:uppercase;letter-spacing:.15em;padding:12px 0}.blog-footer .wrap-footer .links-box{float:right;font-size:0}.blog-footer .wrap-footer .links-box .links-text{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:12px;color:#fff;text-transform:uppercase;letter-spacing:.15em;padding:12px 20px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.blog-footer .wrap-footer .links-box .links-text.top-text{cursor:pointer;padding:12px 50px;border-right:1px solid #0d0d0d}@media (min-width: 1025px){.blog-footer .wrap-footer .links-box .links-text:hover{background-color:#fff;color:#0d0d0d}}@media (max-width: 1023px){.blog-footer .wrap-footer .copy .copy-text,.blog-footer .wrap-footer .links-box .links-text{font-size:11px;letter-spacing:.1em}.blog-footer .wrap-footer .links-box .links-text.top-text{padding:12px 30px}}@media (max-width: 767px){.blog-footer{position:relative;bottom:0;left:0;width:100%;height:auto;background-color:transparent;border-top:none;padding-top:20px;padding-bottom:90px}.blog-footer .wrap-footer{text-align:center}.blog-footer .wrap-footer .copy{float:initial;margin-left:0}.blog-footer .wrap-footer .copy .copy-text{color:#444;padding-bottom:20px}.blog-footer .wrap-footer .links-box{float:initial}.blog-footer .wrap-footer .links-box .links-text{display:block;color:#444}.blog-footer .wrap-footer .links-box .links-text.top-text{border-right:none;padding:12px 20px}}.s-footerstatic-module.blog-page{padding-top:0}.s-footerstatic-module.blog-page .wrapper{padding:0}[class^=icon-],[class*=\" icon-\"]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-pinterest:before{content:\"\\e955\"}.icon-placeholder:before{content:\"\\e907\"}.icon-datepicker:before{content:\"\\e954\"}.icon-purohotel:before{content:\"\\e953\"}.icon-opio-palma:before{content:\"\\e94b\"}.icon-pb-barcelona:before{content:\"\\e94c\"}.icon-pb-illetas:before{content:\"\\e94d\"}.icon-pb-marbella:before{content:\"\\e94e\"}.icon-pb-palma:before{content:\"\\e94f\"}.icon-pb-vilamoura:before{content:\"\\e950\"}.icon-ph-palma:before{content:\"\\e951\"}.icon-puro-group:before{content:\"\\e952\"}.icon-opio2:before{content:\"\\e947\"}.icon-puro-oasis-mar:before{content:\"\\e948\"}.icon-puro-oasis-urbano:before{content:\"\\e949\"}.icon-puro-spa:before{content:\"\\e94a\"}.icon-song-note:before{content:\"\\e946\"}.icon-puro-music-2:before{content:\"\\e945\"}.icon-puro-music:before{content:\"\\e944\"}.icon-users:before{content:\"\\e942\"}.icon-calendar-2:before{content:\"\\e943\"}.icon-checkbox:before{content:\"\\e941\"}.icon-calendar:before{content:\"\\e93f\"}.icon-search:before{content:\"\\e93e\"}.icon-anchor:before{content:\"\\e93d\"}.icon-logo-puro-hotel:before{content:\"\\e93c\"}.icon-camera:before{content:\"\\e93b\"}.icon-headphones:before{content:\"\\e92d\"}.icon-add:before{content:\"\\e901\"}.icon-more:before{content:\"\\e905\"}.icon-close:before{content:\"\\e91b\"}.icon-close-small:before{content:\"\\e91c\"}.icon-download-small:before{content:\"\\e91d\"}.icon-download:before{content:\"\\e91e\"}.icon-thin-arrow-right:before{content:\"\\e91f\"}.icon-thin-arrow-left:before{content:\"\\e940\"}.icon-small-thin-arrow-left:before{content:\"\\e92e\"}.icon-small-thin-arrow-right:before{content:\"\\e920\"}.icon-thin-arrow-up:before{content:\"\\e939\"}.icon-thin-arrow-down:before{content:\"\\e921\"}.icon-small-thin-arrow-up:before{content:\"\\e93a\"}.icon-small-thin-arrow-down:before{content:\"\\e922\"}.icon-email:before{content:\"\\e923\"}.icon-event-night:before{content:\"\\e924\"}.icon-event-day:before{content:\"\\e925\"}.icon-event-beach:before{content:\"\\e926\"}.icon-event-day-n-night:before{content:\"\\e927\"}.icon-comment:before{content:\"\\e928\"}.icon-favicon:before{content:\"\\e929\"}.icon-clock:before{content:\"\\e92a\"}.icon-home:before{content:\"\\e92b\"}.icon-info:before{content:\"\\e92c\"}.icon-newsletter:before{content:\"\\e92f\"}.icon-opio:before{content:\"\\e930\"}.icon-user:before{content:\"\\e931\"}.icon-file:before{content:\"\\e932\"}.icon-tag:before{content:\"\\e933\"}.icon-purobeach-sea:before{content:\"\\e934\"}.icon-purobeach-urban:before{content:\"\\e935\"}.icon-purohotel-urban:before{content:\"\\e936\"}.icon-lock:before{content:\"\\e937\"}.icon-phone:before{content:\"\\e938\"}.icon-keyboard_arrow_down:before{content:\"\\e313\"}.icon-keyboard_arrow_left:before{content:\"\\e314\"}.icon-keyboard_arrow_right:before{content:\"\\e315\"}.icon-keyboard_arrow_up:before{content:\"\\e316\"}.icon-menu:before{content:\"\\e900\"}.icon-star:before{content:\"\\e902\"}.icon-share:before{content:\"\\e903\"}.icon-location:before{content:\"\\e904\"}.icon-design-hotels:before{content:\"\\e906\"}.icon-purobeach:before{content:\"\\e908\"}.icon-spotify:before{content:\"\\e909\"}.icon-apple:before{content:\"\\e90a\"}.icon-soundcloud:before{content:\"\\e90b\"}.icon-youtube-play:before{content:\"\\e90c\"}.icon-instagram:before{content:\"\\e90d\"}.icon-google-plus:before{content:\"\\e90e\"}.icon-twitter:before{content:\"\\e90f\"}.icon-facebook:before{content:\"\\e910\"}.icon-beatport:before{content:\"\\e911\"}.icon-traxsource:before{content:\"\\e912\"}.icon-left-thin-chevron:before{content:\"\\e913\"}.icon-up-thin-chevron:before{content:\"\\e914\"}.icon-down-thin-chevron:before{content:\"\\e915\"}.icon-right-thin-chevron:before{content:\"\\e916\"}.icon-btn-arrow-left:before{content:\"\\e917\"}.icon-btn-arrow-right:before{content:\"\\e918\"}.icon-btn-arrow-down:before{content:\"\\e919\"}.icon-btn-arrow-up:before{content:\"\\e91a\"}.icon-linkedin2:before{content:\"\\eaca\"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{width:100%}body{margin:0;padding:0;font-family:var(--font-text);font-size:14px;line-height:1;color:var(--cl_text, #444444);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body.noscroll,body.lb-disable-scrolling{overflow:hidden}@media (min-width: 1280px){body.noscroll,body.lb-disable-scrolling{padding-right:17px}}figure{margin:0}p,a,h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:1;font-weight:400}p:empty,a:empty,h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}input[type=number]{-moz-appearance:textfield}a{text-decoration:none}a:active,a:hover{outline:0}ul,li{list-style:none;margin:0;padding:0}b,strong{font-weight:700}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}small{font-size:80%}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;border:none;resize:none}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;border:none}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}i{font-family:icomoon!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:focus{outline:none}address{font-style:normal}.ui-widget.ui-widget-content{border:none!important;z-index:9999!important;box-shadow:0 0 6px #cbcbcb80;border-radius:0!important;-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);transform:translateY(25px)}.ui-widget-header{background-color:#fff!important;border-color:#fff!important}.ui-datepicker td span,.ui-datepicker td a{padding:.3em .2em}.ui-datepicker-calendar:before{content:\"\\e904\";position:absolute;bottom:calc(100% - 3px);left:14px;font-family:icomoon;font-size:10px;color:#fff;text-shadow:0px -2px 4px rgba(203,203,203,.5)}.motor-top .ui-widget.ui-widget-content{-webkit-transform:translateY(-25px);-moz-transform:translateY(-25px);-ms-transform:translateY(-25px);-o-transform:translateY(-25px);transform:translateY(-25px)}.motor-top .ui-datepicker-calendar:before{content:\"\\e901\";top:calc(100% - 3px);bottom:auto;text-shadow:0px 2px 4px rgba(203,203,203,.4)}.ui-datepicker-title{font-family:var(--font-text)!important;color:var(--cl_corp, #0d0d0d)!important;font-size:16px!important;text-transform:uppercase!important}.ui-datepicker-calendar th{font-family:var(--font-text)!important;color:var(--cl_corp, #0d0d0d)!important;font-size:16px!important;font-weight:500!important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{font-family:var(--font-text)!important;font-size:16px!important;border:none!important;background:transparent!important;font-weight:400!important;color:var(--cl_corp, #0d0d0d)!important;text-align:center}.ui-datepicker-calendar .ui-state-hover,.ui-datepicker-calendar .ui-state-focus,.ui-datepicker-calendar .ui-button:hover,.ui-datepicker-calendar .ui-button:focus{border-color:transparent!important;background:transparent!important;font-weight:400!important;color:#fff!important;background-color:var(--cl_corp, #0d0d0d)!important}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#fff!important;background-color:var(--cl_corp, #0d0d0d)!important}.ui-widget-header .ui-state-hover,.ui-widget-header .ui-state-focus{border:none!important;font-weight:inherit!important;border-color:transparent!important;background:transparent!important;background-color:transparent!important}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{margin-left:-10px}.ui-widget-header .ui-icon{background-image:none!important;font-size:0!important;text-indent:0!important;width:20px!important;height:20px!important;cursor:pointer}.ui-widget-header .ui-icon:before{position:relative;display:block;font-size:8px;color:var(--cl_corp, #0d0d0d);font-family:icomoon;margin-top:6px}.ui-datepicker-next .ui-icon:before{content:\"\\e935\"}.ui-datepicker-prev .ui-icon:before{content:\"\\e934\"}.hidden{display:none!important}.big-wrapper{padding:0 40px}@media (min-width: 768px){.big-wrapper{padding:0 80px}}@media (min-width: 1024px){.big-wrapper{padding:0 110px}}@media (min-width: 1280px){.big-wrapper{padding:0 85px}}@media (min-width: 1680px){.big-wrapper{padding:0 100px;max-width:1920px;margin:0 auto}}.wrapper{padding:0 25px}@media (min-width: 768px){.wrapper{padding:0 80px}}@media (min-width: 1024px){.wrapper{padding:0 110px}}@media (min-width: 1280px){.wrapper{max-width:initial;padding:0 50px 0 85px}}@media (min-width: 1680px){.wrapper{padding:0 160px;max-width:initial}}.module-spacer{padding-top:15px;padding-bottom:15px}@media (min-width: 1024px){.module-spacer{padding-top:30px;padding-bottom:30px}}@media (min-width: 1680px){.module-spacer{padding-top:40px;padding-bottom:40px}}.module-spacer-bottom{padding-bottom:25px}@media (min-width: 768px){.module-spacer-bottom{padding-bottom:30px}}@media (min-width: 1680px){.module-spacer-bottom{padding-bottom:40px}}@media (max-width: 1279px){.add-dots-separator:after{content:\"\";position:relative;display:block;width:100%;margin:50px 0 0;height:18px;background-image:url(/static/svg/dot.svg);background-size:contain;background-repeat:repeat-x;opacity:.2;pointer-events:none}}@media (max-width: 1279px) and (min-width: 768px){.add-dots-separator:after{margin:60px 0 0}}.half-wrapper.responsive-multimedia-off .half-multimedia{display:none}@media (min-width: 1024px){.half-wrapper.responsive-multimedia-off .half-multimedia{display:block}}.half-wrapper .half-breadcrumbs{display:none}@media (min-width: 1024px){.half-wrapper{padding-top:0}}@media (min-width: 1280px){.half-wrapper{position:relative;min-height:100vh;padding-top:0}.half-wrapper .half-breadcrumbs{display:block;position:absolute;z-index:3;top:170px;right:22px}}@media (min-width: 1680px){.half-wrapper .half-breadcrumbs{top:180px;right:22px}}.half-multimedia .wrap-half-multimedia .half-multimedia-btn{display:none}@media (min-width: 1280px){.half-multimedia{top:0;right:0;width:50%;height:100%}.half-multimedia.stop{position:absolute!important;bottom:0!important;top:auto!important;height:100vh}.half-multimedia .wrap-half-multimedia{width:100%;height:100%}.half-multimedia .wrap-half-multimedia .half-multimedia-btn{display:block;position:absolute;left:50%;bottom:22px;border:solid 5px white;z-index:2;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.half-multimedia .wrap-half-multimedia .half-multimedia-btn:before{color:#393939}.half-multimedia .wrap-half-multimedia .half-multimedia-btn .btn-corp-text{border-color:rgba(var(--cl_title, #222),.6);background-color:#fff;color:rgba(var(--cl_title, #222),.6)}}@media (min-width: 1280px) and (min-width: 1025px){.half-multimedia .wrap-half-multimedia .half-multimedia-btn:before{color:#fff}.half-multimedia .wrap-half-multimedia .half-multimedia-btn .btn-corp-text{border-color:#39393999;color:#fff}}@media (min-width: 1280px) and (min-width: 1680px){.half-multimedia .wrap-half-multimedia .half-multimedia-btn{bottom:45px}}.half-multimedia-box .wrap-multimedia-box{position:relative;padding-top:66.66%;overflow:hidden;border-radius:4px;background-color:var(--cl_background_white, #ffffff)}.half-multimedia-box .wrap-multimedia-box .multimedia-box-element{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.half-multimedia-box .wrap-multimedia-box img{width:100%}@media (min-width: 1280px){.half-multimedia-box{height:100%;width:100%;padding:50px}.half-multimedia-box .wrap-multimedia-box{padding-top:initial;height:100%;width:100%}.half-multimedia-box .wrap-multimedia-box .box-img,.half-multimedia-box .wrap-multimedia-box .box-img img{height:100%}}@media (min-width: 1680px){.half-multimedia-box{padding:75px 85px}}.multimedia-box-socials{will-change:transform}.multimedia-box-socials .wrap-multimedia-socials{padding:20px 0;font-size:0}.multimedia-box-socials .wrap-multimedia-socials .multimedia-socials-title{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.multimedia-box-socials .wrap-multimedia-socials .multimedia-socials-title{text-align:left}}.multimedia-box-socials .wrap-multimedia-socials .multimedia-socials-title{padding-right:10px}@media (min-width: 768px){.multimedia-box-socials .wrap-multimedia-socials{text-align:center}}@media (min-width: 1280px){.multimedia-box-socials{position:absolute;top:50%;left:25px;-webkit-transform:translateY(100%) rotate(-90deg);-moz-transform:translateY(100%) rotate(-90deg);-ms-transform:translateY(100%) rotate(-90deg);-o-transform:translateY(100%) rotate(-90deg);transform:translateY(100%) rotate(-90deg);transform-origin:bottom left}.multimedia-box-socials .wrap-multimedia-socials{padding:0}}.multimedia-socials-element{display:inline-block;vertical-align:middle;padding:0 10px}.multimedia-socials-element .socials-element-link{position:relative;display:inline-block;width:50px;height:50px;border:2px solid color(srgb .22 .22 .22 / .72);border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.multimedia-socials-element .socials-element-link.icon-facebook:after{background-color:#3b5998}.multimedia-socials-element .socials-element-link.icon-facebook:before{font-size:17px}.multimedia-socials-element .socials-element-link.icon-twitter:after{background-color:#00acee}.multimedia-socials-element .socials-element-link:after{content:\"\";position:absolute;bottom:50%;left:-2px;height:calc(100% + 4px);width:calc(100% + 4px);-webkit-transform:translateX(-50%) translateY(50%) scale(0);-moz-transform:translateX(-50%) translateY(50%) scale(0);-ms-transform:translateX(-50%) translateY(50%) scale(0);-o-transform:translateX(-50%) translateY(50%) scale(0);transform:translate(-50%) translateY(50%) scale(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%;will-change:transform}.multimedia-socials-element .socials-element-link:before{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:14px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;will-change:transform}@media (min-width: 1025px){.multimedia-socials-element .socials-element-link{background-color:var(--cl_corp, #0d0d0d);border-color:transparent}.multimedia-socials-element .socials-element-link:after{opacity:1;-webkit-transform:translateX(0%) translateY(50%) scale(1);-moz-transform:translateX(0%) translateY(50%) scale(1);-ms-transform:translateX(0%) translateY(50%) scale(1);-o-transform:translateX(0%) translateY(50%) scale(1);transform:translate(0) translateY(50%) scale(1)}.multimedia-socials-element .socials-element-link:before{color:#fff}}@media (min-width: 1280px){.multimedia-socials-element .socials-element-link:before{-webkit-transform:translateY(-50%) translateX(-50%) rotate(90deg);-moz-transform:translateY(-50%) translateX(-50%) rotate(90deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(90deg);-o-transform:translateY(-50%) translateX(-50%) rotate(90deg);transform:translateY(-50%) translate(-50%) rotate(90deg)}}.responsive-resize,.darker-background,.darker-background .offers-gallery-element{background-color:var(--cl_background_gray, #dddbc3)}.darker-background .section-gallery-header .wrap-gallery-header .gallery-header-title{color:#393939}.darker-background .content-info-box .wrap-info-box .info-box-text,.darker-background .content-info-box .wrap-info-box .info-box-btn.btn-linker .btn-linker-text{color:#383838b8}.darker-background .content-info-box .wrap-info-box .info-box-btn.btn-linker .btn-linker-text:before{color:#383838b8}.darker-background .content-info-box .wrap-info-box .info-box-btn.btn-linker .btn-linker-text:after{background-color:#383838b8}@media (min-width: 1024px){.darker-background .btn-slide-circle{background-color:var(--cl_background_white, #ffffff)}}.secondary-background-top{position:relative}.secondary-background-top:before{content:\"\";position:absolute;z-index:0;top:0;height:50%;width:100%;background-color:var(--cl_background_white, #ffffff);pointer-events:none}.darker-background-top{position:relative}.darker-background-top:before{content:\"\";position:absolute;z-index:0;top:0;height:50%;width:100%;background-color:var(--cl_background_gray, #dddbc3);pointer-events:none}.secondary-background-bottom{position:relative}.secondary-background-bottom:after{content:\"\";position:absolute;z-index:0;bottom:0;height:50%;width:100%;background-color:var(--cl_background_white, #ffffff);pointer-events:none}.forth-background-top{position:relative}.forth-background-top:before{content:\"\";position:absolute;z-index:0;top:0;height:50%;width:100%;background-color:var(--cl_background_gray, #b0ad9f);pointer-events:none}.darker-background-bottom{position:relative}.darker-background-bottom:after{content:\"\";position:absolute;z-index:0;bottom:0;height:50%;width:100%;background-color:var(--cl_background_gray, #dddbc3);pointer-events:none}.secondary-background{background-color:var(--cl_background_white, #ffffff)}@media (max-width: 1279px){.secondary-background .btn-slide-circle{background-color:var(--cl_background_white, #ffffff)}}.third-background{background-color:var(--cl_preload-bg, #eae9e2)}@media (max-width: 1279px){.third-background .btn-slide-circle{background-color:var(--cl_preload-bg, #eae9e2)}}.forth-background{background-color:var(--cl_background_gray, #b0ad9f)}@media (max-width: 1279px){.forth-background .btn-slide-circle{background-color:var(--cl_background_gray, #b0ad9f)}}.fifth-background{background-color:var(--cl_background_gray, #cdcab8)}@media (max-width: 1279px){.fifth-background .btn-slide-circle{background-color:var(--cl_background_gray, #cdcab8)}}.corporative-background{background-color:var(--cl_corp, #0d0d0d)}.section-header.highlight .section-header-title{color:var(--cl_corp, #0d0d0d)}.section-header.secondary-background .section-header-title{color:var(--cl_background_white, #ffffff)}.section-header.forth-background-color .section-header-title{color:var(--cl_background_gray, #b0ad9f)}.section-header .wrap-section-header{text-align:center}.section-header .section-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.section-header .section-header-subtitle{padding-bottom:15px}}@media (min-width: 1280px){.section-header .section-header-subtitle{text-align:left}}.section-header .section-header-subtitle{margin-bottom:10px;display:block}.section-header .section-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.section-header .section-header-title{font-size:34px}}@media (min-width: 768px){.section-header .section-header-title{font-size:40px}}@media (min-width: 1280px){.section-header .section-header-title{font-size:44px;text-align:left}}.section-header .section-header-title{position:relative;z-index:2;margin-bottom:20px}@media (min-width: 768px){.section-header .section-header-title{font-size:55px}}@media (min-width: 1280px){.section-header .wrap-section-header{text-align:left}}@media (min-width: 1680px){.section-header .section-header-title{font-size:60px}}.lightboxOverlay{background-color:#fff!important;opacity:1!important;cursor:zoom-out}.lb-dataContainer{position:absolute;top:-50px;left:35px;width:calc(100% - 70px)!important}.lb-data .lb-details{width:100%!important;text-align:center!important}.lb-data .lb-number{position:absolute!important;bottom:90px!important;left:50%!important;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);font-family:var(--font-text);font-size:20px!important;color:var(--cl_text, #444444)!important;letter-spacing:.3em;font-weight:400!important;text-transform:uppercase}.lightbox .lb-image{object-fit:cover;max-height:768px!important}.lb-data .lb-caption{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.lb-data .lb-caption{text-align:left}}.lb-closeContainer{position:absolute;right:0;top:0;display:block;margin:0 auto;z-index:1;width:35px;height:35px;border-radius:50%;border:2px solid color(srgb .22 .22 .22 / .72);cursor:pointer;-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1);-ms-transform:translateZ(0) scale(1);-o-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.lb-closeContainer:before{position:absolute;content:\"\\e90b\";top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);-moz-transform:translateX(-50%) translateY(-50%) translateZ(0);-ms-transform:translateX(-50%) translateY(-50%) translateZ(0);-o-transform:translateX(-50%) translateY(-50%) translateZ(0);transform:translate(-50%) translateY(-50%) translateZ(0);font-family:icomoon;font-size:12px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.lb-closeContainer:hover{background-color:#fd8700;-webkit-transform:translateZ(0) scale(1.14);-moz-transform:translateZ(0) scale(1.14);-ms-transform:translateZ(0) scale(1.14);-o-transform:translateZ(0) scale(1.14);transform:translateZ(0) scale(1.14)}.lb-closeContainer:hover:before{color:#fff}}.lb-data .lb-close{background:none!important}.lb-container{padding:4px 90px!important}.lb-nav{top:50%!important;height:auto!important;width:calc(100% + 20px)!important;left:50%!important;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);overflow:hidden!important;padding:10px}.lb-nav .lb-prev{float:left!important;display:block!important;width:35px!important;height:35px!important;background-color:#fff!important;margin-left:0!important;background:none!important;opacity:1!important;border-radius:50%!important;border:2px solid color(srgb .22 .22 .22 / .72)!important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lb-nav .lb-prev:before{display:inline-block!important;content:\"\\e91c\";font-family:icomoon!important;font-size:12px!important;color:#383838b8!important;margin-top:10px!important;margin-right:2px!important}.lb-nav .lb-prev:hover{-webkit-transform:scale(1.14);-moz-transform:scale(1.14);-ms-transform:scale(1.14);-o-transform:scale(1.14);transform:scale(1.14);border-color:var(--cl_corp, #0d0d0d)!important;background:var(--cl_corp, #0d0d0d)!important}.lb-nav .lb-prev:hover:before{color:var(--cl_background_white, #ffffff)!important}.lb-nav .lb-next{float:right!important;display:block!important;width:35px!important;height:35px!important;background-color:#fff!important;margin-right:0!important;border-radius:50%!important;background:none!important;opacity:1!important;border:2px solid color(srgb .22 .22 .22 / .72)!important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lb-nav .lb-next:before{display:inline-block!important;content:\"\\e91d\";font-family:icomoon!important;font-size:12px!important;color:#383838b8!important;margin-top:10px!important;margin-left:2px!important}.lb-nav .lb-next:hover{-webkit-transform:scale(1.14);-moz-transform:scale(1.14);-ms-transform:scale(1.14);-o-transform:scale(1.14);transform:scale(1.14);border-color:var(--cl_corp, #0d0d0d)!important;background:var(--cl_corp, #0d0d0d)!important}.lb-nav .lb-next:hover:before{color:var(--cl_background_white, #ffffff)!important}.swiper{visibility:hidden;opacity:0}.swiper-initialized{visibility:visible!important;opacity:1!important}.swiper,.swiper-wrapper{height:100%}.swiper-slide{height:auto}.swiper-pagination{position:relative;margin-top:15px}.swiper-button-prev:after,.swiper-button-next:after{content:none}.modal-loading{display:none;position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;background:#0000004d 50% 57% no-repeat}.modal-text{width:287px;height:600px;position:absolute;inset:373px 0 0;margin:auto;max-width:100%;max-height:100%;overflow:auto;font-size:40px;color:#fff;text-align:center;font-weight:700}#recaptcha_container{position:absolute;z-index:100}.btn-corp{position:relative;display:inline-block;text-align:center;overflow:hidden;cursor:pointer;background-color:transparent;padding:0;border-radius:4px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-corp.btn-white .btn-corp-text{color:#fff;border-color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4);box-shadow:2px 2px 2px #21212166}.btn-corp.btn-white:before{color:#fff}.btn-corp.btn-white:after{background-color:#fd8700}@media (min-width: 1025px){.btn-corp.btn-white{background-color:#fff}.btn-corp.btn-white .btn-corp-text{text-shadow:none;border-color:transparent}}.btn-corp.btn-call.btn-call-alarm .btn-corp-text{background-color:var(--cl_btn-call, #ffc107);color:#393939;text-transform:none;font-size:30px;font-weight:700;letter-spacing:.02em;padding:8px 20px}.btn-corp.btn-call.btn-call-alarm:before{color:var(--cl_btn-call, #ffc107)}.btn-corp.btn-call.btn-call-alarm:after{background-color:var(--cl_corp, #222)}@media (min-width: 1025px){.btn-corp.btn-call.btn-call-alarm .btn-corp-text{background-color:transparent;border-color:var(--cl_btn-call, #ffc107);color:var(--cl_btn-call, #ffc107)}}.btn-corp.btn-call .btn-corp-text{border-color:transparent;background-color:var(--cl_btn-call, #ffc107);color:#fff}.btn-corp.btn-call:before{color:#fff}.btn-corp.btn-call:after{background-color:var(--cl_corp, #222)}@media (min-width: 1025px){.btn-corp.btn-call{background-color:#fff}.btn-corp.btn-call .btn-corp-text{background-color:transparent}}.btn-corp.btn-small .btn-corp-text{min-width:200px;font-size:16px;text-transform:uppercase;letter-spacing:.06em;padding:15px 25px}.btn-corp .btn-corp-text{position:relative;z-index:1;display:block;padding:15px 20px 13px;font-family:var(--font-text);font-size:16px;font-weight:700;color:#383838b8;text-transform:uppercase;letter-spacing:.06em;border:2px solid color(srgb .22 .22 .22 / .72);background-color:transparent;min-width:260px;border-radius:80px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-corp:before{content:\"\\e903\";position:absolute;z-index:2;top:50%;right:12px;-webkit-transform:translateY(-50%) translateX(-10px);-moz-transform:translateY(-50%) translateX(-10px);-ms-transform:translateY(-50%) translateX(-10px);-o-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translate(-10px);opacity:0;font-family:icomoon;font-size:7px;color:#fff;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-corp:after{content:\"\";position:absolute;display:block;bottom:0;left:50%;padding-top:0%;width:10%;background-color:#fd8700;opacity:0;pointer-events:none;border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translate(-50%) translateY(50%)}@media (min-width: 1025px){.btn-corp{background-color:#fd8700!important}.btn-corp .btn-corp-text{border-color:transparent;color:#fff}.btn-corp:before{opacity:1;-webkit-transform:translateY(-50%) translateX(0);-moz-transform:translateY(-50%) translateX(0);-ms-transform:translateY(-50%) translateX(0);-o-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translate(0)}.btn-corp:after{-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translate(-50%) translateY(50%);width:125%;opacity:1;padding-top:100%}}@media (min-width: 1280px){.btn-corp .btn-corp-text{min-width:300px}}@media (max-width: 374px){.btn-corp .btn-corp-text{min-width:230px;padding:16px 10px 14px}}.btn-linker{position:relative;display:inline-block;text-align:center;cursor:pointer}.btn-linker.toright .btn-linker-text:before{content:\"\\e935\";-webkit-transform:translateY(-50%) translateX(-20%);-moz-transform:translateY(-50%) translateX(-20%);-ms-transform:translateY(-50%) translateX(-20%);-o-transform:translateY(-50%) translateX(-20%);transform:translateY(-50%) translate(-20%)}.btn-linker.toleft .btn-linker-text:before{content:\"\\e934\";left:auto;right:calc(100% + 8px);-webkit-transform:translateY(-50%) translateX(20%);-moz-transform:translateY(-50%) translateX(20%);-ms-transform:translateY(-50%) translateX(20%);-o-transform:translateY(-50%) translateX(20%);transform:translateY(-50%) translate(20%)}.btn-linker.totop .btn-linker-text{margin-right:25px}.btn-linker.totop .btn-linker-text:before{content:\"\\e936\";font-size:14px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.btn-linker.tobottom .btn-linker-text{margin-right:25px}.btn-linker.tobottom .btn-linker-text:before{content:\"\\e933\";font-size:14px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.btn-linker.btn-linker-alarm .btn-linker-text{color:var(--cl_accent, #9b2743)}.btn-linker.btn-linker-alarm .btn-linker-text:after{background-color:var(--cl_accent, #9b2743)}.btn-linker.btn-linker-alarm .btn-linker-text:before{color:var(--cl_accent, #9b2743)}.btn-linker .btn-linker-text{position:relative;display:inline-block;font-family:var(--font-text);font-size:14px;font-weight:700;color:#383838b8;text-transform:uppercase;letter-spacing:.12em;padding:5px 0 6px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-linker .btn-linker-text:before{position:absolute;top:50%;left:calc(100% + 8px);font-family:icomoon;font-size:8px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-linker .btn-linker-text:after{content:\"\";position:absolute;z-index:1;bottom:0;left:0;width:0;height:1px;background-color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (max-width: 1279px){.btn-linker .btn-linker-text:after{width:100%;background-color:#383838b8}}@media (min-width: 1025px){.btn-linker .btn-linker-text{color:#383838b8}.btn-linker .btn-linker-text:before{-webkit-transform:translateY(-50%) translateX(0);-moz-transform:translateY(-50%) translateX(0);-ms-transform:translateY(-50%) translateX(0);-o-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translate(0);opacity:1;color:#383838b8}.btn-linker .btn-linker-text:after{width:100%}}.btn-slide-square{position:relative;width:30px;height:120px;background-color:var(--cl_background_white, #ffffff);cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-square:before{content:\"\\e91d\";position:absolute;top:calc(50% - 7px);right:calc(50% - 5px);font-family:icomoon;font-size:14px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-slide-square.swiper-button-prev:before{content:\"\\e91c\";right:calc(50% - 3px)}@media (min-width: 1025px){.btn-slide-square{background-color:var(--cl_corp, #0d0d0d)}.btn-slide-square:before{color:#fff}}.btn-slide-circle{position:relative;display:inline-block;vertical-align:middle;width:48px;height:48px;background-color:var(--cl_background_white, #ffffff);border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;cursor:pointer}.btn-slide-circle:before{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:14px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (max-width: 767px){.btn-slide-circle:after{border:2px solid color(srgb .22 .22 .22 / .72);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:100%;content:\"\"}.btn-slide-circle:before{color:#383838b8}}.btn-slide-circle.swiper-button-prev:before{content:\"\\e91c\"}.btn-slide-circle.swiper-button-next:before{content:\"\\e91d\"}@media (min-width: 768px){.btn-slide-circle{width:44px;height:44px;border:2px solid color(srgb .22 .22 .22 / .72)}}@media (min-width: 1280px){.btn-slide-circle{border-color:#383838b8}.btn-slide-circle:before{color:#383838b8}}@media (min-width: 1025px){.btn-slide-circle{border-color:#383838b8;background-color:transparent}.btn-slide-circle:before{color:#383838b8}}.pb-0{padding-bottom:0}.btn-circle{position:relative;display:inline-block;vertical-align:middle;width:38px;height:38px;border:2px solid #fff;border-radius:50%;background-color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;cursor:pointer}.btn-circle.btn-white{background-color:transparent;box-shadow:2px 2px 2px #21212166}.btn-circle.btn-white:before{text-shadow:2px 2px 2px rgba(33,33,33,.4)}.btn-circle.btn-white:after{background-color:#383838b8}@media (min-width: 1025px){.btn-circle.btn-white{background-color:#383838b8;border-color:transparent}.btn-circle.btn-white:before{color:#fff}}.btn-circle.btn-white2{background-color:#fff;border:2px solid color(srgb .22 .22 .22 / .72);width:30px;height:30px}.btn-circle.btn-white2:before{color:#383838b8}.btn-circle.btn-white2:after{background-color:#000}@media (min-width: 1025px){.btn-circle.btn-white2{background-color:#fff;border-color:transparent}.btn-circle.btn-white2:before{color:#fff}}.btn-circle:before{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:11px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-circle:after{content:\"\";position:absolute;bottom:-2px;left:50%;height:110%;width:110%;background-color:var(--cl_corp, #0d0d0d);-webkit-transform:translateX(-50%) translateY(50%) scale(0);-moz-transform:translateX(-50%) translateY(50%) scale(0);-ms-transform:translateX(-50%) translateY(50%) scale(0);-o-transform:translateX(-50%) translateY(50%) scale(0);transform:translate(-50%) translateY(50%) scale(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%}@media (min-width: 1025px){.btn-circle{background-color:#fff}.btn-circle:after{opacity:1;-webkit-transform:translateX(-50%) translateY(0%) scale(1);-moz-transform:translateX(-50%) translateY(0%) scale(1);-ms-transform:translateX(-50%) translateY(0%) scale(1);-o-transform:translateX(-50%) translateY(0%) scale(1);transform:translate(-50%) translateY(0) scale(1)}}@media (min-width: 768px){.btn-circle{width:44px;height:44px}}.btn-close{position:relative;display:inline-block;vertical-align:middle;width:38px;height:38px;border-radius:50%;border:2px solid color(srgb .22 .22 .22 / .72);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;cursor:pointer}.btn-close.btn-white{border-color:#fff;box-shadow:2px 2px 2px #21212166}.btn-close.btn-white:before{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}@media (min-width: 1025px){.btn-close.btn-white:before{color:#393939}.btn-close.btn-white:after{background-color:#fff}}.btn-close:before{content:\"\\e90b\";position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:11px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.btn-close:after{content:\"\";position:absolute;bottom:0;left:50%;height:100%;width:100%;background-color:#383838b8;-webkit-transform:translateX(-50%) translateY(50%) scale(0);-moz-transform:translateX(-50%) translateY(50%) scale(0);-ms-transform:translateX(-50%) translateY(50%) scale(0);-o-transform:translateX(-50%) translateY(50%) scale(0);transform:translate(-50%) translateY(50%) scale(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%}@media (min-width: 1025px){.btn-close{background-color:#383838b8;border-color:transparent}.btn-close.btn-white{border-color:var(--cl_corp, #0d0d0d)}.btn-close:before{color:#fff}.btn-close:after{opacity:1;-webkit-transform:translateX(-50%) translateY(0%) scale(1);-moz-transform:translateX(-50%) translateY(0%) scale(1);-ms-transform:translateX(-50%) translateY(0%) scale(1);-o-transform:translateX(-50%) translateY(0%) scale(1);transform:translate(-50%) translateY(0) scale(1)}}@media (min-width: 768px){.btn-close{width:40px;height:40px}}.input-element{display:inline-block;width:100%}.input-element.button .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.select{cursor:pointer}.input-element.select .wrap-input-element:before{content:\"\\e91b\";position:absolute;z-index:2;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:10px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.select .wrap-input-element:after{content:\"\";position:absolute;z-index:2;right:55px;top:calc(50% - 11px);width:2px;height:22px;background-color:var(--cl_border-light, #ededed);pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.select .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.user .wrap-input-element:before{content:\"\\e929\";position:absolute;z-index:2;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:16px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.user .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.pass .wrap-input-element:before{content:\"\\e916\";position:absolute;z-index:2;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:16px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.pass .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.phone .wrap-input-element:before{content:\"\\e95c\";position:absolute;z-index:2;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:16px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.phone .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.email .wrap-input-element:before{content:\"\\e95b\";position:absolute;z-index:2;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:14px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element.email .wrap-input-element .input-element-field{padding:0 70px 0 25px}.input-element.must{position:relative}.input-element.must:before{content:\"\";position:absolute;right:calc(100% + 12px);top:calc(50% - 4px);width:8px;height:8px;border:2px solid var(--cl_border-light, #ededed);border-radius:50%}.input-element.textarea .wrap-input-element{height:280px}.input-element.textarea .wrap-input-element .input-element-field{padding:15px 25px}.input-element .wrap-input-element{position:relative;border:2px solid var(--cl_border-light, #ededed);border-radius:1px;height:55px}.input-element .wrap-input-element .input-element-text{position:absolute;z-index:2;top:0;left:15px;font-family:var(--font-text);font-size:11px;font-weight:700;color:#393939;letter-spacing:.05em;padding:2px 10px;background-color:var(--cl_background_white, #ffffff);pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element .wrap-input-element .input-element-field{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em;padding:0 25px;background-color:transparent;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element .wrap-input-element .input-element-field.placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-field:-moz-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-field::-moz-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-field:-ms-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-field::-webkit-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-field:-o-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.03em}.input-element .wrap-input-element .input-element-button{position:absolute;top:0;right:0;width:55px;height:100%;background-color:transparent;margin:0;padding:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element .wrap-input-element .input-element-button:before{content:\"\\e91d\";position:absolute;top:50%;left:calc(50% + 2px);-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:16px;color:#393939;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.input-element .wrap-input-element .input-element-button:after{content:\"\";position:absolute;left:0;top:calc(50% - 11px);width:2px;height:22px;background-color:var(--cl_border-light, #ededed);pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.input-element .wrap-input-element .input-element-button{background-color:var(--cl_corp, #0d0d0d)}.input-element .wrap-input-element .input-element-button:before{color:#fff}.input-element .wrap-input-element .input-element-button:after{opacity:0}}@media (min-width: 1025px){.input-element .wrap-input-element .input-element-text{background-color:var(--cl_corp, #0d0d0d);color:#fff}}.checkbox-element{display:block;font-size:0;cursor:pointer}.checkbox-element .checkbox-input{display:none}.checkbox-element .checkbox-input:checked~.checkbox-icon:before{-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);opacity:1}.checkbox-element .checkbox-icon{position:relative;display:inline-block;vertical-align:top;width:15px;height:15px;border:2px solid var(--cl_border-light, #ededed);margin-top:4px}.checkbox-element .checkbox-icon:before{content:\"\\e927\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(.5);-moz-transform:translateY(-50%) translateX(-50%) scale(.5);-ms-transform:translateY(-50%) translateX(-50%) scale(.5);-o-transform:translateY(-50%) translateX(-50%) scale(.5);transform:translateY(-50%) translate(-50%) scale(.5);opacity:0;font-family:icomoon;font-size:6px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.checkbox-element .checkbox-text{display:inline-block;vertical-align:top;width:calc(100% - 15px);font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.checkbox-element .checkbox-text{font-size:20px}}@media (min-width: 1280px){.checkbox-element .checkbox-text{text-align:left}}.checkbox-element .checkbox-text{padding-left:8px;text-align:left!important;font-size:14px!important}.checkbox-element .checkbox-text.full{width:auto}.checkbox-element .checkbox-text .checkbox-text-link{position:relative;display:inline-block;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.checkbox-element .checkbox-text .checkbox-text-link:before{content:\"\";position:absolute;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px);left:0;bottom:0;width:100%;height:1px;background-color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.checkbox-element .checkbox-text .checkbox-text-link{color:#868686}.checkbox-element .checkbox-text .checkbox-text-link:before{background-color:#868686;-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}}.gradient-top{position:relative}.gradient-top:before{content:\"\";position:absolute;z-index:0;top:0;left:0;width:100%;height:150px;pointer-events:none;opacity:.7;background:-moz-linear-gradient(180deg,rgb(0,0,0) 0%,rgba(84,84,84,0) 100%);background:-webkit-linear-gradient(180deg,rgb(0,0,0) 0%,rgba(84,84,84,0) 100%);background:linear-gradient(180deg,#000,#54545400);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#000000\",endColorstr=\"#545454\",GradientType=1)}@media (min-width: 768px){.gradient-top:before{height:290px}}.gradient-bottom{position:relative}.gradient-bottom.gradient-bottom-spacer:after{bottom:-75px}@media (max-width: 1279px){.gradient-bottom.gradient-bottom-spacer:after{content:none}}.gradient-bottom:after{content:\"\";position:absolute;z-index:0;bottom:0;left:0;width:100%;height:150px;pointer-events:none;opacity:.7;background:-moz-linear-gradient(0deg,rgb(0,0,0) 0%,rgba(84,84,84,0) 100%);background:-webkit-linear-gradient(0deg,rgb(0,0,0) 0%,rgba(84,84,84,0) 100%);background:linear-gradient(0deg,#000,#54545400);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#000000\",endColorstr=\"#545454\",GradientType=1)}@media (min-width: 768px){.gradient-bottom:before{height:290px}}.counter{position:relative;width:30px;height:40px;opacity:0;transition:opacity .6s ease-in}.counter:before{content:\"\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) rotate(-45deg);-moz-transform:translateY(-50%) translateX(-50%) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(-45deg);-o-transform:translateY(-50%) translateX(-50%) rotate(-45deg);transform:translateY(-50%) translate(-50%) rotate(-45deg);width:30px;height:2px;background-color:#383838b8}.counter .counter-num{position:absolute;font-family:var(--font-text);font-size:13px;font-weight:700;color:#383838b8;letter-spacing:.12em}.counter .counter-num.actual{left:0;top:0}.counter .counter-num.total{right:0;bottom:0}@media (max-width: 767px){.counter{display:none}}@media (min-width: 540px){.grecaptcha-badge{bottom:180px!important}}@media (max-width: 539px){.grecaptcha-badge{bottom:140px!important}}.error{background-color:#f2dede;-moz-box-shadow:inset 0 0 10px var(--cl_accent, #9b2743);-webkit-box-shadow:inset 0 0 10px #b94a48;box-shadow:inset 0 0 10px #b94a48}.form-error,.help-block{position:absolute;top:calc(100% + 5px);left:0;font-family:var(--font-text);font-weight:600;font-size:11px;color:#b94a48}.breadcrumbs-list{font-size:0}.breadcrumbs-list .breadcrumbs-list-element{display:inline-block;vertical-align:middle;position:relative}.breadcrumbs-list .breadcrumbs-list-element.active:before{width:calc(100% - 24px)}.breadcrumbs-list .breadcrumbs-list-element:last-child:after{content:none}.breadcrumbs-list .breadcrumbs-list-element:before{content:\"\";position:absolute;top:calc(100% + 2px);left:50%;width:0;height:1px;background-color:#fff;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);box-shadow:2px 2px 2px #21212166;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.breadcrumbs-list .breadcrumbs-list-element:after{content:\"/\";display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:15px;font-weight:600;color:#fff;letter-spacing:.02em;text-shadow:2px 2px 2px rgba(33,33,33,.4)}.breadcrumbs-list .breadcrumbs-list-element .breadcrumbs-element-text{display:inline-block;vertical-align:middle;padding:0 12px;font-family:var(--font-text);font-size:15px;font-weight:600;color:#fff;letter-spacing:.02em;text-shadow:2px 2px 2px rgba(33,33,33,.4);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.breadcrumbs-list .breadcrumbs-list-element:before{width:calc(100% - 24px)}}.color .breadcrumbs-list .breadcrumbs-list-element:before{background-color:#868686;box-shadow:none}.color .breadcrumbs-list .breadcrumbs-list-element:after{color:#868686;text-shadow:none}.color .breadcrumbs-list .breadcrumbs-list-element .breadcrumbs-element-text{color:#868686;text-shadow:none}@media (min-width: 1025px){.color .breadcrumbs-list .breadcrumbs-list-element:before{background-color:var(--cl_corp, #0d0d0d)}.color .breadcrumbs-list .breadcrumbs-list-element .breadcrumbs-element-text{color:var(--cl_corp, #0d0d0d)}}.map-marker{width:30px;height:42px;background-image:url(/static/svg/map-marker.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#half-endpoint.spacer{background-position:0 0;background-repeat:repeat}@media (min-width: 1280px){#half-endpoint.spacer{padding-top:80px}}.var-square-buttons .tgl-menus-air .sta-menus-air_nav-action-btn,.var-square-buttons .tgl-menus-air .sta-menus-air_nav-action-subtn,.var-square-buttons .motor-links-element .wrap-links-element,.var-square-buttons .btn-corp,.var-square-buttons .btn-corp .btn-corp-text{border-radius:0}@media (min-width: 1680px){.page-container.offers-page .wrap-page-container{max-width:1310px;margin:0 auto}}.page-container .wrap-page-container{padding-top:30px}@media (min-width: 1024px){.page-container .wrap-page-container{padding-top:90px}}div:not(.fake-header) .no-hero-top-module-info{position:relative}@media (max-width: 1023px){div:not(.fake-header) .no-hero-top-module-info .top-module-info{display:none}}@media (min-width: 1024px){div:not(.fake-header) .no-hero-top-module-info .top-module-info{top:76px!important}}div:not(.fake-header) .no-hero-top-module-info .top-module-info .top-module-info_mark{margin-left:0;margin-right:15px}div:not(.fake-header) .no-hero-top-module-info .top-module-info .top-module-info_text{color:#383838}@media (max-width: 1023px){div:not(.fake-header) .no-hero-top-module-info .no-hero-breadcrumbs{display:none}}@media (min-width: 1024px){div:not(.fake-header) .no-hero-top-module-info .no-hero-breadcrumbs{position:absolute;top:86px;right:23px}}.fake-header .no-hero-top-module-info{position:relative}@media (min-width: 992px){.fake-header .no-hero-top-module-info{padding:14px 46px}}@media (max-width: 1023px){.fake-header .no-hero-top-module-info .top-module-info{display:none}}.fake-header .no-hero-top-module-info .top-module-info{position:absolute;margin-left:0;float:left;top:10px}.fake-header .no-hero-top-module-info .top-module-info .top-module-info_mark{margin-left:0;margin-right:15px}.fake-header .no-hero-top-module-info .top-module-info .top-module-info_text{color:#383838}@media (max-width: 1023px){.fake-header .no-hero-top-module-info .no-hero-breadcrumbs{display:none}}@media (min-width: 1024px){.fake-header .no-hero-top-module-info .no-hero-breadcrumbs{position:absolute;float:right;right:25px}}.half-wrapper .no-hero-top-module-info{position:absolute;left:0;top:106px;width:100%;background-color:#fff;height:128px;z-index:3}@media (min-width: 1280px){.global-header.var-form .wrap-global-header{padding-right:280px;padding-top:60px}.global-header.var-form .wrap-global-header .global-header-form{padding-top:0;position:absolute;bottom:30px;right:0;width:245px}.global-header.var-form .wrap-global-header .global-header-form .header-form-element{display:block;width:100%}.global-header.var-form .wrap-global-header .global-header-subtitle,.global-header.var-form .wrap-global-header .global-header-title{text-align:center!important}}@media (min-width: 1680px){.global-header.var-form .wrap-global-header .global-header-form{bottom:50px}}.global-header.var--center .wrap-global-header{text-align:center!important;padding-right:0}.global-header.var--center .wrap-global-header .global-header-subtitle,.global-header.var--center .wrap-global-header .global-header-title{text-align:center!important}.global-header .wrap-global-header{padding:15px 0;text-align:center;position:relative;display:block}@media (max-width: 1279px){.global-header .wrap-global-header:not(.visible){display:none}}.global-header .wrap-global-header.var--left,.global-header .wrap-global-header.var--left .global-header-subtitle,.global-header .wrap-global-header.var--left .global-header-title{text-align:left!important}.global-header .wrap-global-header .global-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.global-header .wrap-global-header .global-header-title{font-size:34px}}@media (min-width: 768px){.global-header .wrap-global-header .global-header-title{font-size:40px}}@media (min-width: 1280px){.global-header .wrap-global-header .global-header-title{font-size:44px;text-align:left}}.global-header .wrap-global-header .global-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.global-header .wrap-global-header .global-header-subtitle{text-align:left}}.global-header .wrap-global-header .global-header-subtitle{text-align:center!important;padding-top:5px}.global-header .wrap-global-header .global-header-destino-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.global-header .wrap-global-header .global-header-destino-subtitle{text-align:left}}.global-header .wrap-global-header .global-header-destino-subtitle{padding-top:20px;max-width:1024px;margin-left:auto;margin-right:auto;text-align:center!important;text-transform:none!important;font-size:18px!important;font-weight:400!important}.global-header .wrap-global-header .global-header-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.global-header .wrap-global-header .global-header-text{font-size:20px}}@media (min-width: 1280px){.global-header .wrap-global-header .global-header-text{text-align:left}}.global-header .wrap-global-header .global-header-text{padding-top:5px}.global-header .wrap-global-header .global-header-form{padding-top:10px;max-width:250px;margin:0 auto}.global-header .wrap-global-header .global-header-form .header-form-element{padding-top:15px}.global-header .wrap-global-header .global-header-breadcrumbs{display:none}.global-header .wrap-global-header .global-header-btn{margin-top:15px}.global-header .wrap-global-header .global-header-btn .btn-linker-text{margin:0 25px}.global-header .offers-inputs{padding-top:40px;margin-top:20px;font-size:0;display:inline-block;border-top:1px solid rgba(var(--cl_corp, #0d0d0d),.4)}.global-header .offers-inputs .global-header-form .header-form-element{width:100%}.global-header .wrap-offers-select{position:relative;display:inline-block;width:200px;border:2px solid var(--cl_corp, #0d0d0d);border-radius:4px;margin:0 10px;height:42px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.global-header .wrap-offers-select:before{content:\"\\e91d\";position:absolute;z-index:1;pointer-events:none;top:50%;right:12px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:9px;color:var(--cl_corp, #0d0d0d)}.global-header .wrap-offers-select .select-title{position:absolute;bottom:calc(100% + 8px);left:0;font-family:var(--font-text);font-size:12px;color:var(--cl_corp, #0d0d0d);font-weight:500;text-transform:uppercase;letter-spacing:.03em;width:100%;text-align:left}.global-header .wrap-offers-select .offers-select{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:14px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em;padding:10px 12px;background-color:transparent;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.global-header .wrap-offers-select .offers-select option{font-family:var(--font-text);font-size:14px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em}@media (min-width: 1025px){.global-header .wrap-offers-select{box-shadow:2px 2px 2px rgba(var(--cl_corp, #0d0d0d),.4)}}@media (min-width: 768px){.global-header .wrap-global-header{padding:30px 0}.global-header .wrap-global-header .global-header-form{font-size:0;padding-top:25px;max-width:initial}.global-header .wrap-global-header .global-header-form .header-form-element{display:inline-block;vertical-align:top;width:50%;max-width:245px}.global-header .wrap-global-header .global-header-btn{margin-top:25px}}@media (min-width: 1024px){.global-header .wrap-global-header .global-header-breadcrumbs{display:block;position:absolute;top:0;right:0}}@media (min-width: 1280px){.global-header .wrap-global-header .global-header-text{padding-top:10px;max-width:1085px;margin:0 auto}.global-header .wrap-global-header .global-header-btn{position:absolute;bottom:30px;right:0;margin-top:0}.global-header .offers-inputs{position:absolute;bottom:20px;right:0;border-top:none;margin-top:0;padding-top:30px;width:245px}.global-header .offers-inputs .global-header-form .header-form-element{width:100%}}@media (min-width: 1680px){.global-header .wrap-global-header{padding:40px 0}}.offers-card{position:relative}@media (min-width: 1280px){.offers-card .no-hero-top-module-info .top-module-info{top:20px!important}.offers-card .no-hero-top-module-info .no-hero-breadcrumbs{top:26px}}.offers-card .half-multimedia{position:sticky;top:164px;height:100vh;float:left;width:50%}@media (max-width: 1679px){.offers-card .half-multimedia{width:37%}}@media (max-width: 1279px){.offers-card .half-multimedia{display:none}}.offers-card .half-multimedia .wrap-half-multimedia{padding-top:0;width:140%}.offers-card .half-multimedia .wrap-half-multimedia .half-multimedia-box{padding-top:0}.offers-card .multimedia-box-element-mobile{padding-top:30px}@media (min-width: 1280px){.offers-card .multimedia-box-element-mobile{display:none}}@media (min-width: 1280px){.offers-card .half-wrapper{padding-top:80px!important}}.offers-card .offers-card-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.offers-card .offers-card-title{font-size:34px}}@media (min-width: 768px){.offers-card .offers-card-title{font-size:40px}}@media (min-width: 1280px){.offers-card .offers-card-title{font-size:44px;text-align:left}}.offers-card .offers-card-title{text-align:center!important;padding-top:0;margin-bottom:25px}.offers-card .offers-card-title p{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.offers-card .offers-card-title p{font-size:34px}}@media (min-width: 768px){.offers-card .offers-card-title p{font-size:40px}}@media (min-width: 1280px){.offers-card .offers-card-title p{font-size:44px;text-align:left}}.offers-card .offers-card-title p{text-align:center!important}@media (max-width: 767px){.offers-card .offers-card-title{display:none}}@media (min-width: 768px){.offers-card .offers-card-header .wrap-card-header .card-header-btn{top:0}}@media (min-width: 1280px){.offers-card .offers-card-header .wrap-card-header .card-header-btn{top:-50px}}.offers-card .offers-card-header .wrap-card-header .card-header-subtitle{font-weight:500!important}@media (max-width: 539px){.offers-card .offers-card-price{text-align:center}}@media (max-width: 539px){.offers-card .offers-card-price .wrap-card-price{padding-top:15px;padding-bottom:15px}}.offers-card .offers-card-price .wrap-card-price .card-price-title{font-weight:500;margin-right:20px}@media (max-width: 539px){.offers-card .offers-card-price .wrap-card-price .card-price-title{float:none;display:block;margin-right:0;padding-top:0;margin-bottom:10px}}@media (min-width: 540px){.offers-card .offers-card-price .wrap-card-price .card-price-box{float:left}}@media (max-width: 539px){.offers-card .offers-card-price .wrap-card-price .card-price-box{float:none;display:block;margin-bottom:15px}}@media (min-width: 540px){.offers-card .offers-card-price .card-btns-element{float:right}}@media (max-width: 539px){.offers-card .offers-card-price .card-btns-element{float:none;display:block;max-width:260px;margin:0 auto}}.offers-card .offers-card-conditions .wrap-card-conditions{padding-bottom:10px}.offers-card .offers-card-conditions .wrap-card-conditions .card-conditions-title{font-size:18px;text-transform:uppercase;margin-bottom:20px}.offers-card .offers-card-conditions .wrap-card-conditions .conditions-list-element{border-top:solid 1px var(--cl_border-light, #ededed);padding:20px 0}.offers-card .offers-card-conditions .wrap-card-conditions .conditions-list-element .wrap-conditions-element:before{top:11px}.offers-card .offers-card-conditions .wrap-card-conditions.type2 .card-conditions-subtitle{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.offers-card .offers-card-conditions .wrap-card-conditions.type2 .card-conditions-subtitle{font-size:20px}}@media (min-width: 1280px){.offers-card .offers-card-conditions .wrap-card-conditions.type2 .card-conditions-subtitle{text-align:left}}.offers-card .offers-card-conditions .wrap-card-conditions.type2 .card-conditions-subtitle{padding-top:40px;margin-top:30px;position:relative;margin-bottom:50px}.offers-card .offers-card-conditions .wrap-card-conditions.type2 .card-conditions-subtitle:before{content:\"\";width:100%;height:1px;top:0;left:0;display:block;position:absolute;background-color:var(--cl_border-light, #ededed)}.offers-card .offers-card-foot .wrap-card-foot{text-align:center}.offers-card .offers-card-foot .wrap-card-foot .btn-linker .btn-linker-text{margin-right:0}.contact-page.half-wrapper .wrapper{width:100%}@media (min-width: 1280px){.contact-page.half-wrapper .wrapper{width:50%}}.contact-page.half-wrapper .wrapper .contact-page-form .wrap-contact-form,.contact-page.half-wrapper .wrapper .contact-page-details,.contact-page.half-wrapper .wrapper .contact-page-guides{max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 1280px){.contact-page.half-wrapper .responsive-map{display:none}}.contact-page.half-wrapper .responsive-map{max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:30px}.contact-page.half-wrapper .responsive-map .half-multimedia-box .wrap-multimedia-box{padding-top:0}.contact-page.half-wrapper .responsive-map .half-multimedia-btn{left:50%;transform:translate(-50%);display:none}.contact-page.half-wrapper .half-multimedia .wrap-multimedia-box{padding-top:0}@media (max-width: 1279px){.contact-page.half-wrapper .half-multimedia{display:none}}@media (min-width: 1280px){.contact-page.half-wrapper .half-multimedia{position:sticky;top:164px;width:50%;height:calc(100vh - 164px);margin-top:0}}.clearfix:after{clear:both;content:\"\";display:table}.section-gallery .section-gallery-title .gallery-title{margin-bottom:25px;font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.section-gallery .section-gallery-title .gallery-title{font-size:34px}}@media (min-width: 768px){.section-gallery .section-gallery-title .gallery-title{font-size:40px}}@media (min-width: 1280px){.section-gallery .section-gallery-title .gallery-title{font-size:44px;text-align:left}}@media (min-width: 1366px){.section-gallery .content-info-box .wrap-info-box{padding-top:25px!important;padding-bottom:25px!important}}@media (min-width: 1680px){.section-gallery .content-info-box .wrap-info-box{padding-top:60px!important;padding-bottom:60px!important}}.section-gallery .content-info-box .wrap-info-box .info-box-subtitle{font-size:14px;margin-bottom:15px}@media (min-width: 1280px){.section-gallery.info-left .content-info-box{margin-left:auto;margin-right:-100px}}@media (min-width: 1280px){.gallery-content-multimedia.sticky{position:sticky!important;top:164px!important}}@media (min-width: 1280px){.two-column-col.sticky{position:sticky!important;top:164px!important}}.d-flex{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.offers-card.half-wrapper.responsive-multimedia-off{padding-top:0;padding-left:0}@media (min-width: 1680px){.offers-card.half-wrapper.responsive-multimedia-off.page-employment{padding-top:100px}}.offers-card.half-wrapper.responsive-multimedia-off.page-employment .offers-card-foot{padding:0}.offers-card.half-wrapper.responsive-multimedia-off.page-employment .offers-card-foot .wrap-card-foot{text-align:right}@media (min-width: 1024px){.offers-card.half-wrapper.responsive-multimedia-off .wrapper{padding-left:0}}.offers-card.half-wrapper.responsive-multimedia-off .no-hero-top-module-info{top:164px;height:80px}@media (min-width: 1024px){.offers-card.half-wrapper.responsive-multimedia-off .offers-card-conditions{width:50%;float:right;margin-top:150px}}.offers-card.half-wrapper.responsive-multimedia-off .half-multimedia{float:left;width:50%}.offers-card.half-wrapper.responsive-multimedia-off .offers-card-conditions .wrap-card-conditions .card-conditions-list.webmap .conditions-list-element{border-top:0;padding:0}.offers-card.half-wrapper.responsive-multimedia-off .offers-card-conditions .wrap-card-conditions .card-conditions-list.webmap .conditions-list-element .wrap-conditions-element:before{top:32px}@media (max-width: 767px){.offers-card.half-wrapper.responsive-multimedia-off .offers-card-conditions .wrap-card-conditions .card-conditions-list.webmap .conditions-list-element .wrap-conditions-element:before{top:28px}}.mt-0{margin-top:0!important}.mt-1{margin-top:10px}.mt-4{margin-top:40px!important}.mb-4{margin-bottom:40px!important}@media (min-width: 1280px){.complex-space{padding-bottom:100px}}@media (min-width: 768px) and (max-width: 1279px){.complex-padding{padding-top:120px}}.tgl-menus-air{position:relative;z-index:99;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air.sta-hide-book .sta-menus-air_nav-action{display:none}@media (min-width: 1280px){.tgl-menus-air.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_nav .sta-menus-air_nav-wrapper{text-align:center}.tgl-menus-air.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_links-element.fn-logo .sta-menus-air_links-element-wrapper{padding:5px 10px}.tgl-menus-air.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_links-element .sta-menus-air_links-element-logo{display:inline-block;width:340px;height:70px;background-position:50% 50%;background-size:contain;background-repeat:no-repeat;background-image:url(/static/svg/logo.svg)}}@media (min-width: 1280px) and (min-width: 1680px){.tgl-menus-air.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_links-element.fn-logo .sta-menus-air_links-element-wrapper{padding-left:30px;padding-right:30px}.tgl-menus-air.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_links-element .sta-menus-air_links-element-logo{height:80px}}@media (min-width: 1024px){.tgl-menus-air.sta-book-aside.sta-book-fixed.fn-show-book .sta-menus-air_nav-action-aside{pointer-events:auto;opacity:1}.tgl-menus-air.sta-book-aside.sta-book-fixed .sta-menus-air_nav-action-aside{opacity:0;pointer-events:none}.tgl-menus-air.sta-book-aside.sta-book-fixed .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn{display:none}.tgl-menus-air.sta-book-aside.sta-book-fixed .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn.sta-scroll-book{display:block}}@media (min-width: 1024px) and (min-width: 1280px){.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action{display:none!important}}@media (min-width: 1024px){.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside{display:block;position:fixed;top:50%;right:0;width:95px;height:260px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn{display:block;text-align:center;font-size:0;width:260px;height:95px;background-color:var(--cl_btn-call, #ffc107);padding-bottom:15px;cursor:pointer;-webkit-transform:rotate(-90deg) translateY(-69%) translateX(-33%) translateZ(0);-moz-transform:rotate(-90deg) translateY(-69%) translateX(-33%) translateZ(0);-ms-transform:rotate(-90deg) translateY(-69%) translateX(-33%) translateZ(0);-o-transform:rotate(-90deg) translateY(-69%) translateX(-33%) translateZ(0);transform:rotate(-90deg) translateY(-69%) translate(-33%) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn.sta-scroll-book{display:none}.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn:before{content:\"\";display:inline-block;vertical-align:middle;height:100%;width:0;opacity:0}.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn .sta-menus-air_action-aside-btn-text{display:inline-block;vertical-align:middle;font:700 26px/1 var(--font-text);letter-spacing:.06em;text-transform:uppercase;color:#fff}}@media (min-width: 1024px) and (min-width: 1025px){.tgl-menus-air.sta-book-aside .sta-menus-air_nav-action-aside .sta-menus-air_nav-action-aside-btn{background-color:var(--cl_corp, #0d0d0d)}}@media (min-width: 1280px){.tgl-menus-air.sta-logo-center:not(.sta-show-links).sta-menu-white .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:none}.tgl-menus-air.sta-logo-center:not(.sta-show-links).sta-menu-white .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-white{display:block}.tgl-menus-air.sta-logo-center:not(.sta-show-links) .sta-menus-air_nav-logo{display:block;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.tgl-menus-air.sta-logo-center:not(.sta-show-links) .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:block}.tgl-menus-air.sta-logo-center:not(.sta-show-links) .sta-menus-air_nav .sta-menus-air_nav-wrapper{text-align:left}.tgl-menus-air.sta-logo-center:not(.sta-show-links) .sta-menus-air_nav-action{position:absolute;top:0;right:0;left:auto}}@media (min-width: 1280px) and (min-width: 1680px){.tgl-menus-air.sta-logo-center:not(.sta-show-links) .sta-menus-air_nav-btns{padding-left:40px}}@media (min-width: 1280px){.tgl-menus-air.sta-logo-off:not(.sta-show-links):not(.sta-book-fixed).fn-show-logo .sta-menus-air_nav-logo{display:block;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.tgl-menus-air.sta-logo-off:not(.sta-show-links):not(.sta-book-fixed).fn-show-logo .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:block}.tgl-menus-air.sta-logo-off:not(.sta-show-links):not(.sta-book-fixed) .sta-menus-air_nav .sta-menus-air_nav-wrapper{text-align:left}.tgl-menus-air.sta-logo-off:not(.sta-show-links):not(.sta-book-fixed) .sta-menus-air_nav-action{position:absolute;top:0;right:0;left:auto}}@media (min-width: 1280px) and (min-width: 1680px){.tgl-menus-air.sta-logo-off:not(.sta-show-links):not(.sta-book-fixed) .sta-menus-air_nav-btns{padding-left:40px}}@media (min-width: 1280px){.tgl-menus-air.sta-logo-off .sta-menus-air_nav-logo{display:none}}@media (min-width: 1280px){.tgl-menus-air.sta-book-fixed .sta-menus-air_nav-action{display:none!important}.tgl-menus-air.sta-book-fixed:not(.sta-logo-between_links):not(.fn-show-book) .sta-menus-air_nav-morebtns{padding-right:20px}}@media (min-width: 1680px){.tgl-menus-air.sta-book-fixed:not(.sta-logo-between_links):not(.fn-show-book) .sta-menus-air_nav-morebtns{padding-right:25px}}@media (min-width: 1280px){.tgl-menus-air.sta-show-links .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:block}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links.sta-main-links:after{content:none}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu){position:static;width:auto;height:auto;overflow:visible;opacity:1;pointer-events:auto;display:inline-block;vertical-align:middle;background-color:transparent;background-image:none}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_nav-links-close,.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-photo{display:none}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper{padding:0 15px;width:auto;font-size:0}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element{display:inline-block;vertical-align:middle;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper{padding:12px 22px 10px;border:none}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper:after,.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper:before{content:none}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper>.sta-menus-air_links-element-text{position:relative;font:700 15px/1 var(--font-text);color:#fff;text-transform:uppercase}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper>.sta-menus-air_links-element-text:after{content:\"\";position:absolute;top:calc(100% + 5px);left:50%;width:0;height:1px;background-color:#fff;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper:hover>.sta-menus-air_links-element-text:after,.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper:focus>.sta-menus-air_links-element-text:after{width:100%}}@media (min-width: 1280px) and (min-width: 1680px){.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper{padding:15px 22px 13px}.tgl-menus-air.sta-show-links .sta-menus-air_nav-links:not(.sta-submenu)>.sta-menus-air_links-wrapper>.sta-menus-air_links-element>.sta-menus-air_links-element-wrapper>.sta-menus-air_links-element-text{font-size:16px}}@media (min-width: 1280px){.tgl-menus-air.sta-show-links .sta-menus-air_nav-btns{display:none}}@media (min-width: 1280px){.tgl-menus-air.sta-menu-white.sta-logo-between_links.sta-show-links.sta-book-aside.sta-logo-off .sta-menus-air_links-element .sta-menus-air_links-element-logo{height:110px}.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:hover .sta-menus-air_links-element-text,.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:focus .sta-menus-air_links-element-text{color:#fff!important}.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:hover .sta-menus-air_links-element-text:after,.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:focus .sta-menus-air_links-element-text:after{width:100%!important}.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-text{color:#fff!important;text-shadow:2px 2px 2px rgba(33,33,33,.4)}.tgl-menus-air.sta-menu-white.sta-show-links .sta-menus-air_links-element .sta-menus-air_links-element-text:after{background-color:#fff!important}.tgl-menus-air.sta-menu-white .sta-menus-air_nav{top:20px;background-color:transparent;border-color:transparent}.tgl-menus-air.sta-menu-white .sta-menus-air_nav .sta-menus-air_nav-wrapper{border-bottom:none}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-logo{padding-top:10px}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:none}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-white{display:block;width:240px;height:auto;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3));max-width:initial}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-action{height:100%;padding-right:20px}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-action-subtn{left:calc(50% - 100px)}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element.sta-secondary:after{background-color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-text,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:hover .sta-menus-air_btns-element-text,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:hover .sta-menus-air_btns-element-icon,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:focus .sta-menus-air_btns-element-text,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:focus .sta-menus-air_btns-element-icon{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:hover .sta-menus-air_btns-element-icon:after,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-btns-element:focus .sta-menus-air_btns-element-icon:after{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_languages .sta-menus-air_languages-wrapper{background-color:#0009}.tgl-menus-air.sta-menu-white .sta-menus-air_languages-element .sta-menus-air_element-btn{color:#ffffffb3;border-color:#ffffffb3}.tgl-menus-air.sta-menu-white .sta-menus-air_languages-element .sta-menus-air_element-btn:before{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_languages-element .sta-menus-air_element-btn.sta-active{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_languages-element .sta-menus-air_element-btn:hover,.tgl-menus-air.sta-menu-white .sta-menus-air_languages-element .sta-menus-air_element-btn:focus{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:before{background-color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-hover{top:calc(100% + 10px)}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper{border-color:#fff;box-shadow:2px 2px 2px #21212166}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-text{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-icon:before{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper:before,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper:before{color:#fff}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper{background-color:#fff;border-color:transparent}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-text,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-text{color:var(--cl_corp, #0d0d0d)}.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-icon:before,.tgl-menus-air.sta-menu-white .sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-icon:before{color:var(--cl_corp, #0d0d0d)}}.tgl-menus-air:not(.sta-show-links) .sta-menus-air_links-element.fn-logo{display:none}.tgl-menus-air .sta-menus-air_nav{position:fixed;z-index:99;bottom:0;left:0;width:100%;background-color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_nav .sta-menus-air_nav-wrapper{position:relative;height:70px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 768px){.tgl-menus-air .sta-menus-air_nav .sta-menus-air_nav-wrapper{height:80px}}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_nav{bottom:auto;top:0}.tgl-menus-air .sta-menus-air_nav .sta-menus-air_nav-wrapper{border-top:none;text-align:right;font-size:0}}@media (min-width: 1680px){.tgl-menus-air .sta-menus-air_nav .sta-menus-air_nav-wrapper{height:90px}}@media (max-width: 1023px){.tgl-menus-air .sta-menus-air_nav{background-color:#e0dfd3b3;bottom:85px}}@media (max-width: 767px){.tgl-menus-air .sta-menus-air_nav{bottom:60px}}.tgl-menus-air .sta-menus-air_nav-action-aside,.tgl-menus-air .sta-menus-air_nav-logo{display:none}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_nav-logo{display:block;position:absolute;left:0;top:0;height:100%;padding:10px 0 10px 40px}.tgl-menus-air .sta-menus-air_nav-logo a{display:block;height:100%}.tgl-menus-air .sta-menus-air_nav-logo .sta-menus-air_logo-img.sta-simple{display:block}.tgl-menus-air .sta-menus-air_nav-logo .sta-menus-air_logo-img{display:none;height:100%;width:auto;max-width:210px}}@media (min-width: 1680px){.tgl-menus-air .sta-menus-air_nav-logo{padding:20px 0 20px 45px}}.tgl-menus-air .sta-menus-air_nav-links{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;background-color:#fff;overflow:hidden;overflow-y:auto;display:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_nav-links.fn-open{display:block}.tgl-menus-air .sta-menus-air_nav-links.sta-submenu{z-index:2}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_nav-links-close{position:absolute;top:20px;right:20px}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{padding:70px 50px 55px}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-title{font:700 12px/1 var(--font-text);text-transform:uppercase;color:#868686;letter-spacing:.05em;padding-bottom:10px;opacity:1!important}@media (max-width: 374px){.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{padding:60px 30px 55px}}@media (min-width: 768px){.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{padding:70px 90px 75px}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-title{padding-top:30px;font-size:13px;letter-spacing:.15em}}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_nav-links{bottom:0;top:auto}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_nav-links-close{display:block;position:absolute;top:22px;right:22px}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{padding:60px 65px 75px;max-width:720px;margin:0 auto;text-align:left}}@media (min-width: 1280px){.tgl-menus-air .sta-menus-air_nav-links{font-size:0;text-align:center}.tgl-menus-air .sta-menus-air_nav-links.sta-main-links:after{content:\"\\e94d\";position:absolute;top:50%;left:calc(30% - 225px);-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:500px;color:var(--cl_corp, #0d0d0d)}.tgl-menus-air .sta-menus-air_nav-links.sta-main-links>.sta-menus-air_links-wrapper{width:550px;padding-left:0;padding-right:0}.tgl-menus-air .sta-menus-air_nav-links:before{content:\"\";display:inline-block;vertical-align:middle;height:100%;width:0;opacity:0}.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{display:inline-block;vertical-align:middle;width:50%;max-width:inherit;padding:60px 65px 75px 85px}}@media (min-width: 1366px){.tgl-menus-air .sta-menus-air_nav-links .sta-menus-air_links-wrapper{padding:60px 115px 75px}}.tgl-menus-air .sta-menus-air_links-btn{margin-top:20px;opacity:1!important}@media (min-width: 768px){.tgl-menus-air .sta-menus-air_links-btn{margin-top:40px}}.tgl-menus-air .sta-menus-air_links-element.active .sta-menus-air_links-element-text{color:var(--cl_corp, #0d0d0d)}.tgl-menus-air .sta-menus-air_links-element#menu-rooms>.sta-menus-air_links-element-wrapper{display:none}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper{position:relative;display:block;padding:10px 0;border-bottom:1px solid var(--cl_border-light, #ededed)}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:before{content:\"\\e94c\";position:absolute;right:0;top:11px;font-family:icomoon;font-size:18px;color:#393939}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-text{display:inline-block;vertical-align:middle;font:500 17px/1.2 var(--font-title);letter-spacing:.03em;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-subtext{display:inline-block;vertical-align:middle;font:400 15px/1 var(--font-text);color:#393939;letter-spacing:.02em}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-subtext:before{content:\"/\";display:inline-block;margin:0 6px 0 3px;font:400 15px/1 var(--font-text);color:#393939;letter-spacing:.02em}@media (max-width: 374px){.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper{padding:15px 0 14px}}@media (min-width: 768px){.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper{padding:22px 0 20px}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:before{top:26px;font-size:25px}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-text{display:inline-block;vertical-align:middle;font-size:26px;letter-spacing:.02em}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-subtext{display:inline-block;vertical-align:middle;font-size:18px;letter-spacing:.03em;padding:5px 0 0 10px}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-subtext:before{font-size:18px;top:25px}}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper{padding:20px 0 18px}}@media (min-width: 1280px){.tgl-menus-air .sta-menus-air_links-element{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper{padding:24px 0 22px;cursor:pointer}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:before{right:15px;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:hover:before,.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-wrapper:focus:before{right:10px;opacity:1}.tgl-menus-air .sta-menus-air_links-element .sta-menus-air_links-element-logo{display:none}}.tgl-menus-air .sta-menus-air_links-photo{display:none}@media (min-width: 1280px){.tgl-menus-air .sta-menus-air_links-photo{display:inline-block;vertical-align:middle;height:100%;width:50%;padding:80px 80px 80px 0}.tgl-menus-air .sta-menus-air_links-photo .sta-menus-air_photo-img{display:block;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-color:#fff;border-radius:4px}}@media (min-width: 1680px){.tgl-menus-air .sta-menus-air_links-photo{padding:90px}}.tgl-menus-air .sta-menus-air_nav-btns{position:absolute;left:0;top:0;height:100%;font-size:0;padding:0 8px}.tgl-menus-air .sta-menus-air_nav-btns:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:100%;opacity:0;pointer-events:none}@media (min-width: 540px){.tgl-menus-air .sta-menus-air_nav-btns{padding:0 15px}}@media (max-width: 1023px){.tgl-menus-air .sta-menus-air_nav-btns{display:none}}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_nav-btns{position:relative;display:inline-block;vertical-align:middle;padding:0}}@media (min-width: 1280px){.tgl-menus-air .sta-menus-air_nav-btns:hover>:not(:hover),.tgl-menus-air .sta-menus-air_nav-btns:focus>:not(:hover){opacity:.7}}.tgl-menus-air .sta-menus-air_nav-btns-element{position:relative;display:inline-block;vertical-align:middle;padding:5px 9px;cursor:pointer}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-text{position:absolute;top:100%;left:0;width:100%;font:700 9px/1 var(--font-text);text-transform:uppercase;text-align:center;overflow:hidden;text-overflow:ellipsis}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon{font-size:26px}@media (max-width: 374px){.tgl-menus-air .sta-menus-air_nav-btns-element{padding:2px 8px}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon{font-size:25px}}@media (max-width: 1023px){.tgl-menus-air .sta-menus-air_nav-btns-element.fn-close .sta-menus-air_btns-element-icon:before{content:\"\\e90b\"}}@media (min-width: 540px){.tgl-menus-air .sta-menus-air_nav-btns-element{padding:5px 15px}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-text{font-size:11px}}@media (min-width: 1024px){.tgl-menus-air .sta-menus-air_nav-btns-element{padding:10px 25px;font-size:0}.tgl-menus-air .sta-menus-air_nav-btns-element.fn-close{display:none}.tgl-menus-air .sta-menus-air_nav-btns-element.sta-secondary:after{content:\"\";position:absolute;top:calc(50% - 10px);right:0;width:1px;height:20px;background-color:#393939}.tgl-menus-air .sta-menus-air_nav-btns-element.sta-secondary .sta-menus-air_btns-element-icon{display:none}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-text{position:relative;top:0;display:inline-block;vertical-align:middle;font:500 24px/1 var(--font-text);color:#fff;letter-spacing:.06em;width:auto;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon{display:inline-block;vertical-align:middle;padding-left:20px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px){.tgl-menus-air .sta-menus-air_nav-btns-element{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon{position:relative}.tgl-menus-air .sta-menus-air_nav-btns-element .sta-menus-air_btns-element-icon:after{content:\"\\e903\";position:absolute;left:0;top:calc(50% - 5px);font-size:7px;color:#393939;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-menus-air .sta-menus-air_nav-btns-element:hover .sta-menus-air_btns-element-icon:after,.tgl-menus-air .sta-menus-air_nav-btns-element:focus .sta-menus-air_btns-element-icon:after{opacity:1;left:5px}}.sta-menus-air_nav-morebtns{position:absolute;right:0;top:0;height:100%;font-size:0;padding:0 8px}.sta-menus-air_nav-morebtns:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:100%;opacity:0;pointer-events:none}@media (min-width: 540px){.sta-menus-air_nav-morebtns{padding:0 15px}}@media (max-width: 1023px){.sta-menus-air_nav-morebtns{width:100%;padding:0 30px;overflow:hidden}}@media (max-width: 767px){.sta-menus-air_nav-morebtns{padding:0 10px}}@media (max-width: 539px){.sta-menus-air_nav-morebtns{padding:0}}@media (min-width: 1024px){.sta-menus-air_nav-morebtns{position:relative;display:inline-block;vertical-align:middle;padding:0}}.sta-menus-air_nav-morebtns-element{position:relative;vertical-align:middle;padding:5px 9px;display:inline-block;cursor:pointer}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper{position:relative;width:38px;height:38px;border:2px solid #fff;border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{content:none;position:absolute;bottom:calc(100% + 6px);left:calc(50% - 2px);font-family:icomoon;font-size:6px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-text{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:100%;text-align:center;font:700 13px/1 var(--font-text);text-transform:uppercase;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-icon{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:100%;text-align:center}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-icon:before{display:inline-block;font-size:15px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 540px){.sta-menus-air_nav-morebtns-element{display:inline-block}}@media (max-width: 1023px){.sta-menus-air_nav-morebtns-element{float:left;padding:20px 15px}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper{border-color:#393939}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{color:#393939}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-text,.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-icon{color:#393939}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-icon:before{color:#393939}.sta-menus-air_nav-morebtns-element.sta-lang{float:right}}@media (max-width: 767px){.sta-menus-air_nav-morebtns-element{padding:15px}}@media (min-width: 1024px){.sta-menus-air_nav-morebtns-element{padding:10px 25px}.sta-menus-air_nav-morebtns-element:before{content:\"\";position:absolute;top:calc(50% - 10px);left:0;width:1px;height:20px;background-color:rgba(var(--cl_text, #444444),.8)}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{content:\"\\e901\";top:calc(100% + 6px);bottom:auto}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-hover{position:absolute;top:calc(100% + 30px);left:calc(50% - 90px);width:180px;text-align:center;padding:8px 0 5px;border-radius:4px;background-color:#fff;box-shadow:0 0 4px #0006;font:500 18px/1 var(--font-text);color:#393939;letter-spacing:.05em;opacity:0;-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);transform-origin:center top;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-hover:before{content:\"\\e920\";position:absolute;bottom:calc(100% - 1px);left:calc(50% - 3px);font-family:icomoon;font-size:7px;color:#fff;text-shadow:0 -3px 4px rgba(0,0,0,.4)}.sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-hover,.sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-hover{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@media (min-width: 1280px){.sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper:before,.sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper:before{top:calc(100% + 9px)}.sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper,.sta-menus-air_nav-morebtns-element:focus .sta-menus-air_morebtns-element-wrapper{background-color:transparent}}@media (max-width: 1279px){.sta-menus-air_nav-morebtns-element.sta-lang input:checked~.sta-menus-air_languages{opacity:1;pointer-events:auto}.sta-menus-air_nav-morebtns-element.sta-lang input:checked~.sta-menus-air_morebtns-element-wrapper:before{display:none}.sta-menus-air_nav-morebtns-element.sta-lang input:checked~.sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-text{font-size:0;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.sta-menus-air_nav-morebtns-element.sta-lang input:checked~.sta-menus-air_morebtns-element-wrapper .sta-menus-air_morebtns-element-text:before{content:\"\\e916\";display:inline-block;font-family:icomoon;font-size:20px;color:#393939;margin-top:-2px}.sta-menus-air_languages{position:fixed;top:0;left:0;width:100%;height:calc(100% - 70px);font-size:0;text-align:center;background-color:var(--cl_background_white, #ffffff);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;pointer-events:none;overflow:hidden;overflow-y:auto}.sta-menus-air_languages:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:100%}.sta-menus-air_languages .sta-menus-air_languages-wrapper{display:inline-block;vertical-align:middle;width:240px;padding:35px 0}.sta-menus-air_languages .sta-menus-air_languages-title{font:700 12px/1 var(--font-text);letter-spacing:.05em;color:#868686;text-transform:uppercase}.sta-menus-air_languages .sta-menus-air_languages-list{padding-top:30px}.sta-menus-air_languages-element{padding-bottom:20px}.sta-menus-air_languages-element:last-child{padding-bottom:0}.sta-menus-air_languages-element .sta-menus-air_element-btn{display:block;font:700 16px/1 var(--font-text);letter-spacing:.1em;color:#383838b8;text-transform:uppercase;border:2px solid color(srgb .22 .22 .22 / .72);border-radius:2px;padding:14px 0 11px}.sta-menus-air_languages-element .sta-menus-air_element-btn.sta-active{background-color:var(--cl_corp, #0d0d0d);border-color:transparent;color:#fff}}@media (max-width: 1279px) and (min-width: 768px){.sta-menus-air_languages{height:calc(100% - 80px)}}@media (max-width: 1279px) and (min-width: 1024px){.sta-menus-air_languages{bottom:0;top:auto}}@media (min-width: 1280px){.sta-menus-air_nav-morebtns-element.sta-lang input:checked~.sta-menus-air_languages{opacity:1;pointer-events:auto}.sta-menus-air_languages{position:absolute;top:calc(100% + 14px);right:0;text-align:left;width:100%;opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_languages .sta-menus-air_languages-wrapper{padding:10px;background-color:#fff;box-shadow:2px 2px 2px #21212166}.sta-menus-air_languages .sta-menus-air_languages-title{display:none}.sta-menus-air_languages-element:last-child .sta-menus-air_element-btn{border-bottom:none}.sta-menus-air_languages-element .sta-menus-air_element-btn{position:relative;display:block;font:400 13px/1 var(--font-text);letter-spacing:.02em;padding:14px 0 10px;border-bottom:1px solid var(--cl_border-light, #ededed);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_languages-element .sta-menus-air_element-btn:before{content:\"\\e91f\";position:absolute;left:0;top:16px;font-family:icomoon;font-size:5px;color:#393939;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_languages-element .sta-menus-air_element-btn.sta-active{font-weight:700;padding-left:8px}.sta-menus-air_languages-element .sta-menus-air_element-btn.sta-active:before{opacity:1}.sta-menus-air_languages-element .sta-menus-air_element-btn:hover,.sta-menus-air_languages-element .sta-menus-air_element-btn:focus{padding-left:8px}.sta-menus-air_languages-element .sta-menus-air_element-btn:hover:before,.sta-menus-air_languages-element .sta-menus-air_element-btn:focus:before{opacity:1}}@media (min-width: 1280px) and (min-width: 1680px){.sta-menus-air_languages{top:calc(100% + 19px)}}.sta-menus-air_nav-action{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}@media (min-width: 1024px){.sta-menus-air_nav-action{position:relative;display:inline-block;vertical-align:middle;top:0;left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;height:80%;padding:7px 10px 7px 0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}.sta-menus-air_nav-action-btn{display:none;text-align:center;padding:11px 0 9px;width:190px;border:2px solid #393939;border-radius:80px;display:block;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-action-btn.js-open-motor{display:none}.sta-menus-air_nav-action-btn.sta-btn-green{border-color:transparent;background-color:#fff}.sta-menus-air_nav-action-btn.sta-btn-green .sta-menus-air_action-btn-text{color:#393939}.sta-menus-air_nav-action-btn .sta-menus-air_action-btn-text{font:700 22px/1 var(--font-text);color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (max-width: 374px){.sta-menus-air_nav-action-btn{width:160px}}@media (min-width: 540px){.sta-menus-air_nav-action-btn{width:240px}}@media (max-width: 1023px){.sta-menus-air_nav-action-btn.sta-btn-green{background-color:var(--cl_corp, #0d0d0d)}.sta-menus-air_nav-action-btn.sta-btn-green .sta-menus-air_action-btn-text{color:#fff}}@media (min-width: 1024px){.sta-menus-air_nav-action-btn{font-size:0;width:250px;margin:14px 25px 14px 0}.sta-menus-air_nav-action-btn.sta-btn-green{height:100%;margin:0;padding:8px 0}.sta-menus-air_nav-action-btn.sta-btn-green .sta-menus-air_action-btn-text{font-size:30px}.sta-menus-air_nav-action-btn:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:100%;opacity:0;pointer-events:none}.sta-menus-air_nav-action-btn .sta-menus-air_action-btn-text{display:inline-block;vertical-align:middle;font-size:18px}}@media (min-width: 1280px){.sta-menus-air_nav-action-btn{display:none}.sta-menus-air_nav-action-btn.js-open-motor{display:block}.sta-menus-air_nav-action-btn:hover,.sta-menus-air_nav-action-btn:focus{background-color:var(--cl_corp, #0d0d0d);border-color:transparent}.sta-menus-air_nav-action-btn:hover.sta-btn-green,.sta-menus-air_nav-action-btn:focus.sta-btn-green{background-color:var(--cl_corp, #0d0d0d)}.sta-menus-air_nav-action-btn:hover .sta-menus-air_action-btn-text,.sta-menus-air_nav-action-btn:focus .sta-menus-air_action-btn-text{color:#fff}}@media (min-width: 1680px){.sta-menus-air_nav-action-btn{margin:20px 25px 20px 0}}@media (min-width: 1800px){.sta-menus-air_nav-action-btn{width:260px}}.sta-menus-air_nav-action-subtn{position:absolute;left:0;bottom:calc(100% + 25px);width:100%;padding:7px 5px;text-align:center;font-size:0;background-color:var(--cl_btn-call, #ffc107);border-radius:80px;box-shadow:2px 2px 2px #21212166;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.sta-menus-air_nav-action-subtn .sta-menus-air_nav-action-subtn-icon{display:inline-block;vertical-align:middle;padding-right:5px;font-size:10px;color:#fff}.sta-menus-air_nav-action-subtn .sta-menus-air_nav-action-subtn-text{display:inline-block;vertical-align:middle;font:700 11px/1 var(--font-text);letter-spacing:.15em;color:#fff;text-transform:uppercase}@media (min-width: 1025px){.sta-menus-air_nav-action-subtn{background-color:var(--cl_corp, #222)}}@media (min-width: 1024px){.sta-menus-air_nav-action-subtn{bottom:auto;top:calc(100% + 20px);left:calc(50% - 90px);width:180px}}.sta-internbar-air_nav{position:absolute;right:240px;top:0;padding:16px 0}@media (min-width: 1280px){.sta-internbar-air_nav{right:10px}}@media (max-width: 1679px){.sta-internbar-air_nav{padding:11px 0}}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper{border-color:#000000b3}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{color:#000000b3}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-text{color:#000000b3}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper{border-color:#000}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-wrapper:before{color:#000}.sta-internbar-air_nav .sta-menus-air_nav-morebtns-element:hover .sta-menus-air_morebtns-element-text{color:#000}@media (min-width: 1024px){.menu-white .nav-box .wrap-nav-box{background-color:transparent;border-color:transparent;padding-top:27px}.menu-white .nav-box .top-module-btn{display:none}.menu-white .nav-btns_menu .btns-menu-text,.menu-white .nav-btns_menu .btn-menu-icon{color:#fff}.menu-white .nav-btns_user .wrap-btns-user:before{color:#fff}.menu-white .nav-btns_user .btns-user-element{border-color:#fff}.menu-white .nav-btns_user .btns-user-element:after{color:#fff}.menu-white .nav-btns_user .btns-user-icon{color:#fff}.menu-white .nav-btns_lang .wrap-btns-lang:before{color:#fff}.menu-white .nav-btns_lang .btns-lang-element{border-color:#fff}.menu-white .nav-btns_lang .btns-lang-element:after{color:#fff}.menu-white .nav-btns_lang .btns-lang-text{color:#fff}.menu-white .nav-logo{top:40px}.menu-white .nav-logo .nav-logo_element{background-image:url(/static/svg/logo-white.svg);width:240px;height:60px;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-moz-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-ms-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-o-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.menu-white .nav-book{top:42px}}@media (min-width: 1280px){.menu-white .nav-box .wrap-nav-box{padding-top:20px}.menu-white .nav-links_element.home .links-element_text:before{color:#fff}.menu-white .nav-links_element .links-element_text{color:#fff}}@media (min-width: 1280px) and (min-width: 1025px){.menu-white .nav-links_element .links-element_text{color:#fff}}@media (min-width: 1280px) and (min-width: 1025px){.menu-white .nav-btns_user .btns-user-element{border-color:#fff}.menu-white .nav-btns_user .btns-user-element:after{color:#fff}.menu-white .nav-btns_user .btns-user-icon{color:#fff}}@media (min-width: 1280px) and (min-width: 1025px){.menu-white .nav-btns_lang .btns-lang-element{border-color:#fff}.menu-white .nav-btns_lang .btns-lang-element:after{color:#fff}.menu-white .nav-btns_lang .btns-lang-text{color:#fff}}@media (min-width: 1280px){.menu-white .nav-links_logo{top:35px;left:calc(50% - 95px)}.menu-white .nav-links_logo .links-logo_element{width:190px;height:130px;background-image:url(/static/svg/logo-white.svg);filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-moz-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-ms-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6));-o-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.menu-white .nav-btns{top:44px}}@media (min-width: 1680px){.menu-white .nav-links_logo{left:calc(50% - 130px)}.menu-white .nav-links_logo .links-logo_element{width:260px;height:190px}.menu-white .nav-logo{top:30px}.menu-white .nav-logo .wrap-nav-logo .nav-logo_element{width:264px;height:86px}}.home:not(.intern-gallery) .gallery-content-element{width:100%;padding:0}@media (min-width: 1024px){.home.menu-white .aside-btns{display:none}}.home .aside-btns_element.back{display:none}.menu-white .nav-box{border:none}.nav-box{position:fixed;z-index:100;bottom:60px;left:0;width:100%}.nav-box .top-module-btn{display:block;top:-50px}@media (min-width: 768px){.nav-box{bottom:3.5rem}}@media (min-width: 1280px){.nav-box .top-module-btn{display:none}}@media (max-width: 1279px){.nav-box{border-bottom:1px solid #d2d1d1}}@media (max-width: 1023px){.nav-box .wrap-nav-box{position:relative;background-color:transparent;padding:13px 10px}}@media (max-width: 1023px) and (min-width: 768px){.nav-box .wrap-nav-box{padding:19px 34px}}@media (max-width: 767px){.nav-box .wrap-nav-box{padding:13px 30px}}@media (min-width: 1024px){.nav-box{bottom:auto;top:0}.nav-box .wrap-nav-box{background-color:var(--cl_background_white, #fff);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-box .top-module-btn{top:130px;left:0;width:100%}.nav-box .top-module-btn .top-module-btn_element .btn-corp-text{background:#fff;color:#393939;border-color:#393939}.nav-box .top-module-btn .top-module-btn_element .btn-corp-text.horarios:after{color:#393939}}@media (min-width: 1280px){.nav-links .wrap-nav-links{font-size:0}.nav-links .wrap-nav-links:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;height:80px;width:0;pointer-events:none;opacity:0}.nav-links .nav-links_close{display:none}.nav-links .nav-links_container{font-size:0;display:inline-block;vertical-align:middle;width:calc(100% - 1px)}}@media (min-width: 1680px){.nav-links .wrap-nav-links:before{height:90px}}@media (max-width: 1279px){.nav-links{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;padding:12px;background-color:var(--cl_background_white, #ffffff);pointer-events:none;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-links.open{pointer-events:auto;opacity:1}.nav-links.open .wrap-nav-links{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.nav-links .wrap-nav-links{height:100%;background-color:var(--cl_background_white, #ffffff);overflow:auto;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-links .nav-links_close{position:absolute;top:20px;right:20px;z-index:2}.nav-links .nav-links_container{min-height:100%;padding:30px 30px 45px}}@media (max-width: 1279px) and (min-width: 768px){.nav-links .nav-links_close{top:40px;right:40px}.nav-links .nav-links_container{padding:45px 0 75px;max-width:550px;margin:0 auto}}@media (min-width: 1280px){.nav-links_zone{text-align:right;padding-right:150px}.nav-links_zone.oneitem{padding-right:85px}}@media (min-width: 1280px){.nav-links_element{display:inline-block;vertical-align:middle;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-links_element.home .links-element_text{font-size:0}.nav-links_element.home .links-element_text:before{content:\"\\e911\";display:block;font-family:icomoon;font-size:13px;color:var(--cl_text, #444);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-links_element .wrap-links-element{display:block;padding:20px 10px}.nav-links_element .links-element_text{font:700 14px/1 var(--font-text);text-transform:uppercase;color:var(--cl_text, #444);letter-spacing:.1em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1025px){.nav-links_element .links-element_text{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 1280px) and (min-width: 1366px){.nav-links_element .wrap-links-element{padding:20px 13px}}@media (min-width: 1280px) and (min-width: 1680px){.nav-links_element .wrap-links-element{padding:20px 16px}.nav-links_element .links-element_text{font-size:15px;letter-spacing:.2em}}@media (min-width: 1280px) and (min-width: 1920px){.nav-links_element .wrap-links-element{padding:20px 18px}.nav-links_element .links-element_text{letter-spacing:.15em}}@media (max-width: 1279px){.nav-links_element .wrap-links-element{display:block;padding:20px 0 15px;border-bottom:1px solid var(--cl_border-light, #ededed)}.nav-links_element .links-element_text{font:400 20px/1 var(--font-text);color:var(--cl_text, #444);text-transform:uppercase}}@media (max-width: 1279px) and (min-width: 768px){.nav-links_element .wrap-links-element{padding:25px 0 22px}.nav-links_element .links-element_text{font-size:22px}}.nav-links_back{padding-top:20px}@media (min-width: 768px){.nav-links_back{padding-top:30px}}@media (min-width: 1280px){.nav-links_back{display:none}}.nav-links_logo{display:none}@media (min-width: 1280px){.nav-links_logo{display:block;position:absolute;top:0;left:calc(50% - 87px);height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-links_logo .wrap-links-logo{display:block;height:100%;padding:5px 0}.nav-links_logo .links-logo_element{display:block;width:175px;height:100%;background-image:url(/static/svg/logo.svg);background-repeat:no-repeat;background-size:contain;background-position:50% 50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}.nav-btns .wrap-nav-btns:before,.nav-btns .wrap-nav-btns:after{content:\"\";display:table;clear:both}@media (min-width: 1024px){.nav-btns{display:inline-block;padding:21px 0 21px 40px;font-size:0}}@media (min-width: 1280px){.nav-btns{padding:0;position:absolute;top:calc(50% - 20px);right:30px;transition:top cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transition:top cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:top cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:top cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:top cubic-bezier(.785,.135,.15,.86) .7s}}.nav-btns_menu{display:none}@media (min-width: 1024px){.nav-btns_menu{display:inline-block;vertical-align:middle}.nav-btns_menu .wrap-btns-menu{padding-right:10px;font-size:0}.nav-btns_menu .btns-menu-text{display:inline-block;vertical-align:middle;font:500 20px/1 var(--font-text);color:var(--cl_text, #444);letter-spacing:.2em;padding:1px 12px 0 0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-btns_menu .btn-menu-icon{display:inline-block;vertical-align:middle;font-size:25px;color:var(--cl_text, #444);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px){.nav-btns_menu{display:none}}.nav-btns_user{position:relative;float:left}.nav-btns_user .wrap-btns-user{cursor:pointer}.nav-btns_user .wrap-btns-user:before{content:none;position:absolute;bottom:calc(100% + 6px);left:calc(50% - 2px);font-family:icomoon;font-size:6px;color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1024px){.nav-btns_user .wrap-btns-user:before{content:\"\\e901\";bottom:auto;top:calc(100% + 6px);color:var(--cl_text, #444)}}@media (min-width: 1025px){.nav-btns_user .wrap-btns-user:before{top:calc(100% + 9px)}}.nav-btns_user .btns-user-element{position:relative;width:26px;height:26px;border-radius:50%;border:2px solid #ffffff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;display:block}.nav-btns_user .btns-user-icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:13px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.nav-btns_user .btns-user-element{border-color:var(--cl_corp, #0d0d0d)}.nav-btns_user .btns-user-element:after{color:var(--cl_corp, #0d0d0d)}.nav-btns_user .btns-user-icon{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 768px){.nav-btns_user .btns-user-element{width:26px;height:26px}.nav-btns_user .btns-user-icon{font-size:12px}}@media (max-width: 1023px){.nav-btns_user.to-contact{display:none}}@media (min-width: 1024px){.nav-btns_user{float:none;display:inline-block;vertical-align:middle}.nav-btns_user .wrap-btns-user{padding:0 10px}.nav-btns_user .btns-user-element{position:relative;border-color:var(--cl_text, #444)}.nav-btns_user .btns-user-icon{color:var(--cl_text, #444)}}@media (min-width: 1280px){.nav-btns_user{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1680px){.nav-btns_user .wrap-btns-user{padding:0 15px}}.nav-btns_user-access{position:absolute;z-index:2;bottom:calc(100% + 10px);left:0;padding:6px;width:260px;background-color:rgba(var(--cl_corp, #0d0d0d),.4);opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-btns_user-access.open{pointer-events:auto;opacity:1;bottom:calc(100% + 23px)}.nav-btns_user-access.open .user-access-icon{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transition-delay:.5s;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.nav-btns_user-access .wrap-user-access{background-color:var(--cl_background_white, #ffffff)}.nav-btns_user-access .user-access-box{position:relative;padding:20px 25px}.nav-btns_user-access .user-access-icon{position:absolute;right:25px;top:20px;display:block;font-size:18px;color:var(--cl_corp, #0d0d0d);opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-btns_user-access .user-access-title{font:400 16px/1 var(--font-text);color:#393939;letter-spacing:.02em;text-transform:uppercase}.nav-btns_user-access .user-access-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.nav-btns_user-access .user-access-subtitle{text-align:left}}.nav-btns_user-access .user-access-subtitle{padding:10px 0 15px;border-bottom:1px solid var(--cl_border-light, #ededed)}.nav-btns_user-access .user-access-text{font:400 13px/1 var(--font-text);color:#393939;letter-spacing:.03em;line-height:138.4615384615%;padding-top:15px}.nav-btns_user-access .user-access-btn{margin-top:15px}.nav-btns_user-access .user-access-btn .user-access-btn_text{display:block;font:500 15px/1 var(--font-text);color:#383838b8;letter-spacing:.03em;padding:5px 0;text-align:center;border:2px solid color(srgb .22 .22 .22 / .72);border-radius:2px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.nav-btns_user-access .user-access-btn .user-access-btn_text{border-color:transparent;background-color:var(--cl_btn-call, #ffc107);color:#fff}}.nav-btns_user-access .user-access-subtn{display:table;margin:10px auto 0}.nav-btns_user-access .user-access-subtn .user-access-subtn_text{display:block;font:500 14px/1 var(--font-text);color:#383838b8;letter-spacing:.03em;padding:0 0 5px;text-align:center;border-bottom:1px solid color(srgb .22 .22 .22 / .72);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.nav-btns_user-access .user-access-subtn .user-access-subtn_text{color:#fd8700;border-color:#fd8700}}@media (min-width: 768px){.nav-btns_user-access.open{bottom:calc(100% + 31px)}}@media (min-width: 1024px){.nav-btns_user-access{bottom:auto;top:calc(100% + 10px)}.nav-btns_user-access.open{bottom:auto;top:calc(100% + 31px)}}@media (min-width: 1280px){.nav-btns_user-access{left:auto;right:0}}.nav-btns_lang{float:right;cursor:pointer}.nav-btns_lang .wrap-btns-lang{position:relative}.nav-btns_lang .wrap-btns-lang:before{content:none;position:absolute;bottom:calc(100% + 6px);left:calc(50% - 2px);font-family:icomoon;font-size:6px;color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1024px){.nav-btns_lang .wrap-btns-lang:before{content:\"\\e901\";bottom:auto;top:calc(100% + 6px);color:var(--cl_text, #444)}}@media (min-width: 1025px){.nav-btns_lang .wrap-btns-lang:before{top:calc(100% + 9px)}}.nav-btns_lang .btns-lang-element{position:relative;width:26px;height:26px;border-radius:50%;border:2px solid #ffffff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-btns_lang .btns-lang-text{position:absolute;top:calc(50% + 1px);left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font:700 12px/1 var(--font-text);color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.nav-btns_lang .btns-lang-element{border-color:var(--cl_corp, #0d0d0d)}.nav-btns_lang .btns-lang-element:after{color:var(--cl_corp, #0d0d0d)}.nav-btns_lang .btns-lang-text{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 768px){.nav-btns_lang .btns-lang-element{width:26px;height:26px}.nav-btns_lang .btns-lang-text{font-size:12px}}@media (min-width: 1024px){.nav-btns_lang{float:none;display:inline-block;vertical-align:middle}.nav-btns_lang .wrap-btns-lang{padding:0 10px}.nav-btns_lang .btns-lang-element{position:relative;border-color:var(--cl_text, #444)}.nav-btns_lang .btns-lang-text{color:var(--cl_text, #444)}}@media (min-width: 1280px){.nav-btns_lang{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1366px){.nav-btns_lang{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-btns_lang .wrap-btns-lang{padding:0 10px}}.nav-book{position:absolute;top:calc(50% - 20px);left:calc(50% - 90px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-book .nav-book_btn{width:180px}.nav-book .nav-book_btn-link{width:100%;text-align:center;background-color:var(--cl_btn-call-hover, #ffc107);font:700 20px/1 var(--font-text);letter-spacing:.05em;color:var(--cl_corp, #222);padding:10px 0}@media (min-width: 768px){.nav-book{top:calc(50% - 25px);left:calc(50% - 101px)}.nav-book .nav-book_btn{width:202px}.nav-book .nav-book_btn-link{font-size:30px;padding:10px 0}}@media (min-width: 1024px){.nav-book{left:auto;right:40px}}@media (min-width: 1280px){.nav-book{display:none}}body.var--book-btn-white .nav-book .nav-book_btn-link{color:#fff}body.var--book-btn-white .motor-box-btn .wrap-motor-btn .motor-btn-text{color:#222}body.var--book-btn-white .motor-box-btn .wrap-motor-btn .motor-btn-text:hover{color:#fff}.nav-logo{display:none}@media (min-width: 1024px){.nav-logo{display:block;position:absolute;top:0;left:50%;height:100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.nav-logo .wrap-nav-logo{display:block;padding:5px 0;height:100%}.nav-logo .nav-logo_element{display:block;height:100%;width:215px;background-image:url(/static/svg/logo-black.svg);background-repeat:no-repeat;background-size:contain;background-position:50% 50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px){.nav-logo{left:40px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@media (min-width: 1680px){.nav-logo .wrap-nav-logo .nav-logo_element{width:200px}}.subnav-box{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;padding:12px;background-color:#fff;pointer-events:none;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subnav-box.open{pointer-events:auto;opacity:1}.subnav-box.open .wrap-subnav-box{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}@media (min-width: 1280px){.subnav-box[data-subnav=gastro] .subnav-box_list .wrap-subnav-list{text-align:center}}.subnav-box.var-onpage .half-list-element_info .half-list-element_info-text span{display:block;color:var(--cl_corp, #0d0d0d)}.subnav-box.var-onpage .half-list-element_info .half-list-element_info-text span:before{content:none}@media (min-width: 1024px){.subnav-box.var-onpage .subnav-box_half-list .wrap-half-list{max-width:800px}.subnav-box.var-onpage .half-list-box{font-size:0;margin:0 -30px}.subnav-box.var-onpage .half-list-element{display:inline-block;vertical-align:top;width:50%;padding:0 30px}.subnav-box.var-onpage .half-list-element_img{display:inline-block;width:115px;height:115px}.subnav-box.var-onpage .half-list-element_info{width:calc(100% - 115px);padding-left:35px}}@media (min-width: 1280px){.subnav-box.var-onpage .subnav-box_half-list{width:100%;display:block;padding:0 70px}.subnav-box.var-onpage .subnav-box_half-list .wrap-half-list{max-width:1420px}.subnav-box.var-onpage .half-list-element{width:33.33%}.subnav-box.var-onpage .half-list-element .wrap-list-element:before{content:none}}@media (min-width: 1280px) and (min-width: 1025px){.subnav-box.var-onpage .half-list-element .wrap-list-element .half-list-element_img:before{opacity:0}}@media (min-width: 1280px){.subnav-box.var-onpage .half-list-element_info{padding-right:20px}.subnav-box.var-onpage .half-list-element_img:before{content:\"\";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(var(--cl_corp, #0d0d0d),.5);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (max-width: 1679px){.subnav-box.var-onpage .half-list-element_info{padding-left:20px}.subnav-box.var-onpage .half-list-element_info .half-list-element_info-text{font-size:28px}.subnav-box.var-onpage .half-list-element_info .half-list-element_info-text span{font-size:16px}}.subnav-box .wrap-subnav-box{height:100%;background-color:var(--cl_background_white, #ffffff);overflow:auto;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subnav-box .subnav-box_close{position:absolute;z-index:2;top:20px;right:20px;border-color:#39393980}.subnav-box .subnav-box_close:before{color:#39393980}@media (min-width: 1025px){.subnav-box .subnav-box_close:before{color:#fff}}@media (min-width: 768px){.subnav-box{padding:15px}.subnav-box .subnav-box_close{top:40px;right:40px}}@media (min-width: 1280px){.subnav-box .wrap-subnav-box{font-size:0}}.subnav-box_half-list .wrap-half-list{padding:40px}.subnav-box_half-list .half-list-title{font:400 18px/1 var(--font-text);letter-spacing:.06em;color:var(--cl_title, #222);padding-bottom:10px;padding-right:15px}.subnav-box_half-list .half-list-back{padding-top:20px;padding-left:23px}@media (min-width: 768px){.subnav-box_half-list{font-size:0;text-align:center}.subnav-box_half-list:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;height:calc(100vh - 30px);opacity:0;pointer-events:none}.subnav-box_half-list .wrap-half-list{display:inline-block;vertical-align:middle;padding:70px 0;width:100%;max-width:550px;margin:0 auto;text-align:left}.subnav-box_half-list .half-list-title{font-size:18px;padding-bottom:30px}.subnav-box_half-list .half-list-back{padding-top:30px;text-align:left;padding-left:23px}}@media (min-width: 1024px){.subnav-box_half-list .half-list-title{padding-bottom:20px}}@media (min-width: 1280px){.subnav-box_half-list{display:inline-block;vertical-align:middle;width:50%;padding-left:15px}}@media (min-width: 1280px) and (min-width: 1025px){.subnav-box_half-list .half-list-box>*{opacity:.6}.subnav-box_half-list .half-list-box>*:hover{opacity:1}}@media (min-width: 1680px){.subnav-box_half-list .wrap-half-list{max-width:600px}}.half-list-element .wrap-list-element{position:relative;display:block;font-size:0;padding:10px 25px 10px 0;border-bottom:1px solid var(--cl_border-light, #ededed)}.half-list-element .wrap-list-element:after{content:\"\\e94c\";position:absolute;top:calc(50% - 5px);right:10px;font-family:icomoon;font-size:24px;color:#565656b3}@media (min-width: 1024px){.half-list-element .wrap-list-element{padding:20px 0 15px}.half-list-element .wrap-list-element:after{content:none}}@media (min-width: 1280px){.half-list-element .wrap-list-element{padding:25px 0 20px}}@media (min-width: 1680px){.half-list-element .wrap-list-element{padding:30px 0 25px}}@media (min-width: 1280px){.half-list-element{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.half-list-element .wrap-list-element:before{content:\"\";position:absolute;left:0;bottom:-1px;width:0;height:1px;background-color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.half-list-element .wrap-list-element:after{content:\"\\e94c\";top:50%;right:30px;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1025px){.half-list-element .wrap-list-element:before{width:100%}.half-list-element .wrap-list-element:after{right:20px;opacity:1}}.half-list-element_img{position:relative;display:inline-block;vertical-align:middle;width:60px;height:60px;overflow:hidden}.half-list-element_img .half-list-element_img-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}@media (min-width: 768px){.half-list-element_img{width:85px;height:85px}}@media (min-width: 1024px){.half-list-element_img{display:none}}.half-list-element_info{display:inline-block;vertical-align:middle;width:calc(100% - 60px);padding-left:15px}.half-list-element_info .half-list-element_info-text{font:700 24px/1 var(--font-text);color:#393939;letter-spacing:0em}.half-list-element_info .half-list-element_info-text span{display:block;font:400 14px/1 var(--font-text);color:#393939;opacity:.8;padding-top:5px;text-transform:none}@media (min-width: 768px){.half-list-element_info{width:calc(100% - 85px);padding-left:25px}.half-list-element_info .half-list-element_info-text{font-size:26px;font-weight:700}.half-list-element_info .half-list-element_info-text span{font-size:18px}}@media (min-width: 1024px){.half-list-element_info{width:100%;padding-left:0}.half-list-element_info .half-list-element_info-text span{display:inline}.half-list-element_info .half-list-element_info-text span:before{content:\"/\";display:inline-block;font:400 18px/1 var(--font-text);color:#393939;opacity:.8;padding:0 8px 0 4px}}@media (min-width: 1280px){.half-list-element_info .half-list-element_info-text{font-size:28px}}.subnav-box_half-media{display:none}@media (min-width: 1280px){.subnav-box_half-media{display:inline-block;vertical-align:middle;width:50%;height:100%;padding:0 60px 0 20px}.subnav-box_half-media .wrap-half-media{position:relative;height:100%}.subnav-box_half-media .half-media-img{position:absolute;top:50%;left:50%;width:550px;height:550px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;background-color:#f6f6f3;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.subnav-box_half-media .half-media-img.adjust-png{background-size:initial}}@media (min-width: 1680px){.subnav-box_half-media .half-media-img{width:660px;height:660px}}.subnav-box_list .wrap-subnav-list{padding:40px}.subnav-box_list .subnav-list-title{font:400 16px/1 var(--font-text);letter-spacing:.06em;color:var(--cl_corp, #0d0d0d);padding-bottom:10px}.subnav-box_list .subnav-list-back{padding-top:15px}@media (min-width: 768px){.subnav-box_list{font-size:0;text-align:center}.subnav-box_list:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;height:calc(100vh - 30px);opacity:0;pointer-events:none}.subnav-box_list .wrap-subnav-list{display:inline-block;vertical-align:middle;padding:70px 0;width:100%;max-width:550px;margin:0 auto;text-align:left}.subnav-box_list .subnav-list-title{font-size:20px;padding-bottom:30px}.subnav-box_list .subnav-list-back{padding-top:25px}}@media (min-width: 1280px){.subnav-box_list{padding:0 70px}.subnav-box_list .subnav-list-title{font-size:21px;padding-bottom:50px}.subnav-box_list .wrap-subnav-list{max-width:1080px}.subnav-box_list .subnav-list-box{margin:0 -30px}.subnav-box_list .subnav-list-back{display:none}}@media (min-width: 1680px){.subnav-box_list .wrap-subnav-list{max-width:1420px}.subnav-box_list .subnav-list-box{margin:0 -50px}}.subnav-list-element .wrap-list-element{display:block;padding:10px 0;font-size:0}@media (min-width: 768px){.subnav-list-element .wrap-list-element{padding:15px 0}}@media (max-width: 1279px){.subnav-list-element .wrap-list-element{border-bottom:1px solid var(--cl_border-light, #ededed)}}@media (min-width: 1280px){.subnav-list-element{display:inline-block;vertical-align:top;width:33.33%;padding-bottom:90px}.subnav-list-element .wrap-list-element{position:relative;padding:0 30px;cursor:pointer}}@media (min-width: 1280px) and (min-width: 1025px){.subnav-list-element .subnav-list-element_info{-webkit-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);-o-transform:translateY(-60px);transform:translateY(-60px)}.subnav-list-element .subnav-list-element_info .subnav-list-element_info-title{color:var(--cl_corp, #0d0d0d)}.subnav-list-element .subnav-list-element_info .subnav-list-element_info-btn{opacity:1;margin:20px auto;height:40px}.subnav-list-element .subnav-list-element_info .subnav-list-element_info-btn .btn-corp-text{padding:10px 20px}}@media (min-width: 1280px) and (min-width: 1025px) and (min-width: 1680px){.subnav-list-element .subnav-list-element_info{padding-bottom:0}.subnav-list-element .subnav-list-element_info .subnav-list-element_info-btn{margin:20px auto 30px}}@media (min-width: 1680px){.subnav-list-element .wrap-list-element{padding:0 50px}}.subnav-list-element_img{position:relative;display:inline-block;vertical-align:middle;width:60px;height:60px}.subnav-list-element_img .subnav-list-element_img-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}@media (min-width: 768px){.subnav-list-element_img{width:110px;height:100px}}@media (min-width: 1280px){.subnav-list-element_img{width:100%;height:auto;padding-top:100%}}.subnav-list-element_info{display:inline-block;vertical-align:middle;width:calc(100% - 60px);padding-left:15px}.subnav-list-element_info .subnav-list-element_info-title{position:relative;font:400 20px/1 var(--font-text);color:#393939;letter-spacing:.1em;text-transform:uppercase;padding:0 20px 0 0}.subnav-list-element_info .subnav-list-element_info-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.subnav-list-element_info .subnav-list-element_info-subtitle{text-align:left}}.subnav-list-element_info .subnav-list-element_info-subtitle{padding-top:5px}.subnav-list-element_info .subnav-list-element_info-btn{display:none}@media (min-width: 768px){.subnav-list-element_info{width:calc(100% - 110px);padding-left:35px}.subnav-list-element_info .subnav-list-element_info-title{font-size:22px}.subnav-list-element_info .subnav-list-element_info-subtitle{font-size:18px;letter-spacing:.05em;padding-top:10px}}@media (max-width: 1279px){.subnav-list-element_info{position:relative}.subnav-list-element_info:before{content:\"\\e94c\";position:absolute;top:calc(50% - 5px);right:10px;font-family:icomoon;font-size:24px;color:#565656b3}}@media (min-width: 1280px){.subnav-list-element_info{position:absolute;top:100%;left:30px;width:calc(100% - 60px);z-index:2;padding:20px 25px 0;background-color:var(--cl_background_white, #ffffff);text-align:left;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:center}.subnav-list-element_info .subnav-list-element_info-title{padding-right:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:left}.subnav-list-element_info .subnav-list-element_info-subtitle{text-align:left}.subnav-list-element_info .subnav-list-element_info-btn{display:inline-block;margin:0 auto;height:20px;opacity:0}.subnav-list-element_info .subnav-list-element_info-btn .btn-corp-text{padding:0 10px}}@media (min-width: 1680px){.subnav-list-element_info{width:calc(100% - 100px);left:50px;padding:30px 25px 10px}.subnav-list-element_info .subnav-list-element_info-title{font-size:24px}}.shortcut-menu{display:none}@media (max-width: 1023px){.shortcut-menu{display:block;position:fixed;z-index:98;bottom:0;left:0;width:100%;will-change:transform;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .85s;transition:all cubic-bezier(.785,.135,.15,.86) .85s;transition-delay:.7s;-webkit-transition-delay:.7s;-moz-transition-delay:.7s;-ms-transition-delay:.7s;-o-transition-delay:.7s}.shortcut-menu.hide{transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.shortcut-menu .wrap-shortcut-menu{text-align:center;height:55px;font-size:0;overflow:hidden;background:#fff}}@media (max-width: 1023px) and (min-width: 768px){.shortcut-menu .wrap-shortcut-menu{height:55px}}@media (max-width: 1023px){.shortcut-menu-list{font-size:0;display:inline-flex;vertical-align:middle;width:100%;height:100%}.shortcut-menu-element{display:inline-block;vertical-align:bottom}}@media (max-width: 1023px) and (min-width: 540px){.shortcut-menu-element:first-child .wrap-shortcut-element{padding-left:10px}.shortcut-menu-element:last-child .wrap-shortcut-element{padding-right:10px}}@media (max-width: 1023px){.shortcut-menu-element.booknow{background:#ffc107}.shortcut-menu-element.menu{border-top:1px solid #d9d9d9}.shortcut-menu-element .wrap-shortcut-element{padding:19px 0}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon{display:inline-block;font-size:22px;color:var(--cl_text, #444)}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon.icon-cultery,.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon.icon-massage,.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon.icon-sunset{font-size:25px}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon:before{display:inline-block}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-text{font-size:15px!important;color:var(--cl_text, #444)!important}}@media (max-width: 1023px) and (max-width: 539px){.shortcut-menu-element{width:50%}}@media (max-width: 1023px) and (max-width: 374px){.shortcut-menu-element .wrap-shortcut-element{padding:13px}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon{font-size:20px}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon.icon-bell{font-size:23px}}@media (max-width: 1023px) and (min-width: 540px){.shortcut-menu-element{width:50%}.shortcut-menu-element .wrap-shortcut-element{padding:19px 0}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-icon{height:30px}.shortcut-menu-element .wrap-shortcut-element .shortcut-element-text{display:block;font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444)}}@media (max-width: 1023px) and (min-width: 768px){.shortcut-menu-element .wrap-shortcut-element .shortcut-element-text{font-size:14px}}.menu-btn .wrap-menu-btn{position:relative;cursor:pointer;padding-bottom:5px;display:flex;justify-content:center}.menu-btn .wrap-menu-btn .menu-btn-text{display:block;bottom:-15px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444);text-transform:uppercase;padding-top:4px;letter-spacing:.03em}.menu-btn .wrap-menu-btn .menu-btn-icon{font-size:18px;color:var(--cl_text, #444)}.menu-btn .wrap-menu-btn .menu-btn-icon:before{content:\"\\e92b\";display:inline-block}@media (min-width: 540px){.menu-btn .wrap-menu-btn{padding-bottom:23px}.menu-btn .wrap-menu-btn .menu-btn-text{bottom:0}}@media (min-width: 768px){.menu-btn .wrap-menu-btn .menu-btn-text{font-size:14px}}@media (min-width: 1024px){.menu-btn .wrap-menu-btn{font-size:0;padding:8px 0}.menu-btn .wrap-menu-btn .menu-btn-text{position:relative;bottom:0;left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;display:inline-block;vertical-align:middle;padding-right:12px;font-size:16px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.menu-btn .wrap-menu-btn .menu-btn-icon{display:inline-block;vertical-align:middle}.menu-btn .wrap-menu-btn .menu-btn-icon:before{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px){.menu-btn .wrap-menu-btn .menu-btn-text{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.menu-btn .wrap-menu-btn .menu-btn-text:after{content:\"\\e903\";position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%) scale(0);-moz-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);-o-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0;font-family:icomoon;font-size:6px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1025px){.menu-btn .wrap-menu-btn .menu-btn-text{padding-right:30px}.menu-btn .wrap-menu-btn .menu-btn-text:after{-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}}.tgl-internbar-air{display:none}@media (min-width: 1280px){.tgl-internbar-air.sta-desktop-static{position:relative;top:0;background-color:transparent;max-width:1670px;margin:20px auto 0}.tgl-internbar-air.sta-desktop-static~.tgl-gallery-air{padding-top:20px}}@media (min-width: 1680px){.tgl-internbar-air.sta-desktop-static{padding:0 80px;max-width:1750px}}@media (max-width: 1279px){.tgl-internbar-air.sta-show-responsive{display:block;position:fixed;z-index:9;top:0;left:0;width:100%;background-color:#e0dfd3b3;padding:0 20px;opacity:0;box-shadow:0 2px 6px #0003}.tgl-internbar-air.sta-show-responsive.fn-open{z-index:999}.tgl-internbar-air.sta-show-responsive.fn-open .sta-internbar-air_links{display:block}}@media (max-width: 1279px) and (min-width: 768px){.tgl-internbar-air.sta-show-responsive{padding:0 40px}}@media (max-width: 1279px) and (min-width: 1024px){.tgl-internbar-air.sta-show-responsive{bottom:auto;top:80px}}@media (max-width: 1279px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header{text-align:center;padding:13px 0 0}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header.add-logo .sta-internbar-air_header-title,.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header.add-logo .sta-internbar-air_text-icons{display:block}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header.add-logo .sta-internbar-air_header-logo{display:none}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-title{font:400 20px/1 var(--font-title);color:var(--cl_title, #222)}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-title i{display:inline-block;vertical-align:middle;font-size:8px;color:#fff;padding:0 1px}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-subtitle{display:none}}@media (max-width: 1279px) and (min-width: 768px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-title{font-size:22px}}@media (max-width: 1279px) and (min-width: 1024px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-title i{display:none}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-subtitle{display:block;font:700 10px/1 var(--font-text);color:#fff;letter-spacing:.15em;text-transform:uppercase;padding-top:5px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_header .sta-internbar-air_header-subtitle i{display:inline-block;vertical-align:middle;font-size:6px;color:#fff;padding-bottom:3px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (max-width: 1279px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-btn{padding:12px 0 8px;text-align:center;font-size:0}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-btn .sta-internbar-air_links-btn-text{display:inline-block;vertical-align:middle;font:700 12px/1 var(--font-text);color:#393939;letter-spacing:.1em;text-transform:uppercase;padding-right:10px}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-btn .sta-internbar-air_links-btn-icon{display:inline-block;vertical-align:middle;font-size:12px;color:#393939;margin-top:-1px}}@media (max-width: 1279px) and (min-width: 1024px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-btn{border-bottom:none}}@media (max-width: 1279px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links{display:none;position:fixed;z-index:999;top:0;left:0;height:calc(100% - 70px);width:100%;height:100%;background-color:var(--cl_background_white, #ffffff);overflow-y:auto;padding:30px 50px 55px}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links .sta-internbar-air_links-close{position:absolute;top:10px;right:10px;z-index:2}}@media (max-width: 1279px) and (min-width: 768px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links{padding:40px 90px 75px}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links .sta-internbar-air_links-close{top:20px;right:20px}}@media (max-width: 1279px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-element{display:block;padding:20px 0 4px;border-bottom:1px solid var(--cl_border-light, #ededed);max-width:590px;margin:0 auto}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-element.active .sta-internbar-air_element-text{color:var(--cl_corp, #0d0d0d)}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-element .sta-internbar-air_element-text{font:500 17px/1.2 var(--font-text);letter-spacing:.02em;color:#393939}}@media (max-width: 1279px) and (min-width: 768px){.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-element{padding:30px 0 5px}.tgl-internbar-air.sta-show-responsive .sta-internbar-air_links-element .sta-internbar-air_element-text{display:inline-block;vertical-align:middle;font-size:26px;letter-spacing:.03em}}@media (min-width: 1024px){.tgl-internbar-air~.first-module{padding-top:60px!important}}@media (min-width: 1024px){.tgl-internbar-air{display:block;position:fixed;z-index:10;top:0;left:0;width:100%;background-color:#fff;height:80px;padding:0 40px;opacity:0}.tgl-internbar-air:before,.tgl-internbar-air:after{content:\"\";clear:both;display:block}.tgl-internbar-air{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1680px){.tgl-internbar-air{height:90px;padding:0 45px}}@media (min-width: 1024px){.tgl-internbar-air~.intern-breadcrumbs{top:165px}}@media (min-width: 1024px) and (min-width: 1680px){.tgl-internbar-air~.intern-breadcrumbs{top:180px}}@media (min-width: 1024px) and (min-width: 1280px){.tgl-internbar-air.sta-internbar-white{background-color:#000000b3}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_header .sta-internbar-air_header-title{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_header .sta-internbar-air_header-title:after{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_header .sta-internbar-air_header-subtitle,.tgl-internbar-air.sta-internbar-white .sta-internbar-air_header .sta-internbar-air_header-subtitle i,.tgl-internbar-air.sta-internbar-white .sta-internbar-air_links-element .sta-internbar-air_element-text{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_links-element .sta-internbar-air_element-text:after{background-color:#fff}}@media (min-width: 1024px) and (min-width: 1280px) and (min-width: 1025px){.tgl-internbar-air.sta-internbar-white .sta-internbar-air_links-element .sta-internbar-air_element-text{color:#fff}}@media (min-width: 1024px) and (min-width: 1280px){.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-text{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-text:after{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-icon{color:#fff}}@media (min-width: 1024px) and (min-width: 1280px) and (min-width: 1025px){.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-text{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-text:after{color:#fff}.tgl-internbar-air.sta-internbar-white .sta-internbar-air_btn .sta-internbar-air_btn-icon{color:#fff}}@media (min-width: 1024px){.tgl-internbar-air .sta-internbar-air_header{float:left;padding:23px 0}.tgl-internbar-air .sta-internbar-air_header.add-logo{height:100%;display:flex;justify-content:center;padding:0;flex-direction:column}.tgl-internbar-air .sta-internbar-air_header.add-logo .sta-internbar-air_header-title,.tgl-internbar-air .sta-internbar-air_header.add-logo .sta-internbar-air_text-icons{display:none}.tgl-internbar-air .sta-internbar-air_header.add-logo .sta-internbar-air_header-logo{display:block;height:63px;width:auto;max-width:400px}.tgl-internbar-air .sta-internbar-air_header:not(.add-logo) .sta-internbar-air_header-logo{display:none}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-title{position:relative;font:600 26px/1 var(--font-title);padding-right:15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-title i{display:none}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-subtitle{display:block;font:700 10px/1 var(--font-text);color:#393939;letter-spacing:.15em;text-transform:uppercase;padding-top:5px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-subtitle i{display:inline-block;vertical-align:middle;font-size:7px;color:#393939;padding-bottom:3px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1680px){.tgl-internbar-air .sta-internbar-air_header{padding:26px 0}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-title{font-size:32px;padding-right:20px;font-weight:600}.tgl-internbar-air .sta-internbar-air_header .sta-internbar-air_header-title:after{top:9px}}@media (min-width: 1024px){.tgl-internbar-air .sta-internbar-air_links-btn{display:none}.tgl-internbar-air .sta-internbar-air_links{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:0;width:100%;text-align:center;padding-left:40px}.tgl-internbar-air .sta-internbar-air_links .sta-internbar-air_links-close{display:none}}@media (min-width: 1024px) and (max-width: 1280px){.tgl-internbar-air .sta-internbar-air_links{top:auto;bottom:-76px;background:#eeec;padding:13px}}@media (min-width: 1024px){.tgl-internbar-air .nav-book{right:50px}.tgl-internbar-air .sta-internbar-air_links-element{position:relative;display:inline-block;vertical-align:top;padding:7px 20px 5px;cursor:pointer}}@media (min-width: 1024px) and (max-width: 1365px){.tgl-internbar-air .sta-internbar-air_links-element{padding:7px 15px 5px}}@media (min-width: 1024px){.tgl-internbar-air .sta-internbar-air_links-element.home .sta-internbar-air_element-text{font-size:0}.tgl-internbar-air .sta-internbar-air_links-element.home .sta-internbar-air_element-text:before{content:\"\\e911\";display:block;font-family:icomoon;font-size:13px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air .sta-internbar-air_links-element.home .sta-internbar-air_element-text:after{background-color:transparent!important}.tgl-internbar-air .sta-internbar-air_links-element.active .sta-internbar-air_element-text:after{width:30px;opacity:1}.tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text{font:700 13px/1 var(--font-text);color:#393939;letter-spacing:.1em;text-transform:uppercase;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text:after{content:\"\";position:absolute;left:50%;top:100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:0;height:2px;background-color:#393939;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1025px){.tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text{color:#000}.tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text:after{width:30px;opacity:1}}@media (min-width: 1024px) and (min-width: 1680px){.tgl-internbar-air .sta-internbar-air_links-element{padding:10px 30px 7px}.tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text{font-size:14px}}@media (min-width: 1024px){.tgl-internbar-air .sta-internbar-air_btn{position:relative;z-index:2;float:right;font-size:0;padding:8px 0 7px}.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text{position:relative;display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding-right:40px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1280px){.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text{text-align:left}}@media (min-width: 1024px){.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text:after{content:\"\\e91f\";position:absolute;top:3px;right:18px;font-family:icomoon;font-size:5px;color:#868686;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-icon{display:inline-block;vertical-align:middle;font-size:40px;color:#868686;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1025px){.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text{color:#393939;padding-right:20px}.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text:after{color:#393939;right:8px}.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-icon{color:#393939}}@media (min-width: 1024px) and (min-width: 1680px){.tgl-internbar-air .sta-internbar-air_btn{padding:11px 0 9px}.tgl-internbar-air .sta-internbar-air_btn .sta-internbar-air_btn-text{font-size:14px}}.sta-internbar-air_main-menu{display:none}@media (min-width: 1024px){.sta-internbar-air_main-menu{display:block;position:absolute;top:50%;right:352px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:0;cursor:pointer}.sta-internbar-air_main-menu .sta-internbar-air_main-menu-text{display:inline-block;vertical-align:middle;font:500 20px/1 var(--font-text);color:#393939;letter-spacing:.1em;padding-right:15px}.sta-internbar-air_main-menu .sta-internbar-air_main-menu-icon{display:inline-block;vertical-align:middle;font-size:25px;color:#393939}}@media (min-width: 1280px){.sta-internbar-air_main-menu{right:122px}}@media (min-width: 1680px){.sta-internbar-air_main-menu{right:122px}}@media (max-width: 1023px){.intern-nav{position:fixed;z-index:100;left:calc(50% - 100px);bottom:60px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.intern-nav .wrap-intern-nav{width:200px;padding:14px 0}}@media (max-width: 1023px) and (min-width: 768px){.intern-nav{bottom:85px;left:calc(50% - 130px)}.intern-nav .wrap-intern-nav{width:260px;padding:18px 0}}@media (max-width: 1023px){.intern-nav-element{display:none}.intern-nav-btn .wrap-nav-btn{width:100%;border-radius:2px}.intern-nav-btn .nav-btn-text{color:#fff;text-transform:uppercase;min-width:auto;width:100%;font-size:16px;padding:8px 0 7px;border:none;border-radius:2px;font-weight:700}}@media (max-width: 1023px) and (min-width: 768px){.intern-nav-btn .nav-btn-text{font-size:18px;padding:12px 0 11px}}@media (min-width: 1024px){.internmenu-white .intern-nav .wrap-intern-nav{background-color:rgba(var(--cl_text, #444444),.6)}.internmenu-white .intern-nav-element .nav-element-text{color:#fff}}@media (min-width: 1024px) and (min-width: 1025px){.internmenu-white .intern-nav-element .nav-element-text{color:#fff}}@media (min-width: 1024px){.intern-nav{display:block;position:fixed;z-index:90;top:82px;left:15px;width:calc(100% - 30px)}.intern-nav .wrap-intern-nav{position:relative;background-color:#e8e9eacc;font-size:0;text-align:center;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1280px){.intern-nav{top:80px}}@media (min-width: 1024px) and (min-width: 1680px){.intern-nav{left:20px;width:calc(100% - 40px)}}@media (min-width: 1024px){.intern-nav-element{display:inline-block;vertical-align:middle;cursor:pointer}.intern-nav-element .wrap-nav-element{padding:19px 20px 18px}.intern-nav-element .nav-element-text{font-family:var(--font-text);font-size:13px;font-weight:700;color:#393939;text-transform:uppercase;letter-spacing:.15em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1024px) and (min-width: 1025px){.intern-nav-element .nav-element-text{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 1024px) and (min-width: 1280px){.intern-nav-element .wrap-nav-element{padding:28px 30px}.intern-nav-element .nav-element-text{font-size:14px;letter-spacing:.2em}}@media (min-width: 1024px) and (min-width: 1680px){.intern-nav-element .wrap-nav-element{padding:28px 45px}}@media (min-width: 1024px){.intern-nav-btn{display:inline-block;vertical-align:middle;padding-left:20px}.intern-nav-btn .wrap-nav-btn{display:block;text-align:center}.intern-nav-btn .wrap-nav-btn:after{border-radius:2px}.intern-nav-btn .nav-btn-text{background-color:var(--cl_corp, #0d0d0d);border-radius:2px;min-width:190px;border:none;font-family:var(--font-text);font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.15em}}@media (min-width: 1024px) and (min-width: 1280px){.intern-nav-btn{padding-left:30px}}@media (min-width: 1024px) and (min-width: 1680px){.intern-nav-btn{position:absolute;padding:0;right:40px;top:calc(50% - 15px)}}@media (min-width: 1024px){body.var--menu-invert:not(.menu-white) .nav-box .wrap-nav-box{background-color:var(--cl_title, #222);border-color:transparent}}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_menu .btns-menu-text{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_menu .btn-menu-icon{color:#fff}@media (min-width: 1024px){body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .wrap-btns-user:before{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-element{border-color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-element:after{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-icon{color:#fff}}@media (min-width: 1024px){body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .wrap-btns-lang:before{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-element{border-color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-element:after{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-text{color:#fff}}body.var--menu-invert:not(.menu-white) .nav-box .nav-logo .nav-logo_element{width:200px;height:100%;background-image:url(/static/svg/logo-white-mini.svg)}body.var--menu-invert:not(.menu-white) .nav-box .nav-links_element.home .links-element_text:before{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-links_element .links-element_text{color:#fff}@media (min-width: 1025px){body.var--menu-invert:not(.menu-white) .nav-box .nav-links_element .links-element_text{color:#fff}}@media (min-width: 1025px){body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-element{border-color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-element:after{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_user .btns-user-icon{color:#fff}}@media (min-width: 1025px){body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-element{border-color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-element:after{color:#fff}body.var--menu-invert:not(.menu-white) .nav-box .nav-btns_lang .btns-lang-text{color:#fff}}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air{background-color:#000}@media (min-width: 1025px){body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text:after{background-color:#fff}}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_links-element .sta-internbar-air_element-text:after{background-color:#ffffffb3}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_header-title{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_text-hotel{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_text-icons .sta-internbar-air_icons--star{filter:invert(0)}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air .sta-internbar-air_text-icons .sta-internbar-air_icons--key{filter:invert(0)}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper{color:#ffffffb3;border-color:#ffffffb3}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-wrapper:before{color:#ffffffb3}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_nav .sta-menus-air_nav-morebtns-element .sta-menus-air_morebtns-element-text{color:#ffffffb3}@media (min-width: 1025px){body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_main-menu .sta-internbar-air_main-menu-text{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_main-menu .sta-internbar-air_main-menu-icon{color:#fff}}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_main-menu .sta-internbar-air_main-menu-text{color:#ffffffb3}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .sta-internbar-air_main-menu .sta-internbar-air_main-menu-icon{color:#ffffffb3}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .links-element-header .wrap-links-header .links-header-logo{width:150px}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .responsive-header .sta-internbar-air_header-title{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .responsive-header .sta-internbar-air_text-icons .sta-internbar-air_text-hotel{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .responsive-header .sta-internbar-air_text-icons .sta-internbar-air_icons{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .responsive-header .sta-internbar-air_text-icons .sta-internbar-air_icons--star{filter:invert(0)}@media (max-width: 1279px){body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-menus-air .sta-menus-air_nav-action-btn.sta-btn-green{background-color:var(--cl_btn-call-hover, #ffc107)}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-menus-air .sta-menus-air_nav-action-btn.sta-btn-green .sta-menus-air_action-btn-text{color:#fff}body.var--menu-invert:not(.menu-white).var--menu-invert:not(.menu-white) .tgl-internbar-air.sta-show-responsive{background-color:#fef200}}body{background-color:var(--cl_background_white, #ffffff)}body.resize-on *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}body.resize-on *:before,body.resize-on *:after{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}body.open-guest .motor-fixed{z-index:100}@media (min-width: 1024px){.hotel .aside-btns{top:140px}}@media (min-width: 1280px){.hotel .aside-btns{top:160px}}@media (min-width: 1366px){.hotel .aside-btns{top:93px}}@media (min-width: 1680px){.hotel .aside-btns{top:105px}}@media (min-width: 1280px){.hotel .top-module-breadcrumbs{top:180px}}@media (max-width: 1679px){.hotel .top-module-breadcrumbs{top:170px}}@media (max-width: 1279px){.hotel .top-module-breadcrumbs{top:175px}}@media (max-width: 1679px){.hotel .top-module-info{top:170px}}@media (max-width: 1279px){.hotel .top-module-info{top:175px}}@media (min-width: 1280px){.hotel .top-module-text{bottom:45px}}@media (min-width: 1280px){.hotel .tgl-menus-air .sta-menus-air_nav{top:auto;bottom:100%}}.hotel .contact-page .wrap-contact-page{padding-top:0}@media (min-width: 1280px){.hotel .contact-page .wrap-contact-page{padding-top:20px}}@media (min-width: 1680px){.hotel .contact-page .wrap-contact-page{padding-top:0}}@media (min-width: 1280px){.intern .top-module-text{bottom:30px}}.intern .aside-btns .aside-btns_element.back{display:none}.intern .aside-btns .aside-btns_element.secondary{display:inline-block}@media (max-width: 1279px) and (min-width: 1024px){.intern .aside-btns{overflow:hidden;padding:0 40px}.intern .aside-btns .aside-btns_element.back,.intern .aside-btns .aside-btns_element.secondary{float:left}.intern .aside-btns .aside-btns_element.phone{float:right}}@media (min-width: 1280px){.global.advantages-off .top-module-text{bottom:90px}}@media (min-width: 1280px){.global .top-module-breadcrumbs{top:180px}}.intern-responsive-advantages{display:none}@media (max-width: 1279px){.intern-responsive-advantages{padding-bottom:60px;margin-bottom:60px}}@media (min-width: 1280px){.intern-responsive-advantages{padding:0 0 50px}}@media (min-width: 1280px){.motor-off .footer-static .wrap-footer-static{padding-bottom:40px}}.topmodule-off .top-module{display:none}@media (max-width: 1279px) and (min-width: 1024px){.topmodule-off .first-module{padding-top:90px}}@media (min-width: 1280px){.topmodule-off,.topmodule-off .first-module{padding-top:90px}}@media (min-width: 1680px){.topmodule-off .first-module{padding-top:100px}}@media (min-width: 1024px){.intern .top-module{padding-top:82px}.intern .top-module .wrap-top-module{height:calc(100vh - 82px)}}@media (min-width: 1366px){.intern .top-module{padding-top:90px}.intern .top-module .wrap-top-module{height:calc(100vh - 90px)}}@media (max-width: 1023px){.intern .top-module{display:none}.intern .first-module{padding-top:0}.intern .first-module .wrap-section-gallery{padding-top:35px}}@media (max-width: 1023px) and (min-width: 768px){.intern .first-module .wrap-section-gallery{padding-top:50px}}.intern-breadcrumbs{display:none}@media (min-width: 1280px){.intern-breadcrumbs{display:block;position:absolute;z-index:2;top:100px;right:50px}}@media (min-width: 1680px){.intern-breadcrumbs{top:110px}}.responsive-header{display:none}.responsive-header .sta-internbar-air_header-title{position:relative;font:600 26px/1 var(--font-text);padding:5px 0 0;transition:all cubic-bezier(.785,.135,.15,.86) .7s;color:#000}.responsive-header .sta-internbar-air_text-icons{display:flex;align-items:center;gap:10px;padding:0 0 5px}.responsive-header .sta-internbar-air_text-icons .sta-internbar-air_text-hotel{font-family:var(--font-text);font-size:12px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:1px;margin-top:5px}.responsive-header .sta-internbar-air_text-icons .sta-internbar-air_icons{display:flex;justify-content:center;align-items:center;gap:6px;color:#000}.responsive-header .sta-internbar-air_text-icons .sta-internbar-air_icons--star{background-image:url(/assets/babylon/svg/stars-white.svg);background-size:cover;background-position:center;width:11px;height:10px;filter:invert(1)}@media (max-width: 1023px){.responsive-header{display:block;padding-bottom:20px}.responsive-header.add-logo .responsive-header-logo{display:block}.responsive-header.add-logo .sta-internbar-air_header-title,.responsive-header.add-logo .sta-internbar-air_text-icons{display:none}.responsive-header.responsive-header-intern:not(.add-logo) .responsive-header-logo{display:none!important}.responsive-header.responsive-header-intern:not(.add-logo) .sta-internbar-air_header-title,.responsive-header.responsive-header-intern:not(.add-logo) .sta-internbar-air_text-icons{display:block}.responsive-header.responsive-header-intern .wrap-responsive-header .responsive-header-logo{display:inline-block;height:100%;width:auto;max-width:200px;padding:8px 0}.responsive-header:not(.responsive-header-intern) .wrap-responsive-header{height:55px;background-color:transparent;text-align:center}.responsive-header:not(.responsive-header-intern) .wrap-responsive-header .responsive-header-logo{display:inline-block;height:100%;width:auto;max-width:200px;padding:8px 0}}@media (max-width: 1023px) and (min-width: 768px){.responsive-header .wrap-responsive-header{height:80px}}body:not(.var--menu-invert) .wrap-responsive-header{background-color:#fff;height:55px;border-bottom:solid 1px #d2d1d1;text-align:center}body.var--menu-invert .wrap-responsive-header{background-color:#000;height:55px;border-bottom:solid 1px #d2d1d1;text-align:center}body.var--menu-invert .wrap-responsive-header img{filter:invert(1)}body.var--menu-invert .responsive-header-intern .wrap-responsive-header img{filter:invert(0)}.slider-button-mid{display:none}@media (min-width: 1024px){.slider-button-mid{position:absolute;bottom:263px;left:50%;transform:translate(-50%);display:block;z-index:1}}@media (min-width: 1280px){.motor-mask .motor-fixed .wrap-motor-fixed{background-color:#ebebe3cc}.motor-mask .motor-fixed .wrap-motor-fixed:before,.motor-mask .motor-fixed .wrap-motor-fixed:after{content:none}.motor-mask .attach-links-element:not(:hover) .wrap-attach-element{border-color:#fff}.motor-mask .attach-links-element:not(:hover) .wrap-attach-element .attach-element-text,.motor-mask .attach-links-element:not(:hover) .wrap-attach-element .attach-element-icon{color:#fff}}.motor-subox .wrap-motor-subox{position:relative;background-color:#fff;border:1px solid #dedede;border-radius:4px}.motor-subox .wrap-motor-subox:after{content:\"\\e91c\";color:#fff;transform:rotate(-90deg);position:absolute;bottom:calc(100% + 5px);left:calc(50% - 5px);font-family:icomoon;font-size:14px}.motor-subox .wrap-motor-subox:before{content:\"\\e903\";color:#fff;transform:rotate(-90deg);position:absolute;bottom:calc(100% + 5px);left:calc(50% - 5px);font-family:icomoon;font-size:17px}.motor-subox.motor-subox-promo{width:220px;right:calc(50% - 517px);left:auto}.motor-subox.motor-subox-promo .wrap-motor-subox:after{left:calc(50% - 5px);top:-12px;bottom:auto!important}.motor-subox.motor-subox-promo .wrap-motor-subox:before{left:calc(50% - 7px);top:-15px;bottom:auto}.motor-subox.motor-subox-promo .motor-subox--row.motor-subox--head{border-bottom:none;padding-bottom:0}.motor-subox.motor-subox-promo .motor-subox--row.motor-subox--head>.motor-subox-col{flex-direction:column;width:100%;max-width:100%;margin:0;min-width:100%;text-align:left;align-items:flex-start}.motor-subox.motor-subox-promo .motor-subox--row.motor-subox--head>.motor-subox-col .icon{opacity:.7}.motor-subox.motor-subox-promo .motor-subox--row.motor-subox--head .wrap-input{position:relative;height:44px;border:2px solid #b7b7b7;border-radius:4px;cursor:pointer;margin-top:10px}.motor-subox.motor-subox-promo .motor-subox--row.motor-subox--head .wrap-input input{color:#707070;font-size:14px;line-height:1.2;height:40px;padding:10px;width:100%;border-radius:4px}.motor-subox.motor-subox-promo .motor-subox-buttons,.motor-subox.motor-subox-promo .motor-subox-buttons .btn-corp{width:100%}.motor-subox.motor-subox-promo .motor-subox-buttons .btn-corp .btn-corp-link{max-width:100%;min-width:100%;border-radius:4px}.motor-subox .motor-subox-container{padding:20px 25px;overflow:hidden;max-height:initial;display:flex;flex-direction:column}.motor-subox .motor-subox--row>.motor-subox-col{display:flex;flex-direction:row;align-items:center;position:relative}.motor-subox .motor-subox--row>.motor-subox-col:first-child{margin-right:23px;width:230px;max-width:230px;min-width:230px;justify-content:space-between}.motor-subox .motor-subox--row>.motor-subox-col:nth-child(2){width:90px;margin-right:50px}.motor-subox .motor-subox--row>.motor-subox-col:nth-child(3){margin-right:10px;width:85px}.motor-subox .motor-subox--row>.motor-subox-col:last-child{width:75px;margin-right:0;margin-left:25px}.motor-subox .motor-subox--row>.motor-subox-col.col-age{display:flex;flex-direction:row;align-items:center;width:0;opacity:0;padding:0}.motor-subox .motor-subox--row>.motor-subox-col.col-age.active{padding-left:22px;padding-right:22px;opacity:1;width:410px}.motor-subox .motor-subox--row>.motor-subox-col.col-age>.motor-subox-col{width:74px;margin-right:23px;width:0;opacity:0}.motor-subox .motor-subox--row>.motor-subox-col.col-age>.motor-subox-col:last-child{margin-right:0;margin-left:0}.motor-subox .motor-subox--row>.motor-subox-col.col-age>.motor-subox-col.active{opacity:1;width:74px}.motor-subox .motor-subox--row>.motor-subox-col.col-age .motor-subox-title{color:rgba(var(--cl_title, #222),.6)}.motor-subox .motor-subox--row>.motor-subox-col .toolTip{background:var(--cl_corp, #0d0d0d);color:#fff;font-size:11px;padding:5px 10px;position:absolute;right:-10px;bottom:53px;border-radius:4px;font-weight:500;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox .motor-subox--row>.motor-subox-col .toolTip:after{content:\"\\e903\";position:absolute;bottom:calc(-61% + 6px);left:calc(80% - 5px);font-family:icomoon;font-size:10px;transition:all cubic-bezier(.785,.135,.15,.86) .7s;color:var(--cl_title, #222);transform:rotate(90deg)}.motor-subox .motor-subox--head{display:flex;border-bottom:1px solid rgba(183,183,183,.5);width:100%;padding-bottom:20px}.motor-subox .motor-subox--head .motor-subox-tit{display:flex;align-items:center;color:var(--cl_title, #222)}.motor-subox .motor-subox--head .motor-subox-tit .motor-subox-title{font-size:16px;font-weight:700;display:flex;flex-direction:row;position:relative;height:16px}.motor-subox .motor-subox--head .motor-subox-tit .icon{font-size:20px;margin-right:10px}.motor-subox .motor-subox--head .motor-subox-tit small{color:#39393999;font-weight:500;font-size:11px;display:block;position:absolute;bottom:-14px;width:100px}.motor-subox .motor-subox--head .wrap-select{margin-left:20px}.motor-subox .motor-subox--room{display:flex;border-bottom:1px solid rgba(183,183,183,.5);width:100%;height:0px;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox .motor-subox--room.active{height:70px;opacity:1;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox .motor-subox--room>.motor-subox-col{padding-bottom:20px;padding-top:20px}.motor-subox .motor-subox--room>.motor-subox-col.col-age{background-color:#fbfbfb}.motor-subox .motor-subox--room>.motor-subox-col.col-age .wrap-select{border:1.5px solid #b7b7b7;color:rgba(var(--cl_corp, #0d0d0d),.6)}.motor-subox .motor-subox--room>.motor-subox-col.col-age .wrap-select select{color:rgba(var(--cl_corp, #0d0d0d),.6)}.motor-subox .motor-subox--room .motor-subox-tit{display:flex;align-items:center}.motor-subox .motor-subox--room .motor-subox-tit .motor-subox-title{color:var(--cl_title, #222);font-size:16px;font-weight:500;display:flex;flex-direction:row;position:relative;opacity:.6}.motor-subox .motor-subox--room .motor-subox-tit .icon{font-size:20px;margin-right:10px}.motor-subox .motor-subox--room .motor-subox-tit small{color:var(--cl_title, #222);font-size:11px;display:block;position:absolute;bottom:-12px;width:100px;opacity:.6}.motor-subox .motor-subox--room .icon-delete{border:2px solid var(--cl_corp, #0d0d0d);border-radius:100%;font-size:10px;width:23px;height:23px;opacity:.3;display:flex;align-items:center;font-weight:700;justify-content:center;color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;cursor:pointer}.motor-subox .motor-subox--room .icon-delete.active{opacity:1;color:#fff;background-color:var(--cl_corp, #0d0d0d)}.motor-subox .motor-subox--room .icon-delete.active:before{color:#fff}@media (min-width: 1025px){.motor-subox .motor-subox--room .icon-delete{opacity:1;background-color:var(--cl_btn-call-hover, #ffc107);border-color:var(--cl_btn-call-hover, #ffc107)}.motor-subox .motor-subox--room .icon-delete:before{color:#fff}.motor-subox .motor-subox--room .icon-delete+.toolTip{opacity:1}}.motor-subox .motor-subox--foot{padding-bottom:0;padding-top:20px}.motor-subox .motor-subox--foot .motor-subox-buttons{display:flex;flex-direction:row;justify-content:space-between}.motor-subox .motor-subox--foot .js-add-room{display:none}.motor-subox .motor-subox--foot .js-add-room.active{display:block}@media (min-width: 1280px){.motor-subox .motor-subox--foot .js-add-room{height:34px}}.motor-subox .motor-subox--foot .btn-corp-link{position:relative;z-index:1;display:block;padding:9px 35px;font-family:var(--font-text);font-size:14px;font-weight:500;color:rgba(var(--cl_corp, #0d0d0d),.6);letter-spacing:.15em;border:1px solid rgba(var(--cl_corp, #0d0d0d),.6);border-radius:3px;background-color:transparent;min-width:180px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-o-transition:all cubic-bezier(.785,.135,.15,.86) 1s;transition:all cubic-bezier(.785,.135,.15,.86) 1s;letter-spacing:.04em}.motor-subox .motor-subox--foot .btn-corp-link:before{content:\"\";position:absolute;z-index:-1;top:0;left:-10%;-webkit-transform:skew(30deg) translateX(-100%) translateZ(0);-moz-transform:skew(30deg) translateX(-100%) translateZ(0);-ms-transform:skew(30deg) translateX(-100%) translateZ(0);-o-transform:skew(30deg) translateX(-100%) translateZ(0);transform:skew(30deg) translate(-100%) translateZ(0);width:62%;height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-o-transition:all cubic-bezier(.785,.135,.15,.86) 1s;transition:all cubic-bezier(.785,.135,.15,.86) 1s;background-color:var(--cl_corp, #0d0d0d);opacity:0;will-change:transform}.motor-subox .motor-subox--foot .btn-corp-link:after{content:\"\";position:absolute;z-index:-1;top:0;right:-10%;-webkit-transform:skew(30deg) translateX(100%) translateZ(0);-moz-transform:skew(30deg) translateX(100%) translateZ(0);-ms-transform:skew(30deg) translateX(100%) translateZ(0);-o-transform:skew(30deg) translateX(100%) translateZ(0);transform:skew(30deg) translate(100%) translateZ(0);width:62%;height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-o-transition:all cubic-bezier(.785,.135,.15,.86) 1s;transition:all cubic-bezier(.785,.135,.15,.86) 1s;background-color:var(--cl_corp, #0d0d0d);opacity:0;will-change:transform}.motor-subox .motor-subox--foot .btn-corp.btn-color{background-color:var(--cl_btn-call-hover, #ffc107);border-radius:3px}.motor-subox .motor-subox--foot .btn-corp.btn-color:before{content:\"\";opacity:0}.motor-subox .motor-subox--foot .btn-corp.btn-color .btn-corp-link{color:#fff;padding:9px;border-width:0;text-transform:none;font-size:18px;font-weight:500;letter-spacing:.04em}@media (min-width: 1280px){.motor-subox .motor-subox--foot .btn-corp.btn-color .btn-corp-link{padding:14px 35px 12px}}.motor-subox .motor-subox--foot .btn-corp:before{content:\"+\";font-family:var(--font-title);color:rgba(var(--cl_corp, #0d0d0d),.6);font-size:20px;left:22px;right:auto;opacity:0;top:16px}@media (min-width: 1280px){.motor-subox .motor-subox--foot .btn-corp:before{opacity:1}}@media (min-width: 1025px){.motor-subox .motor-subox--foot .btn-corp:before{color:#fff}.motor-subox .motor-subox--foot .btn-corp .btn-corp-link{color:#fff}}.motor-subox .wrap-select{position:relative;border-radius:1px;border:1px solid #b7b7b7;width:75px;height:35px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox .wrap-select select{color:#707070;background:transparent;width:100%;padding:7px 13px;height:100%;font-size:14px;position:relative;cursor:pointer}.motor-subox .wrap-select.color{border:2px solid rgba(var(--cl_corp, #0d0d0d),.4)}.motor-subox .wrap-select:before{content:\"\\e91b\";position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);-ms-transform:translateY(-50%) translateZ(0);-o-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);font-family:icomoon;font-size:10px;color:rgba(var(--cl_corp, #0d0d0d),.7);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox .wrap-select:after{display:none}.motor-subox .wrap-select .room-select{display:block;width:100%;height:100%;font-family:var(--font-text);font-size:15px;font-weight:400;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;padding:9px;letter-spacing:-.03em}.motor-subox .wrap-select .room-select option{font-family:var(--font-text);font-size:15px;font-weight:400;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:-.03em}@media (min-width: 1025px){.motor-subox .wrap-select{border-color:var(--cl_corp, #0d0d0d)}.motor-subox .wrap-select:before{color:var(--cl_corp, #0d0d0d)}}.motor-subox.only-adults .motor-subox--head .motor-subox-col:nth-child(3),.motor-subox.only-adults .motor-subox--head .motor-subox-col:nth-child(4),.motor-subox.only-adults .motor-subox--head .motor-subox-col:nth-child(5){display:none}.motor-subox.only-adults .motor-subox--room .motor-subox-col:nth-child(3),.motor-subox.only-adults .motor-subox--room .motor-subox-col:nth-child(4),.motor-subox.only-adults .motor-subox--room .motor-subox-col:nth-child(5){display:none}.motor-subox.no-kids-ages .motor-subox--head .motor-subox-col:nth-child(4){display:none}.motor-subox.no-kids-ages .motor-subox--room .motor-subox-col:nth-child(4){display:none}@media (min-width: 1280px){.motor-top .motor-subox,.static-motor .motor-subox{bottom:calc(100% + 35px);top:auto}.motor-top .motor-subox.active .wrap-motor-subox:after,.static-motor .motor-subox.active .wrap-motor-subox:after{bottom:auto;top:calc(100% - 3px)}.motor-top .motor-subox.active .wrap-motor-subox:before,.static-motor .motor-subox.active .wrap-motor-subox:before{bottom:auto;top:calc(100% - 3px);left:auto;transform:rotate(90deg)}.motor-top .motor-subox .wrap-motor-subox:after,.static-motor .motor-subox .wrap-motor-subox:after{top:calc(100% + 10px);bottom:auto;color:#fff;transform:rotate(0)}.motor-top .top-module-text,.static-motor .top-module-text{bottom:105px}}@media (max-width: 1279px){.motor-subox{height:0;width:100%;-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);opacity:0;pointer-events:none;transform-origin:bottom center;-webkit-transform-origin:bottom center;-moz-transform-origin:bottom center;-ms-transform-origin:bottom center;-o-transform-origin:bottom center;will-change:transform}.motor-subox.active{height:auto;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;pointer-events:auto;padding-top:15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox.active .wrap-motor-subox:after{bottom:calc(100% - 4px);opacity:1;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}.motor-subox.active .wrap-motor-subox:before{bottom:calc(100% - 1px);left:calc(50% - 6px);color:#dedede}.motor-subox .motor-subox-container{padding:20px 15px}.motor-subox .wrap-motor-subox{position:relative;background-color:#fff}.motor-subox .wrap-motor-subox:after{bottom:calc(100% + 5px);left:calc(50% - 5px)}.motor-subox .motor-subox--head{flex-direction:column;border:none;padding-bottom:0}.motor-subox .motor-subox--head .motor-subox-col,.motor-subox .motor-subox--head>.motor-subox-col.col-age{display:none}.motor-subox .motor-subox--head .motor-subox-col:first-child,.motor-subox .motor-subox--head>.motor-subox-col.col-age:first-child{display:flex;margin:0;width:100%;max-width:100%;min-width:100%}.motor-subox .motor-subox--room{flex-direction:column}.motor-subox .motor-subox--room.active{height:auto;border:1px solid #dedede;border-radius:4px;margin-top:10px}.motor-subox .motor-subox--room.active.close{height:38px;overflow:hidden}.motor-subox .motor-subox--room>.motor-subox-col{margin:0!important;width:100%!important;max-width:100%!important;min-width:100%!important;justify-content:space-between;padding:10px 13px;border-bottom:1px solid rgba(183,183,183,.5)}.motor-subox .motor-subox--room>.motor-subox-col:first-child{background:#ebebeb;border-radius:4px 4px 0 0;padding:10px;width:100%;max-width:100%;min-width:100%}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-title{color:#222;opacity:1}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit .icon{color:#222;opacity:1;font-size:7px;border:2px solid #222222;border-radius:100%;width:20px;height:20px;position:absolute;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit .icon:before{color:#222}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit .icon.open{transform:rotate(180deg)}.motor-subox .motor-subox--room>.motor-subox-col:nth-child(2){width:90px;margin-right:50px}.motor-subox .motor-subox--room>.motor-subox-col:last-child{border-bottom:none}.motor-subox .motor-subox--room>.motor-subox-col.col-age{height:0}.motor-subox .motor-subox--room>.motor-subox-col.col-age>.motor-subox-col{margin-right:0}.motor-subox .motor-subox--room>.motor-subox-col.col-age .motor-subox-title{font-size:14px;width:100%;text-align:center;color:var(--cl_corp, #0d0d0d);padding-bottom:5px;font-weight:700}.motor-subox .motor-subox--room>.motor-subox-col.col-age.active{height:auto;padding:10px 20px;flex-wrap:wrap;align-items:center;justify-content:center}.motor-subox .motor-subox--room>.motor-subox-col.col-age>.motor-subox-col.active{margin:5px 10px}.motor-subox .motor-subox--room>.motor-subox-col .icon-delete,.motor-subox .motor-subox--room>.motor-subox-col .toolTip{display:none}.motor-subox .motor-subox--room .motor-subox-tit{color:var(--cl_corp, #0d0d0d)}.motor-subox .motor-subox--room .motor-subox-tit .icon{opacity:.7}.motor-subox .motor-subox--room .motor-subox-tit .motor-subox-title{opacity:1}.motor-subox .motor-subox--foot .btn-corp .btn-corp-link{height:35px;width:120px;max-width:120px;min-width:120px;padding:10px 4px;font-size:12px;font-weight:500;letter-spacing:0}.motor-subox.motor-subox-promo{position:absolute;left:calc(50% - 110px);right:auto}}@media (min-width: 1280px){.motor-subox{position:absolute;width:1050px;left:calc(50% - 525px);top:calc(100% + 20px);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transform-origin:bottom center;-webkit-transform-origin:bottom center;-moz-transform-origin:bottom center;-ms-transform-origin:bottom center;-o-transform-origin:bottom center;will-change:transform;box-shadow:11px 10px 8px -4px #07070733}.motor-subox.active{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;pointer-events:auto}.motor-subox.active .wrap-motor-subox:after{bottom:calc(100% - 2px)}.motor-subox.active .wrap-motor-subox:before{bottom:calc(100% - 2px);left:calc(100% - 316px);opacity:0}.motor-subox.active .motor-subox-element{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.motor-subox.active .motor-subox-element:nth-child(1){transition-delay:.3s;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}.motor-subox.active .motor-subox-element:nth-child(2){transition-delay:.5s;-webkit-transition-delay:.4s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.motor-subox.active .motor-subox-element:nth-child(3){transition-delay:.7s;-webkit-transition-delay:.5s;-moz-transition-delay:.7s;-ms-transition-delay:.7s;-o-transition-delay:.7s}.motor-subox.active .motor-subox-btns{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1;transition-delay:.9s;-webkit-transition-delay:.6s;-moz-transition-delay:.9s;-ms-transition-delay:.9s;-o-transition-delay:.9s}.motor-subox .wrap-motor-subox{position:relative;background-color:var(--cl_background_white, #ffffff);border-radius:5px}.motor-subox .wrap-motor-subox:after{bottom:calc(100% + 5px);left:55%}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit{display:flex}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit:before{content:\">\";color:var(--cl_corp, #0d0d0d);opacity:.7;position:relative;width:16px;height:20px;font-size:20px}.motor-subox .motor-subox--room>.motor-subox-col:first-child .motor-subox-tit .js-open-room{display:none}.motor-subox .motor-subox--room .motor-subox-tit{display:none}}@media (min-width: 1024px){.motor-top .attach-links{top:0;height:0;position:relative}.motor-top .attach-links .wrap-attach-links{padding:0;background-color:transparent}.motor-top .attach-links .wrap-attach-links:before,.motor-top .attach-links .wrap-attach-links:after{content:none}.motor-top .attach-links-element{padding:0}.motor-top .attach-links-element:first-child{position:absolute;z-index:3;top:calc(50vh - 14px);left:40px}.motor-top .attach-links-element:nth-child(2){position:absolute;z-index:3;top:110px;right:40px}.motor-top .attach-links-element .wrap-attach-element{border-color:#fff;box-shadow:2px 2px 2px #21212166}.motor-top .attach-links-element .wrap-attach-element .attach-element-text,.motor-top .attach-links-element .wrap-attach-element .attach-element-icon{color:#fff}}@media (min-width: 1024px) and (max-width: 1279px){.motor-top .attach-links .attach-links-element{padding:0 8px;background-color:transparent;border-radius:0;margin:0}}@media (min-width: 1280px){.motor-top .attach-links-element:nth-child(2){top:calc(100vh - 73px);right:40px;left:auto;width:170px}.motor-top .attach-links-element:nth-child(2) .wrap-attach-element:after{content:none}.motor-top .motor-fixed{position:absolute;top:auto;bottom:auto;top:calc(100vh - 90px);left:calc(50% - 569px);width:auto}.motor-top .motor-fixed .wrap-motor-fixed{background-color:transparent}.motor-top .motor-fixed .wrap-motor-fixed .top-module-btn{display:none}.motor-top .motor-fixed .wrap-motor-fixed:before,.motor-top .motor-fixed .wrap-motor-fixed:after{content:none}.motor-top .motor-fixed-box{padding:0 12px}.motor-top .motor-element-field .wrap-motor-field{border-color:transparent}.motor-top .motor-element-check .wrap-motor-check{border-color:var(--cl_border-light, #ededed)}.motor-top .motor-box-btn{width:20%;margin:0 -13px 0 0}.motor-top .motor-subox{bottom:calc(100% + 35px);top:auto}.motor-top .motor-subox.active .wrap-motor-subox:after{bottom:auto;top:calc(100% + 0px)}.motor-top .motor-subox .wrap-motor-subox:after{content:\"\\e901\";top:calc(100% + 10px);bottom:auto;color:#fff}.motor-top .top-module-text{bottom:105px}}@media (min-width: 1280px){.motor-fixed{position:fixed;z-index:10;width:100%;left:0;top:90px;will-change:transform}.motor-fixed .motor-fixed-backmask{display:none}.motor-fixed .wrap-motor-fixed{position:relative;background-color:var(--cl_engine-bg-nosticky, rgba(235, 235, 227, .8));padding:12px 40px;display:flex;justify-content:space-around;align-items:center}.motor-fixed .wrap-motor-fixed .top-module-btn{display:block;position:absolute;right:20px;top:54px}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element .btn-corp-text{color:var(--cl_title, #222);border-color:var(--cl_title, #222);opacity:.8}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element .btn-corp-text:after{color:var(--cl_title, #222)}}@media (min-width: 1280px) and (min-width: 1025px){.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element{border-radius:3px;background-color:#fff}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element:before{content:none}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element:after{background-color:#fff}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element .btn-corp-text{border-color:var(--cl_border-light, #ededed);color:var(--cl_title, #222)}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element .btn-corp-text.transfer:after{color:var(--cl_title, #222)}.motor-fixed .wrap-motor-fixed .top-module-btn .top-module-btn_element .btn-corp-text.horarios:after{color:var(--cl_title, #222)}}@media (min-width: 1280px){.motor-fixed .wrap-motor-fixed .button-phone{background:transparent;position:relative}.motor-fixed .wrap-motor-fixed .button-phone:hover{opacity:1}.motor-fixed .wrap-motor-fixed .button-phone_container a{display:inline-block;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#707070;padding:12px 12px 12px 45px;border:2px solid #707070;min-width:145px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:center}.motor-fixed .wrap-motor-fixed .button-phone_container a:hover{background-color:#0d0d0d;border-color:transparent;color:#fff}.motor-fixed .wrap-motor-fixed .button-phone_container a:hover:after{color:#fff!important}.motor-fixed .wrap-motor-fixed .button-phone_container a:after{content:\"\\e964\";position:absolute;top:50%;transform:translate(-50%,-50%);left:32px;opacity:1;font-family:icomoon;font-size:20px;min-width:175px;color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-fixed .wrap-motor-fixed .button-plane{background:transparent;position:relative}.motor-fixed .wrap-motor-fixed .button-plane:hover{opacity:1}.motor-fixed .wrap-motor-fixed .button-plane_container a{display:inline-block;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#707070;padding:12px 12px 12px 30px;border:2px solid #707070;min-width:140px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;min-width:175px;text-align:center}.motor-fixed .wrap-motor-fixed .button-plane_container a:hover{background-color:#0d0d0d;border-color:transparent;color:#fff}.motor-fixed .wrap-motor-fixed .button-plane_container a:hover:after{color:#fff}.motor-fixed .wrap-motor-fixed .button-plane_container a:after{content:\"\\e963\";position:absolute;top:50%;transform:translate(-50%,-50%);left:27px;opacity:1;font-family:icomoon;font-size:20px;color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1680px){.motor-fixed .wrap-motor-fixed:before,.motor-fixed .wrap-motor-fixed:after{width:20px}}@media (min-width: 1280px){.motor-close-btn{display:none}.motor-fixed-box{width:990px;margin:0 auto}.motor-fixed-box .wrap-motor-box{position:relative;height:50px;font-size:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;border-radius:10px}.motor-fixed-box .wrap-motor-box form{height:100%;width:100%;font-size:0}.motor-box-close{display:none;cursor:pointer;text-align:center;padding-top:85px}.motor-box-close .motor-box-close_text{padding-top:10px;font:700 12px/1 var(--font-text);letter-spacing:.25em;color:#fff;text-transform:uppercase}.motor-box-title,.motor-box-subtitle{display:none}.motor-box-links{position:absolute;top:calc(100% + 20px);left:0;width:100%;text-align:center;font-size:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-links-element{display:inline-block;vertical-align:top;padding:0 10px}.motor-links-element.transfer .wrap-links-element,.motor-links-element.horarios .wrap-links-element{background-color:var(--cl_accent, #9b2743)}.motor-links-element .wrap-links-element{padding:5px 15px;font-size:0;background-color:var(--cl_btn-call, #ffc107);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;min-width:160px;border-radius:2px}.motor-links-element .links-element-icon{display:inline-block;vertical-align:middle;color:#fff;font-size:20px;padding-right:10px;height:20px}.motor-links-element .links-element-icon.icon-check{font-size:13px;padding-top:3px}.motor-links-element .links-element-icon.icon-star,.motor-links-element .links-element-icon.icon-present{font-size:16px;padding-top:1px}.motor-links-element .links-element-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;padding-bottom:2px}}@media (min-width: 1280px) and (min-width: 1025px){.motor-links-element .wrap-links-element{background-color:var(--cl_corp, #222)}}@media (min-width: 1280px){.motor-box-element{display:inline-block;vertical-align:top;height:100%;width:15%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-box-element:first-child{width:20%}.motor-box-element:first-child .motor-element-field{padding-left:0}.motor-box-element .wrap-motor-element{height:100%}.motor-element-field{height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;padding:0;background:#fff;margin:0 2px}}@media (min-width: 1280px) and (min-width: 1025px){.motor-element-field .wrap-motor-field{border-color:var(--cl_border-light, #ededed)}}@media (min-width: 1280px){.motor-element-field.active .wrap-motor-field{border-color:var(--cl_border-light, #ededed)}.motor-element-field .wrap-motor-field{position:relative;height:100%;background-color:var(--cl_background_white, #ffffff);border:1px solid transparent;border-radius:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-element-field .wrap-motor-field .motor-field-text{position:absolute;top:8px;left:15px;font-family:var(--font-text);font-size:12px;font-weight:700;color:var(--cl_engine-text, #444);letter-spacing:.02em;pointer-events:none}.motor-element-field .wrap-motor-field .motor-field-input{position:absolute;top:0;left:0;width:100%;height:100%;padding:24px 35px 6px 15px;font-family:var(--font-text);font-size:12px;border-radius:0;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em;background-color:transparent;cursor:pointer;line-height:1.5}.motor-element-field .wrap-motor-field .motor-field-input.placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-input:-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-input::-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-input:-ms-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-input::-webkit-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-input:-o-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:var(--cl_engine-text, #444);letter-spacing:.02em}.motor-element-field .wrap-motor-field .motor-field-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:24px;color:var(--cl_engine-text, #444);pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-element-field .wrap-motor-field .motor-field-icon.icon-pointer-down{font-size:12px}.motor-element-check{height:100%;padding:0 4px}}@media (min-width: 1280px) and (min-width: 1025px){.motor-element-check .wrap-motor-check{border-color:var(--cl_border-light, #ededed)}}@media (min-width: 1280px){.motor-element-check .wrap-motor-check{position:relative;display:block;height:100%;cursor:pointer;border-radius:0;border:1px solid transparent;background-color:var(--cl_background_white, #ffffff);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-element-check .motor-check-text{position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 44px);padding-right:10px;font:500 14px/1.2 var(--font-text);color:#393939}.motor-element-check .motor-check-input{display:none}.motor-element-check .motor-check-input:checked~.motor-check-icon:before{opacity:1;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1)}.motor-element-check .motor-check-icon{position:absolute;top:calc(50% - 10px);right:12px;width:18px;height:18px;border:1px solid var(--cl_border-light, #ededed);border-radius:50%}.motor-element-check .motor-check-icon:before{content:\"\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(.6);-moz-transform:translateY(-50%) translateX(-50%) scale(.6);-ms-transform:translateY(-50%) translateX(-50%) scale(.6);-o-transform:translateY(-50%) translateX(-50%) scale(.6);transform:translateY(-50%) translate(-50%) scale(.6);opacity:0;width:8px;height:8px;border-radius:50%;background-color:var(--cl_border-light, #ededed);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-box-btn{display:inline-block;vertical-align:top;height:100%;width:20%;padding-left:4px}}@media (min-width: 1280px) and (min-width: 1025px){.motor-box-btn a .wrap-motor-btn{background-color:#fff;border-color:var(--cl_btn-call-hover, #ffc107)}.motor-box-btn a .wrap-motor-btn:after{-webkit-transform:translateX(-50%) translateY(25%);-moz-transform:translateX(-50%) translateY(25%);-ms-transform:translateX(-50%) translateY(25%);-o-transform:translateX(-50%) translateY(25%);transform:translate(-50%) translateY(25%);width:150%;opacity:1;padding-top:100%}.motor-box-btn a .wrap-motor-btn .motor-btn-text:after{-webkit-transform:translateX(0px) scale(1);-moz-transform:translateX(0px) scale(1);-ms-transform:translateX(0px) scale(1);-o-transform:translateX(0px) scale(1);transform:translate(0) scale(1);opacity:1}}@media (min-width: 1280px){.motor-box-btn .wrap-motor-btn{position:relative;height:100%;background-color:var(--cl_btn-call-hover, #ffc107);border-radius:0;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1025px){.motor-box-btn .wrap-motor-btn .motor-btn-text{color:#fff}}@media (min-width: 1280px){.motor-box-btn .wrap-motor-btn:after{content:\"\";position:absolute;z-index:1;display:block;bottom:0;left:50%;padding-top:0%;width:10%;background-color:var(--cl_btn-call-hover, #ffc107);opacity:0;pointer-events:none;border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translate(-50%) translateY(50%)}.motor-box-btn .wrap-motor-btn .motor-btn-text{position:relative;display:inline-block;z-index:2;font-family:var(--font-text);font-size:30px;font-weight:700;color:var(--cl_corp, #222);padding:12px 0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-box-btn .wrap-motor-btn .motor-btn-text:after{content:\"\\e903\";position:absolute;top:calc(50% - 2px);left:calc(100% + 10px);font-family:icomoon;font-size:6px;color:#fff;-webkit-transform:translateX(-5px) scale(.5);-moz-transform:translateX(-5px) scale(.5);-ms-transform:translateX(-5px) scale(.5);-o-transform:translateX(-5px) scale(.5);transform:translate(-5px) scale(.5);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;pointer-events:none}.motor-box-btn .wrap-motor-btn .motor-btn-subtext{position:absolute;z-index:2;left:0;width:100%;bottom:22px;font-family:var(--font-text);font-size:12px;font-weight:400;color:#fff;display:none;letter-spacing:.025em}}@media (max-width: 1679px){.motor-fixed{top:80px}}@media (max-width: 1279px){.motor-fixed{display:block;position:fixed;z-index:9999;left:0;bottom:0;width:100%;height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;will-change:transform;overflow:hidden;pointer-events:none;background-color:var(--cl_background_white, #fafaf9);padding:12px}.motor-fixed.open{opacity:1;pointer-events:auto;top:0}.motor-fixed.open .wrap-motor-fixed{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.motor-fixed .wrap-motor-fixed{position:relative;height:100%;width:100%;background-color:var(--cl_background_white, #fafaf9);overflow-y:auto;overflow-x:hidden;padding:70px 0;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-fixed .top-module-btn{display:none}.motor-fixed .motor-box-checkin{margin-top:21px;border-top:solid 1px var(--cl_border-light, #ededed);padding-top:21px;text-align:center}.motor-fixed .motor-box-checkin .check-in-button{background-color:var(--cl_accent, #ff9124);padding:8px 18px;border-radius:2px;display:inline-block;width:100%;max-width:180px}.motor-fixed .motor-box-checkin .check-in-button .links-element-text{color:#fff;font-size:11px;text-shadow:none;text-transform:uppercase;font-weight:700}.motor-fixed .motor-box-checkin .check-in-button i:before{color:#fff;font-size:11px;margin-right:10px;text-shadow:none}.motor-fixed .motor-box-checkin .check-in-button:hover{background-color:#ff7818}.motor-fixed .motor-box-checkin .check-in-button:hover i{background-color:transparent}.motor-fixed .motor-box-checkin .check-in-button:hover i:before{color:#fff}.motor-box-close{display:none}.motor-close-btn{position:absolute;top:20px;right:20px;border-color:rgba(var(--cl_corp, #0d0d0d),.5)}.motor-close-btn:before{color:rgba(var(--cl_corp, #0d0d0d),.5)}}@media (max-width: 1279px) and (max-width: 539px){.motor-close-btn{width:34px;height:34px}}@media (max-width: 1279px){.motor-fixed-box .wrap-motor-box{position:relative;font-size:0;max-width:275px;margin:0 auto;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-fixed-box .wrap-motor-box form{height:100%;width:100%;font-size:0}.motor-fixed-box .motor-box-title,.motor-fixed-box .motor-box-subtitle{display:none}.motor-box-element{display:block;padding-bottom:15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-box-element.desktop-only{display:none}.motor-box-element.share-prices .motor-element-field .wrap-motor-field{border:none}.motor-box-element .wrap-motor-element{height:100%}.motor-element-field{height:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-element-field.active{background-color:#f0f0f0}.motor-element-field.active .wrap-motor-field .motor-field-icon{-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.motor-element-field .wrap-motor-field{position:relative;height:60px;border:1px solid transparent;background-color:var(--cl_background_white, #ffffff)}.motor-element-field .wrap-motor-field .motor-field-text{position:absolute;top:15px;left:15px;font-family:var(--font-text);font-size:12px;font-weight:700;color:#393939;letter-spacing:.02em;pointer-events:none}.motor-element-field .wrap-motor-field .motor-field-input{position:absolute;top:0;left:0;width:100%;height:100%;padding:30px 50px 8px 15px;font-family:var(--font-text);border:solid 1px var(--cl_border-light, #ededed);border-radius:0;font-size:12px;font-weight:400;color:#393939;background-color:transparent;cursor:pointer;line-height:1.5}.motor-element-field .wrap-motor-field .motor-field-input.placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input:-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input::-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input:-ms-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input::-webkit-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input:-o-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:400;color:#393939}.motor-element-field .wrap-motor-field .motor-field-input[type=date]{-webkit-appearance:none}.motor-element-field .wrap-motor-field .motor-field-input[type=date]::-webkit-inner-spin-button,.motor-element-field .wrap-motor-field .motor-field-input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.motor-element-field .wrap-motor-field .motor-field-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:24px;color:var(--cl_engine-text, #444);pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-element-field .wrap-motor-field .motor-field-icon.icon-pointer-down{font-size:12px}.motor-field-share{padding:0 15px}.motor-field-share .motor-share-count{overflow:hidden;padding:10px 0;border-bottom:1px solid var(--cl_border-light, #ededed)}.motor-field-share .motor-share-count .share-count-info{float:left;font-family:var(--font-text);font-size:12px;font-weight:400;color:#383838b8;letter-spacing:.02em}.motor-field-share .motor-share-count .share-count-info.price{float:right}.motor-field-share .motor-share-total{overflow:hidden;padding:10px 0}.motor-field-share .motor-share-total .share-total-info{float:left;font-family:var(--font-text);font-size:12px;font-weight:500;color:#393939;letter-spacing:.02em;padding-top:2px}.motor-field-share .motor-share-total .share-total-info.price{font-size:14px;float:right;padding-top:0}.motor-element-check{height:100%}.motor-element-check .wrap-motor-check{position:relative;display:block;height:60px;border:1px solid var(--cl_border-light, #ededed);cursor:pointer;background-color:var(--cl_background_white, #ffffff)}.motor-element-check .motor-check-text{position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 50px);padding-right:10px;font:500 14px/1.2 var(--font-text);color:#393939}.motor-element-check .motor-check-input{display:none}.motor-element-check .motor-check-input:checked~.motor-check-icon:before{opacity:1;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1)}.motor-element-check .motor-check-icon{position:absolute;top:calc(50% - 10px);right:15px;width:20px;height:20px;border:1px solid var(--cl_border-light, #ededed);border-radius:50%}.motor-element-check .motor-check-icon:before{content:\"\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(.6);-moz-transform:translateY(-50%) translateX(-50%) scale(.6);-ms-transform:translateY(-50%) translateX(-50%) scale(.6);-o-transform:translateY(-50%) translateX(-50%) scale(.6);transform:translateY(-50%) translate(-50%) scale(.6);opacity:0;width:10px;height:10px;border-radius:50%;background-color:var(--cl_border-light, #ededed);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-box-btn{display:block;padding-top:10px}.motor-box-btn.corporative .wrap-motor-btn{background-color:#383838b8}.motor-box-btn.corporative .wrap-motor-btn:after{background-color:#fd8700}.motor-box-btn .wrap-motor-btn{position:relative;height:100%;background-color:var(--cl_btn-call-hover, #ffc107);text-align:center;display:flex;align-items:center;justify-content:center;border-radius:2px;overflow:hidden;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;padding:10px 0}.motor-box-btn .wrap-motor-btn .motor-btn-text{position:relative;display:inline-block;z-index:2;font-family:var(--font-text);font-size:30px;font-weight:700;color:var(--cl_title, #222);letter-spacing:0em;padding:0}.motor-box-btn .check-in-button{background-color:#ff9124;padding:8px 18px;border-radius:4px;margin-right:40px;margin-left:40px;position:relative;min-width:180px}.motor-box-btn .check-in-button i{font-size:13px;color:#fff;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.motor-box-btn .check-in-button p{font-family:var(--font-text);font-weight:500;text-transform:uppercase;color:#fff;font-size:11px;text-align:center;margin-bottom:0;padding-left:10px}.motor-box-btn--center{text-align:center;margin-top:20px;padding-top:20px;border-top:solid 1px #d2d1d1}}@media (max-width: 1279px) and (min-width: 540px){.wrap-motor-fixed{padding:80px 70px;font-size:0}.wrap-motor-fixed:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;height:100%;width:0;opacity:0;pointer-events:none}.motor-fixed-box{display:inline-block;vertical-align:middle;width:calc(100% - 1px)}.motor-fixed-box .wrap-motor-box{padding-top:30px}.motor-fixed-box .motor-box-title{display:block;font-family:var(--font-title);font-size:44px;font-weight:700;color:var(--cl_title, #222);padding-bottom:10px;text-align:center}.motor-fixed-box .motor-box-subtitle{display:block;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}}@media (max-width: 1279px) and (min-width: 540px) and (min-width: 1280px){.motor-fixed-box .motor-box-subtitle{text-align:left}}@media (max-width: 1279px){.motor-subox{height:0;left:-7%;position:relative;width:114%;-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6);opacity:0;pointer-events:none;transform-origin:bottom center;-webkit-transform-origin:bottom center;-moz-transform-origin:bottom center;-ms-transform-origin:bottom center;-o-transform-origin:bottom center;will-change:transform}.motor-subox.active{height:auto;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;pointer-events:auto;padding-top:28px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox.active .wrap-motor-subox:after{bottom:calc(100% - 2px);opacity:1;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s;content:\"\\e903\";color:#fff;font-size:15px;z-index:0;left:48%;transition:none}.motor-subox.active .motor-subox-element{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.motor-subox.active .motor-subox-element:nth-child(1){transition-delay:.3s;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}.motor-subox.active .motor-subox-element:nth-child(2){transition-delay:.5s;-webkit-transition-delay:.4s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.motor-subox.active .motor-subox-element:nth-child(3){transition-delay:.7s;-webkit-transition-delay:.5s;-moz-transition-delay:.7s;-ms-transition-delay:.7s;-o-transition-delay:.7s}.motor-subox.active .motor-subox-btns{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1;transition-delay:.9s;-webkit-transition-delay:.6s;-moz-transition-delay:.9s;-ms-transition-delay:.9s;-o-transition-delay:.9s}.motor-subox .wrap-motor-subox{position:relative;background-color:var(--cl_background_white, #ffffff);border:1px solid #dedede}.motor-subox .wrap-motor-subox:after{content:\"\\e91b\";position:absolute;bottom:calc(100% + 5px);left:calc(50% - 5px);font-family:icomoon;font-size:8px;color:rgba(var(--cl_text, #444444),.4);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox-container{padding:35px 29px 35px 30px;overflow:hidden}.motor-subox-element{padding-bottom:15px;-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-o-transform:translateX(-30px);transform:translate(-30px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-select .wrap-motor-select{position:relative;border-radius:0;border:1px solid transparent;height:55px}}@media (max-width: 1279px) and (max-width: 1279px){.motor-select .wrap-motor-select{border-color:var(--cl_border-light, #ededed)}}@media (max-width: 1279px){.motor-select .wrap-motor-select .motor-select-title{position:absolute;z-index:2;display:block;width:100%;top:0;left:0;font-family:var(--font-text);font-size:14px;font-weight:500;color:#393939;letter-spacing:.02em;padding:8px 50px 0 10px;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-select .wrap-motor-select .motor-select-title small{color:#868686;letter-spacing:0em;font-weight:500;padding-left:5px;text-transform:none;line-height:1.3;display:inline-block;vertical-align:top}.motor-select .wrap-motor-select .motor-select-input{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:16px;font-weight:400;color:#393939;text-transform:uppercase;padding:25px 50px 6px 10px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;background-color:#fff}.motor-select .wrap-motor-select .motor-select-icon{position:absolute;right:0;top:0;width:50px;height:100%;pointer-events:none}.motor-select .wrap-motor-select .motor-select-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:10px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox-btns{-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-o-transform:translateX(-30px);transform:translate(-30px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox-btns .wrap-subox-btns{text-align:center}.motor-subselect-box{margin:0 -35px;opacity:0;height:0;overflow:hidden}.motor-subselect-box.active{opacity:1;height:auto;padding-top:15px}.motor-subselect-box.active .wrap-subselect-box .subselect-box-title,.motor-subselect-box.active .subselect-inputs-element{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.motor-subselect-box.active .subselect-inputs-element:nth-child(1){transition-delay:.1s;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s}.motor-subselect-box.active .subselect-inputs-element:nth-child(2){transition-delay:.2s;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}.motor-subselect-box.active .subselect-inputs-element:nth-child(3){transition-delay:.3s;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}.motor-subselect-box.active .subselect-inputs-element:nth-child(4){transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.motor-subselect-box.active .subselect-inputs-element:nth-child(5){transition-delay:.5s;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.motor-subselect-box.active .subselect-inputs-element:nth-child(6){transition-delay:.6s;-webkit-transition-delay:.6s;-moz-transition-delay:.6s;-ms-transition-delay:.6s;-o-transition-delay:.6s}.motor-subselect-box .wrap-subselect-box{background-color:var(--cl_background_white, #ffffff);padding:20px 35px}.motor-subselect-box .wrap-subselect-box .subselect-box-title{font-family:var(--font-text);font-size:14px;font-weight:500;color:#393939;text-transform:uppercase;opacity:0;-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-ms-transform:translateX(-15px);-o-transform:translateX(-15px);transform:translate(-15px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-box-inputs{font-size:0;margin:0 -10px}.subselect-inputs-element{display:inline-block;vertical-align:top;width:50%;opacity:0;-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-ms-transform:translateX(-15px);-o-transform:translateX(-15px);transform:translate(-15px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-inputs-element .wrap-subselect-element{padding:12px 10px 0}.subselect-inputs-element .wrap-subselect-element .subselect-element-title{font-family:var(--font-text);font-size:14px;font-weight:500;color:#393939;letter-spacing:.02em;padding-bottom:5px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-element-field .wrap-subselect-field{position:relative;border:2px solid var(--cl_border-light, #ededed);border-radius:0;background-color:#fff;height:36px}.subselect-element-field .wrap-subselect-field:after{content:\"\\e91b\";position:absolute;top:50%;right:10px;font-family:icomoon;font-size:9px;color:#393939;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;pointer-events:none}.subselect-element-field .wrap-subselect-field .subselect-field-input{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em;padding:0 10px}}.motor-box-links{display:none!important}.aside-btns.motor{position:fixed;right:40px;float:right}@media (max-width: 1023px){.top-module.responsive-off{display:none}}@media (min-width: 1280px){.top-module.video-active .top-module-slider{display:none}.top-module.video-active .top-module-video{display:block}}.top-module .wrap-top-module{position:relative;height:calc(100vh - 50px);min-height:495px}@media (min-width: 768px){.top-module .wrap-top-module{height:100vh}}@media (min-width: 1280px){.top-module{position:relative;padding-top:0}.top-module .wrap-top-module{height:100vh}}.top-module-breadcrumbs{display:none}@media (min-width: 1024px){.top-module-breadcrumbs{display:block;position:absolute;z-index:2;top:180px;right:30px}}.top-module-video{display:none;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;pointer-events:none}.top-module-video .wrap-top-video{position:relative;width:100%;height:100%;overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.top-module-video .wrap-top-video .top-video-element{position:absolute;left:50%;top:50%;min-height:100%;min-width:100%;opacity:0;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.top-module-slider{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.top-slider-element .wrap-slider-element{position:relative;width:100%;height:100%}.top-slider-element .wrap-slider-element .slider-element-img{display:block;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;width:100%;height:100%}.top-module-logo{position:absolute;z-index:2;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;height:125px}.top-module-logo .wrap-top-logo{text-align:center;padding-top:0}.top-module-logo .wrap-top-logo .top-logo-img{display:inline-block;width:210px;height:auto}@media (min-width: 768px){.top-module-logo .wrap-top-logo{padding-top:0}.top-module-logo .wrap-top-logo .top-logo-img{width:300px}}@media (min-width: 1024px){.top-module-logo{display:none}}.top-static-logo{position:absolute;z-index:3;top:calc(50% - 40px);left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.top-static-logo .top-static-logo_img{display:block;width:240px;height:auto;max-width:400px}@media (max-width: 1023px){.top-static-logo .top-static-logo_img{max-width:260px;margin-top:130px;margin-bottom:5px}}@media (max-width: 539px){.top-static-logo .top-static-logo_img{margin-top:150px}}@media (min-width: 768px){.top-static-logo .top-static-logo_img{width:450px}}@media (min-width: 1280px){.top-static-logo{top:calc(50% + 40px)}.top-static-logo .top-static-logo_img{width:550px}}@media (min-width: 1680px){.top-static-logo .top-static-logo_img{width:750px}}.top-text-home{position:absolute;z-index:2;top:calc(50% - 40px);left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:100%}.top-text-home .wrap-top-text{padding:0 15px;text-align:center}.top-text-home .top-text-btn{margin-bottom:20px}.top-text-home .top-text-btn:before{content:none}.top-text-home .top-text-btn .btn-corp-text{min-width:initial;font-size:12px;padding:14px 50px 12px 30px}.top-text-home .top-text-btn .btn-corp-text:before{content:\"\\e93a\";position:absolute;right:17px;top:calc(50% - 10px);font-family:icomoon;font-size:20px;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-shadow:none}@media (min-width: 1025px){.top-text-home .top-text-btn .btn-corp-text:before{color:#fff}}.top-text-home .top-text-title{display:none;font:700 32px/1.2 var(--font-title);color:#fff;text-transform:uppercase}.top-text-home .top-text-subtitle{display:none}@media (min-width: 768px){.top-text-home .top-text-btn{margin-bottom:25px}.top-text-home .top-text-title{display:block;font-size:48px}.top-text-home .top-text-subtitle{display:block;font:500 18px/1.2 var(--font-text);letter-spacing:.1em;color:#fff;text-transform:uppercase;padding-top:5px}}@media (min-width: 1280px){.top-text-home{top:calc(50% - 80px);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.top-text-home .wrap-top-text{padding:0 20px}.top-text-home .top-text-btn{margin-bottom:0;position:absolute;right:20px;top:calc(50% - 21px)}.top-text-home .top-text-title{max-width:initial;font-size:70px}}@media (min-width: 1280px) and (max-height: 700px){.top-text-home .top-text-title{font-size:85px}}@media (min-width: 1680px){.top-text-home .wrap-top-text{padding:0 50px}.top-text-home .top-text-btn{right:50px}.top-text-home .top-text-title{font-size:75px}}.top-module-text{position:absolute;z-index:2;left:0;bottom:6rem;width:100%;text-align:center;padding:0 25px}.top-module-text .top-module-text_btn{margin-top:15px}.top-module-text .top-module-text_btn .btn-corp-text{padding:12px 20px 10px}.top-module-text .top-module-text_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.top-module-text .top-module-text_title{font-size:34px}}@media (min-width: 768px){.top-module-text .top-module-text_title{font-size:40px}}@media (min-width: 1280px){.top-module-text .top-module-text_title{font-size:44px;text-align:left}}.top-module-text .top-module-text_title{color:#fff;text-align:center!important;padding-bottom:5px}.top-module-text .top-module-text_title.white{color:#fff}.top-module-text .top-module-text_phrase{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.top-module-text .top-module-text_phrase{text-align:left}}.top-module-text .top-module-text_phrase{text-align:center!important;letter-spacing:.2em;color:#fff}@media (max-width: 539px){.top-module-text .top-module-text_btn .btn-corp-text{min-width:auto}}@media (min-width: 768px){.top-module-text{bottom:9rem}.top-module-text .top-module-text_btn{margin-top:20px}}@media (min-width: 1024px){.top-module-text{bottom:150px}}@media (min-width: 1280px){.top-module-text{bottom:120px}}body:not(.motor-top) .top-module-links .wrap-top-links .check-in-button{position:fixed;bottom:30px;top:auto;right:20px;margin:0}.d-inline{display:inline}.top-module-links{position:absolute;z-index:3;right:0;bottom:140px}@media (max-width: 1023px){.top-module-links{display:none}}.top-module-links .wrap-top-links{font-size:0;padding:0 15px 0 0}.top-module-links .wrap-top-links .check-in-button{background-color:var(--cl_accent, #ff9124);padding:8px 18px;border-radius:4px;top:auto;margin:0 20px;position:fixed;right:13px;bottom:10px}.top-module-links .wrap-top-links .check-in-button .links-element-text{color:#fff;font-size:11px;text-shadow:none}.top-module-links .wrap-top-links .check-in-button i:before{color:#fff;font-size:11px;margin-right:10px;text-shadow:none}.top-module-links .wrap-top-links .check-in-button:hover{background-color:#ff7818}.top-module-links .wrap-top-links .check-in-button:hover i{background-color:transparent}.top-module-links .wrap-top-links .check-in-button:hover i:before{color:#fff}@media (min-width: 768px){.top-module-links{bottom:70px}.top-module-links .wrap-top-links{padding:0 25px 15px 0}}@media (min-width: 1024px){.top-module-links{bottom:20px}.top-module-links .wrap-top-links{padding:0 25px 15px 0}}@media (min-width: 1280px){.top-module-links{bottom:5px}}@media (min-width: 1280px) and (max-width: 1365px){.top-module-links .wrap-top-links{padding:0 20px 14px 0}}@media (min-width: 1366px){.top-module-links .wrap-top-links{padding-right:35px}}@media (min-width: 1680px){.top-module-links .wrap-top-links{padding:0 35px 22px 0}}.top-links-element{display:inline-block;vertical-align:middle;cursor:pointer}.top-links-element .wrap-links-element{position:relative;font-size:0;padding:13px 0}.top-links-element .wrap-links-element .links-element-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:13px;font-weight:600;color:#fff;letter-spacing:.2em;text-transform:uppercase;padding-right:10px}.top-links-element .wrap-links-element .links-element-icon{display:inline-block;vertical-align:middle;font-size:13px;color:#fff}.top-links-element .wrap-links-element .links-element-icon.icon-mail:before{font-size:12px}.top-links-element .wrap-links-element .links-element-icon:before{font-size:22px}@media (max-width: 767px){.top-links-element .wrap-links-element{text-align:center}.top-links-element .wrap-links-element .links-element-text{display:none;padding:0 0 5px;letter-spacing:.02em;font-size:12px}}@media (min-width: 768px){.top-links-element .wrap-links-element .links-element-text{letter-spacing:.05em}}.top-module-btn{position:absolute;z-index:3;right:0;bottom:20px;text-align:center;display:flex;align-items:center;justify-content:center;width:100%;display:none}.top-module-btn .top-module-btn_element{overflow:hidden;border:2px solid white;border-radius:3px}.top-module-btn .top-module-btn_element .btn-corp-text{min-width:150px;font-size:12px;padding:10px 20px 8px;background:#fff;color:var(--cl_corp, #0d0d0d);border-color:var(--cl_corp, #0d0d0d)}.top-module-btn .top-module-btn_element .btn-corp-text.transfer:after{content:\"\\e94b\";display:inline-block;vertical-align:middle;font-family:icomoon;font-size:13px;color:#fff;padding:0 0 2px 15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.top-module-btn .top-module-btn_element .btn-corp-text.horarios{padding:10px 30px 8px 0}.top-module-btn .top-module-btn_element .btn-corp-text.horarios:after{content:\"\\e90c\";display:inline-block;vertical-align:middle;font-family:icomoon;font-size:20px;color:var(--cl_corp, #0d0d0d);padding:0 0 0 15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:absolute;top:5px}@media (min-width: 1024px){.top-module-btn{display:block;position:absolute;z-index:2;top:50%;right:25px;width:auto;bottom:auto;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.top-module-btn .top-module-btn_element{overflow:hidden;border:none;border-radius:0}.top-module-btn .top-module-btn_element .btn-corp-text{background:transparent;color:#fff;border-color:#fff}.top-module-btn .top-module-btn_element .btn-corp-text.horarios{padding:10px 30px 8px 0}.top-module-btn .top-module-btn_element .btn-corp-text.horarios:after{color:#fff}}@media (min-width: 1024px) and (min-width: 1025px){.top-module-btn .top-module-btn_element:before{content:none}.top-module-btn .top-module-btn_element:after{background-color:var(--cl_corp, #0d0d0d)}.top-module-btn .top-module-btn_element .btn-corp-text{border-color:var(--cl_corp, #0d0d0d);color:#fff}.top-module-btn .top-module-btn_element .btn-corp-text.transfer:after{color:#393939}.top-module-btn .top-module-btn_element .btn-corp-text.horarios:after{color:#fff}}.top-module-info{position:absolute;z-index:2;top:180px;left:35px}@media (max-width: 1023px){.top-module-info{top:auto;bottom:185px}}@media (max-width: 767px){.top-module-info{bottom:90px;right:30px}}@media (max-width: 539px){.top-module-info{right:8px}}.top-module-info .top-module-info_mark{display:inline-block;vertical-align:middle;width:38px;height:38px;color:#fff;font-size:18px;font-weight:700;line-height:38px;text-align:center;border-radius:100%;margin-left:10px;background-color:var(--cl_accent, #fd003a)}.top-module-info .top-module-info_text{display:inline-block;vertical-align:middle;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#fff;letter-spacing:.15em;padding-left:20px}@media (max-width: 1023px){.top-module-info .top-module-info_text{transform:rotate(-90deg);position:absolute;white-space:nowrap;left:-33px;top:-60px}}@media (min-width: 768px){.top-module-info{font-size:0}}body.intern .top-module-info{top:96px;left:35px;right:auto}body.intern .top-module-info .top-module-info_text{padding-left:0}body.intern .top-module-breadcrumbs{right:24px}.top-module-scroll{position:absolute;z-index:2;bottom:1.5rem;left:0;width:100%}.top-module-scroll .wrap-top-scroll{padding:0 0 40px;text-align:center;cursor:pointer}.top-module-scroll .wrap-top-scroll .top-scroll-text{font-family:var(--font-text);font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;padding-top:10px;white-space:nowrap}.top-module-scroll .wrap-top-scroll .top-scroll-icon{position:relative;display:inline-block;width:25px;height:25px;border:2px solid #fff;border-radius:50%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.top-module-scroll .wrap-top-scroll .top-scroll-icon:before{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:7px;color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.top-module-scroll .wrap-top-scroll .top-scroll-icon:after{content:\"\";position:absolute;bottom:-1px;left:50%;height:105%;width:105%;background-color:#383838b8;-webkit-transform:translateX(-50%) translateY(50%) scale(0);-moz-transform:translateX(-50%) translateY(50%) scale(0);-ms-transform:translateX(-50%) translateY(50%) scale(0);-o-transform:translateX(-50%) translateY(50%) scale(0);transform:translate(-50%) translateY(50%) scale(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%}@media (min-width: 1025px){.top-module-scroll .wrap-top-scroll .top-scroll-icon{background-color:#383838b8;border-color:#383838b8}.top-module-scroll .wrap-top-scroll .top-scroll-icon:before{color:#fff}.top-module-scroll .wrap-top-scroll .top-scroll-icon:after{opacity:1;-webkit-transform:translateX(-50%) translateY(0%) scale(1);-moz-transform:translateX(-50%) translateY(0%) scale(1);-ms-transform:translateX(-50%) translateY(0%) scale(1);-o-transform:translateX(-50%) translateY(0%) scale(1);transform:translate(-50%) translateY(0) scale(1)}}@media (min-width: 768px){.top-module-scroll{bottom:4.5rem}}@media (min-width: 1024px){.top-module-scroll{bottom:0}.top-module-scroll .wrap-top-scroll{padding:40px 0}}@media (min-width: 1280px){.top-module-scroll{bottom:30px;width:auto;left:25px}.top-module-scroll .wrap-top-scroll{position:relative;padding:0;text-align:left}.top-module-scroll .wrap-top-scroll .top-scroll-text{position:absolute;top:calc(50% - 1px);left:100%;width:120px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);padding-bottom:0;line-height:133.3333333333%;padding-left:15px;padding-top:0}}@media (min-width: 1280px) and (max-width: 1365px){.top-module-scroll{left:20px}}@media (min-width: 1680px){.top-module-scroll{left:50px}.top-module-scroll .wrap-top-scroll .top-scroll-text{width:115px;padding-left:20px}.top-module-scroll .wrap-top-scroll .top-scroll-text:before{left:20px}}.top-module-btns{display:none}.top-module-btns .top-module-btns_element.btn-corp.phone:before{right:auto}@media (min-width: 1024px){.top-module-btns{display:block;position:absolute;z-index:2;top:50%;left:0;width:100%;padding:0 35px;overflow:hidden;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.top-module-btns .top-module-btns_element.phone:before{content:\"\\e93a\";opacity:1;font-size:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform-origin:center center;left:30px}.top-module-btns .top-module-btns_element.phone .btn-corp-text{padding-left:55px}.top-module-btns .top-module-btns_element{pointer-events:auto}.top-module-btns .top-module-btns_element:nth-child(1){float:left}.top-module-btns .top-module-btns_element:nth-child(2){float:right}.top-module-btns .top-module-btns_element .btn-corp-text{font-size:12px;padding:13px 20px 11px;letter-spacing:.1em;min-width:175px}}.top-module-btn{display:none}@media (min-width: 1024px){.top-module-btn{display:block;position:absolute;z-index:2;top:50%;right:25px;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.top-module-btn .top-module-btn_element{overflow:hidden}.top-module-btn .top-module-btn_element:before{content:none}.top-module-btn .top-module-btn_element .btn-corp-text{min-width:150px;font-size:12px;padding:10px 30px 8px 20px}.top-module-btn .top-module-btn_element .btn-corp-text.transfer:after{content:\"\\e928\";display:inline-block;vertical-align:middle;font-family:icomoon;font-size:13px;color:#fff;padding:0 0 2px 15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.top-module-btn .top-module-btn_element .btn-corp-text.phone:after{position:absolute;top:50%;right:15px;content:\"\\e93a\";font-family:icomoon;font-size:16px;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:rotate(-90deg) translateX(50%);-moz-transform:rotate(-90deg) translateX(50%);-ms-transform:rotate(-90deg) translateX(50%);-o-transform:rotate(-90deg) translateX(50%);transform:rotate(-90deg) translate(50%)}}@media (min-width: 1024px) and (min-width: 1025px){.top-module-btn .top-module-btn_element .btn-corp-text:after{color:#393939;text-shadow:none}}@media (min-width: 1024px) and (min-width: 1680px){.top-module-btn{right:50px}}.line-spacer{padding-bottom:35px}.line-spacer .line{border-bottom:2px solid var(--cl_border-light, #ededed)}.tgl-newsletter-air{position:relative}.tgl-newsletter-air.pink-highlight .sta-newsletter-air_box{background-color:#f6816e}.tgl-newsletter-air.pink-highlight .sta-newsletter-air_header .sta-newsletter-air_header-title,.tgl-newsletter-air.pink-highlight .sta-newsletter-air_header .sta-newsletter-air_header-subtitle{color:#fff}.tgl-newsletter-air.pink-highlight .sta-newsletter-air_header .sta-newsletter-air_header-logo{-webkit-filter:invert(1);-moz-filter:invert(1);-ms-filter:invert(1);-o-filter:invert(1);filter:invert(1)}.tgl-newsletter-air.pink-highlight .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-corp-text{background-color:#b7462c;border-color:transparent}@media (min-width: 1025px){.tgl-newsletter-air.pink-highlight .sta-newsletter-air_form .sta-newsletter-air_form-btn:before{color:#fff}.tgl-newsletter-air.pink-highlight .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-corp-text{background-color:#383838b8;color:#fff}}@media (max-width: 1279px){.tgl-newsletter-air.margin-bottom{padding-bottom:85px}}@media (min-width: 1280px){.tgl-newsletter-air.margin-bottom{margin-bottom:-75px}}.tgl-newsletter-air.bottom-spacer{padding-bottom:50px}@media (min-width: 768px){.tgl-newsletter-air.bottom-spacer{padding-bottom:80px}}@media (min-width: 1680px){.tgl-newsletter-air.bottom-spacer{padding-bottom:100px}}.tgl-newsletter-air.highlight .sta-newsletter-air_box{background-color:var(--cl_preload-bg, #eae9e2)}@media (min-width: 1280px){.tgl-newsletter-air.add-img .sta-newsletter-air_box{position:relative}.tgl-newsletter-air.add-img .sta-newsletter-air_media{position:absolute;left:0;top:0;width:350px;margin:0;height:100%;padding:0}.tgl-newsletter-air.add-img .sta-newsletter-air_header{padding:0 20px 0 350px}.tgl-newsletter-air.add-img .sta-newsletter-air_header:before{content:none}.tgl-newsletter-air.add-img .sta-newsletter-air_header .sta-newsletter-air_header-logo{position:absolute;left:25px;top:50%;width:210px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-filter:invert(1);-moz-filter:invert(1);-ms-filter:invert(1);-o-filter:invert(1);filter:invert(1)}}.tgl-newsletter-air.add-logo:not(.add-img) .sta-newsletter-air_header .sta-newsletter-air_header-logo{-webkit-filter:invert(1);-moz-filter:invert(1);-ms-filter:invert(1);-o-filter:invert(1);filter:invert(1)}@media (min-width: 1280px){.tgl-newsletter-air.add-logo .sta-newsletter-air_box{position:relative}.tgl-newsletter-air.add-logo .sta-newsletter-air_header{padding:0 20px 0 350px}.tgl-newsletter-air.add-logo .sta-newsletter-air_header:before{left:285px}.tgl-newsletter-air.add-logo .sta-newsletter-air_header .sta-newsletter-air_header-logo{position:absolute;left:0;top:50%;width:270px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}.tgl-newsletter-air .sta-newsletter-air_box{position:relative;z-index:2;background-color:var(--cl_background_white, #ffffff);border-radius:2px;padding:35px 20px;max-width:1400px;margin:0 auto}@media (min-width: 768px){.tgl-newsletter-air .sta-newsletter-air_box{padding:45px;margin:0 auto}}@media (min-width: 1280px){.tgl-newsletter-air .sta-newsletter-air_box{font-size:0;padding:0 50px;height:150px}.tgl-newsletter-air .sta-newsletter-air_box:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;height:100%;width:0;pointer-events:none}}@media (min-width: 1680px){.tgl-newsletter-air .sta-newsletter-air_box{max-width:1520px}}.tgl-newsletter-air .sta-newsletter-air_media{position:relative;margin:-35px -20px 30px;padding-top:46%}.tgl-newsletter-air .sta-newsletter-air_media .sta-newsletter-air_media-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}@media (min-width: 768px){.tgl-newsletter-air .sta-newsletter-air_media{margin:-45px -45px 30px}}.tgl-newsletter-air .sta-newsletter-air_header{padding-bottom:5px;text-align:center;max-width:600px;margin:0 auto}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-icon{display:inline-block;padding-bottom:20px;font-size:27px;color:#393939}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-logo{display:block;width:100%;height:auto;margin:0 auto 30px;max-width:230px}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-title{font:700 18px/1 var(--font-text);color:#393939;letter-spacing:.05em;text-transform:uppercase}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-subtitle{font:400 18px/1 var(--font-text);color:#393939;letter-spacing:.02em;line-height:141.1764705882%;padding-top:15px}@media (min-width: 1280px){.tgl-newsletter-air .sta-newsletter-air_header{position:relative;display:inline-block;vertical-align:middle;width:75%;padding:0 20px 0 120px;text-align:left;max-width:initial}.tgl-newsletter-air .sta-newsletter-air_header:before{content:\"\";position:absolute;top:calc(50% - 25px);left:80px;width:4px;height:60px;background-color:#393939}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-icon{padding-bottom:0;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tgl-newsletter-air .sta-newsletter-air_header .sta-newsletter-air_header-subtitle{padding-top:5px}}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn{display:table;margin:15px auto 0}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn:before{color:#393939}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-corp-text{background-color:#393939;color:#fff;border-color:#393939}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-linker-text{margin:0 25px;color:#393939}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-linker-text:before{color:#393939}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-linker-text:after{background-color:#393939}@media (min-width: 1025px){.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn .btn-corp-text{background-color:var(--cl_corp, #0d0d0d);color:#393939}}@media (min-width: 1280px){.tgl-newsletter-air .sta-newsletter-air_form{display:inline-block;vertical-align:middle;width:25%;font-size:0;text-align:center}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn{display:inline-block;margin:10px auto 0}.tgl-newsletter-air .sta-newsletter-air_form .sta-newsletter-air_form-btn:first-child{margin:0 auto}}.footer-container{position:relative;background-color:#fff;z-index:3}.footer-container.footer-b{padding-top:70px}@media (min-width: 1280px){.footer-container.footer-b{padding-top:150px}}.footer-container{padding-top:25px}.footer-container.no-spacer{padding-top:0}.footer-container.var--hotel .wrap-footer-container{background-color:#f6f6f3}.footer-container.var--hotel .links-module .wrap-links-module{padding-top:50px}.footer-container.var--hotel .links-module-element .wrap-links-element{border-top:1px solid var(--cl_border-light, #ededed)}.footer-container.var--hotel .links-element-header .wrap-links-header .links-header-icon{color:#39393980}.footer-container.var--hotel .links-element-header .wrap-links-header .links-header-title{color:var(--cl_title, #222);font-size:13px}.footer-container.var--hotel .links-element-content .wrap-links-content .links-content-icon{color:#39393980!important}.footer-container.var--hotel .links-element-content .wrap-links-content .links-content-text,.footer-container.var--hotel .links-element-content .wrap-links-content .links-content-text small{color:rgba(var(--cl_text, #444444),.7)}@media (min-width: 1024px){.footer-container.var--hotel .links-module .wrap-links-module{padding-top:60px}}.footer-container.hotels-off .footer-hotels,.footer-container.hotels-off .links-module-element.var-zone{display:none}.footer-container .wrap-footer-container{position:relative;background-color:var(--cl_background_white, #ffffff)}@media (min-width: 768px){.footer-container{padding-top:30px}}@media (min-width: 1366px){.footer-container{padding-top:40px}}.footer-container .links-module-element .icon-border{border:solid 2px var(--cl_border-light, #ededed)}.footer-static{padding-bottom:200px;background-position:0 0;background-repeat:repeat;background-color:var(--cl_footer-bg, black);position:relative;z-index:3}.footer-static .wrap-footer-static{position:relative}.footer-static .wrap-footer-static .footer-static-copy{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_footer-text, #fff);text-transform:uppercase;letter-spacing:.1em;line-height:150%;padding:30px 0}.footer-static .footer-static-row{display:flex;align-items:center;justify-content:space-between;flex-direction:row}@media (max-width: 1365px){.footer-static .footer-static-row{flex-direction:column;align-items:start}.footer-static .footer-static-row .footer-static-col{width:100%}}.footer-static .footer-static-row.list-footer-padding{padding-bottom:20px}.footer-static .footer-static-row.separator{margin-bottom:30px;display:block}@media (min-width: 768px){.footer-static .footer-static-row.separator{display:flex;align-items:end;flex-direction:inherit}}@media (max-width: 767px){.footer-static .footer-static-row.separator{text-align:center}}@media (min-width: 1366px){.footer-static .footer-static-row.separator{border-bottom:1px solid #fff}}.footer-static .footer-static-row.separator .footer-static-logo{padding-bottom:1.25rem}@media (min-width: 768px){.footer-static{padding-left:40px;padding-right:40px;padding-bottom:300px}}@media (min-width: 1024px){.footer-static{padding:0}}@media (min-width: 1280px){.footer-static{padding:0}.footer-static .wrap-footer-static{font-size:0}}@media (min-width: 1280px) and (max-width: 1365px){.footer-static .wrap-footer-static{max-width:920px;margin:0 auto}}@media (min-width: 1024px){body.hotel .footer-static{padding-bottom:0}}@media (max-width: 1023px){body.hotel .footer-static{padding-bottom:200px}}@media (max-width: 767px){body.hotel .footer-static{padding-bottom:160px}}.footer-static-list{display:block}@media (min-width: 1366px){.footer-static-list{display:flex;gap:30px}}@media (min-width: 1025px){.footer-static-element a .wrap-footer-element .footer-element-text{color:#fff}}.footer-static-element .wrap-footer-element{position:relative}.footer-static-element .wrap-footer-element:before{content:\"> \";font-family:var(--font-text);font-size:13px;margin-right:5px;font-weight:500;color:var(--cl_footer-text, #fff);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.footer-static-element .wrap-footer-element .footer-element-text{font-family:var(--font-text);font-size:13px;font-weight:500;color:var(--cl_footer-text, #fff);letter-spacing:.05em;line-height:146.1538461538%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:relative;display:inline-block}@media (min-width: 768px){.footer-static-element{display:inline-block;vertical-align:top;width:50%}}@media (min-width: 1280px){.footer-static-element{width:25%}.footer-static-element .wrap-footer-element{border:none}.footer-static-element .wrap-footer-element:before{top:15px}.footer-static-element .wrap-footer-element:after{content:none}}@media (max-width: 1365px){.footer-static-element{width:33%}.footer-static-element .wrap-footer-element{border-top:solid 1px rgba(255,255,255,.2);padding:30px 0}.footer-static-element:nth-child(5) .wrap-footer-element,.footer-static-element:nth-child(6) .wrap-footer-element{border-bottom:solid 1px rgba(255,255,255,.2)}}@media (max-width: 1023px){.footer-static-element{width:45%}.footer-static-element:nth-child(odd){margin-right:9%}.footer-static-element:nth-child(5) .wrap-footer-element{border-bottom:0}}@media (max-width: 767px){.footer-static-element{width:100%;padding:0}}@media (min-width: 1366px){.footer-static-element{width:auto}}.popup-module{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}@media (max-width: 767px){.popup-module.open{pointer-events:auto;opacity:1;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-module.open:before{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-module.open .popup-module-box .popup-box-close,.popup-module.open .popup-module-box .wrap-popup-box{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}}@media (min-width: 768px){.popup-module.open{pointer-events:auto;opacity:1;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-module.open:before{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-module.open .popup-module-box{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.popup-module.open .popup-module-box .popup-box-close{opacity:1;-webkit-transform:translateY(-100%) translateX(100%) scale(1);-moz-transform:translateY(-100%) translateX(100%) scale(1);-ms-transform:translateY(-100%) translateX(100%) scale(1);-o-transform:translateY(-100%) translateX(100%) scale(1);transform:translateY(-100%) translate(100%) scale(1);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}}.popup-module:before{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#fff;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.popup-module .wrap-popup-module{position:relative;height:100%;font-size:0;text-align:center}.popup-module .wrap-popup-module:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;height:100%;opacity:0;pointer-events:none}.popup-module .wrap-popup-module .popup-module-backmask{display:none}@media (min-width: 768px){.popup-module:before{background-color:#000000b3}.popup-module .wrap-popup-module .popup-module-backmask{display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:zoom-out}.popup-module .wrap-popup-module{padding-left:70px;padding-right:70px}}.popup-module-box{display:inline-block;vertical-align:middle;width:100%}.popup-module-box .popup-box-close{position:absolute;z-index:2;top:20px;right:20px;opacity:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.popup-module-box .popup-box-close{background-color:#fff;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}}.popup-module-box .wrap-popup-box{opacity:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;padding:60px 35px;max-width:370px;margin:0 auto;max-height:100vh;overflow:auto}.popup-module-box .wrap-popup-box.align-left{text-align:left}.popup-module-box .wrap-popup-box .row-flex{display:flex;flex-direction:row;justify-content:space-between}.popup-module-box .wrap-popup-box .text-left{text-align:left}.popup-module-box .wrap-popup-box .pop-title-border-bottom{border-bottom:solid 1px var(--cl_border-light, #ededed);padding-bottom:10px;margin-bottom:30px}.popup-module-box .wrap-popup-box .popup-box-icon{display:inline-block;padding-bottom:15px;font-size:28px;color:var(--cl_icon, #222222)}.popup-module-box .wrap-popup-box .popup-box-icon.icon-guests{font-size:30px}.popup-module-box .wrap-popup-box .popup-box-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.popup-module-box .wrap-popup-box .popup-box-title{font-size:34px}}@media (min-width: 768px){.popup-module-box .wrap-popup-box .popup-box-title{font-size:34px}}@media (min-width: 1280px){.popup-module-box .wrap-popup-box .popup-box-title{font-size:34px;text-align:left}}.popup-module-box .wrap-popup-box .popup-box-title{text-align:left!important}.popup-module-box .wrap-popup-box .popup-box-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.popup-module-box .wrap-popup-box .popup-box-subtitle{text-align:left}}.popup-module-box .wrap-popup-box .popup-box-subtitle{padding-bottom:20px;text-align:left!important}.popup-module-box .wrap-popup-box .popup-box-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.popup-module-box .wrap-popup-box .popup-box-text{font-size:20px}}@media (min-width: 1280px){.popup-module-box .wrap-popup-box .popup-box-text{text-align:left}}@media (min-width: 768px){.popup-module-box{position:relative;z-index:2;max-width:600px;background-color:#fff;border-radius:4px;opacity:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.popup-module-box.bigger{max-width:564px}.popup-module-box .popup-box-close{top:-10px;right:-20px;-webkit-transform:translateY(-100%) translateX(100%) scale(0);-moz-transform:translateY(-100%) translateX(100%) scale(0);-ms-transform:translateY(-100%) translateX(100%) scale(0);-o-transform:translateY(-100%) translateX(100%) scale(0);transform:translateY(-100%) translate(100%) scale(0);border-color:#fff;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-module-box .popup-box-close:before{color:#fff}.popup-module-box .popup-box-close:after{background-color:#fff}}@media (min-width: 768px) and (min-width: 1025px){.popup-module-box .popup-box-close{border-color:transparent}.popup-module-box .popup-box-close:before{color:#393939}}@media (min-width: 768px){.popup-module-box .wrap-popup-box{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;padding:50px;max-width:initial;max-height:85vh}}@media (min-width: 1024px){.popup-module-box{max-width:640px}.popup-module-box.bigger{max-width:895px}.popup-module-box .wrap-popup-box{padding-left:90px;padding-right:90px}}.popup-box-languages .btn-languages{margin-bottom:20px}.popup-box-languages .btn-languages:last-child{margin-bottom:0}.popup-box-languages .btn-languages.active .btn-corp-text{background-color:#fd8700;color:#fff;border-color:transparent}.popup-box-languages .btn-languages .btn-corp-text{min-width:200px}@media (min-width: 768px){.popup-box-languages .btn-languages{margin:0 auto 25px}.popup-box-languages .btn-languages .btn-corp-text{min-width:260px}}.popup-module#newsletter .popup-module-box{max-width:1240px;border-radius:0;background-color:transparent}.popup-module#newsletter .popup-module-box .wrap-popup-box{padding:0}.popup-module#newsletter .popup-module-box .popup-row{display:flex;flex-wrap:wrap}.popup-module#newsletter .popup-module-box .popup-row .popup-col{position:relative}@media (min-width: 768px){.popup-module#newsletter .popup-module-box .popup-row .popup-col{flex:0 0 50%;max-width:50%}}@media (max-width: 767px){.popup-module#newsletter .popup-module-box .popup-row .popup-col{flex:0 0 100%;max-width:100%}.popup-module#newsletter .popup-module-box .popup-row .popup-col:nth-child(2){display:none}}.popup-module#newsletter .popup-module-box .popup-row .popup-col:first-child{background-color:#fff}.popup-module#newsletter .popup-module-box .popup-row .popup-col article{padding:50px;max-width:560px;margin-left:auto;margin-right:auto}.popup-module#newsletter .popup-module-box .popup-row .popup-col .box-img{padding-top:85%}.popup-module#newsletter .popup-module-box .popup-row .popup-col .box-img img{position:absolute;left:0;top:0;width:100%;height:100%}.popup-box-newsletter .wrap-box-newsletter .popup-newsletter-input{padding-top:25px}.popup-box-newsletter .wrap-box-newsletter .popup-newsletter-input .input-element:not(:hover) .wrap-input-element .input-element-text{background-color:var(--cl_background_white, #ffffff)}.popup-box-newsletter .wrap-box-newsletter .popup-newsletter-checkbox,.popup-box-list{padding-top:20px}.popup-list-element .wrap-list-element{position:relative;padding:23px 20px 21px;text-align:left;border-top:1px solid var(--cl_border-light, #ededed)}.popup-list-element .wrap-list-element:before{content:\"\\e903\";position:absolute;left:0;top:28px;font-family:icomoon;font-size:7px;color:#393939}.popup-list-element .wrap-list-element .list-element-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.popup-list-element .wrap-list-element .list-element-text{font-size:20px}}@media (min-width: 1280px){.popup-list-element .wrap-list-element .list-element-text{text-align:left}}.popup-offer{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}@media (max-width: 767px){.popup-offer.open{pointer-events:auto;opacity:1;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-offer.open:before{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-offer.open .popup-offer-box .popup-offer-close,.popup-offer.open .popup-offer-box .wrap-offer-box{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}}@media (min-width: 768px){.popup-offer.open{pointer-events:auto;opacity:1;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-offer.open:before{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-offer.open .popup-offer-box{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.popup-offer.open .popup-offer-box .popup-offer-close{opacity:1;-webkit-transform:translateY(0%) translateX(100%) scale(1);-moz-transform:translateY(0%) translateX(100%) scale(1);-ms-transform:translateY(0%) translateX(100%) scale(1);-o-transform:translateY(0%) translateX(100%) scale(1);transform:translateY(0) translate(100%) scale(1);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.popup-offer.open .popup-offer-box .wrap-offer-box{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}}.popup-offer:before{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.popup-offer .wrap-popup-offer{position:relative;height:100%;font-size:0;text-align:center}.popup-offer .wrap-popup-offer:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:100%;opacity:0;pointer-events:none}.popup-offer .wrap-popup-offer .popup-offer-backmask{display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:zoom-out}.popup-offer-box{position:relative;display:inline-block;vertical-align:middle;width:100%;padding:0 25px}.popup-offer-box .popup-offer-close{position:absolute;z-index:2;bottom:calc(100% + 20px);right:25px;opacity:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;border-color:#fff}.popup-offer-box .popup-offer-close:before{color:#fff}.popup-offer-box .popup-offer-close:after{background-color:#fff}@media (min-width: 1025px){.popup-offer-box .popup-offer-close{border-color:transparent;background-color:#fff;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.popup-offer-box .popup-offer-close:before{color:#393939}}.popup-offer-box{border-radius:0;background-color:transparent}.popup-offer-box .wrap-offer-box{padding:0}.popup-offer-box .popup-row{display:flex;flex-wrap:wrap}.popup-offer-box .popup-row .popup-col{flex:0 0 50%;max-width:50%;position:relative}@media (min-width: 1024px){.popup-offer-box .popup-row .popup-col{flex:0 0 50%;max-width:50%}}@media (max-width: 1023px){.popup-offer-box .popup-row .popup-col{flex:0 0 100%;max-width:100%}.popup-offer-box .popup-row .popup-col:nth-child(1){display:none}}.popup-offer-box .popup-row .popup-col:first-child{background-color:#fff}.popup-offer-box .popup-row .popup-col article{padding:50px}.popup-offer-box .popup-row .popup-col .box-img{padding-top:85%}.popup-offer-box .popup-row .popup-col .box-img img{position:absolute;left:0;top:0;width:100%;height:100%}.popup-offer-box .wrap-offer-box{opacity:0;-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;margin:0 auto;max-height:90vh;background-color:#fff;border-radius:0}.popup-offer-box .wrap-offer-box .popup-offer-tag{position:absolute;top:-38px;left:0;padding:0;font-family:var(--font-text);font-size:16px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.1em}.popup-offer-box .popup-offer-info{padding:25px}@media (min-width: 540px){.popup-offer-box{padding:0 40px}.popup-offer-box .popup-offer-close{right:40px}}@media (min-width: 768px){.popup-offer-box{padding:0;max-width:90vw}.popup-offer-box .popup-offer-close{right:0}.popup-offer-box .popup-offer-info{padding:40px}}@media (min-width: 1280px){.popup-offer-box{max-width:1240px}}.popup-offer-info .wrap-offer-info{position:relative;padding-bottom:30px;text-align:left}.popup-offer-info .wrap-offer-info .offer-info-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.popup-offer-info .wrap-offer-info .offer-info-title{font-size:34px}}@media (min-width: 768px){.popup-offer-info .wrap-offer-info .offer-info-title{font-size:40px}}@media (min-width: 1280px){.popup-offer-info .wrap-offer-info .offer-info-title{font-size:44px;text-align:left}}.popup-offer-info .wrap-offer-info .offer-info-title{padding-bottom:15px}.popup-offer-info .wrap-offer-info .offer-info-date{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.popup-offer-info .wrap-offer-info .offer-info-date{text-align:left}}.popup-offer-info .wrap-offer-info .offer-info-date{padding-bottom:10px}.popup-offer-info .wrap-offer-info .offer-info-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.popup-offer-info .wrap-offer-info .offer-info-subtitle{text-align:left}}.popup-offer-info .wrap-offer-info .offer-info-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.popup-offer-info .wrap-offer-info .offer-info-text{font-size:20px}}@media (min-width: 1280px){.popup-offer-info .wrap-offer-info .offer-info-text{text-align:left}}.popup-offer-info .wrap-offer-info .offer-info-text p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.popup-offer-info .wrap-offer-info .offer-info-text p{font-size:20px}}@media (min-width: 1280px){.popup-offer-info .wrap-offer-info .offer-info-text p{text-align:left}}@media (min-width: 768px){.popup-offer-info .wrap-offer-info .offer-info-subtitle{border-bottom:solid 1px var(--cl_border-light, #ededed);margin-bottom:25px;padding-bottom:25px}}@media (min-width: 1280px){.popup-offer-info{width:100%}}.popup-offer-price{float:left}.popup-offer-price .wrap-offer-price{overflow:hidden;padding-bottom:25px}.popup-offer-price .wrap-offer-price .offer-price-since{font-family:var(--font-text);font-size:14px;font-weight:500;color:#39393980;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;display:block}.popup-offer-price .wrap-offer-price .offer-price-number{font-size:0}.popup-offer-price .wrap-offer-price .offer-price-number .price-number{display:inline-block;vertical-align:middle;font-family:var(--font-title);font-size:50px;font-weight:400;color:#393939;line-height:.8}.popup-offer-price .wrap-offer-price .offer-price-number .price-coin{display:inline-block;vertical-align:middle;font-family:var(--font-title);font-size:35px;font-weight:400;color:#393939;padding-left:5px}@media (min-width: 768px){.popup-offer-price{text-align:left}.popup-offer-price .wrap-offer-price .offer-price-number .price-number{font-size:64px}.popup-offer-price .wrap-offer-price .offer-price-number .price-coin{font-size:44px}}.popup-offer-btns{float:right;width:300px;padding-top:20px}.popup-offer-btns .offer-btns-element{display:inline-block;vertical-align:middle;padding:0 20px 15px}.popup-offer-btns .offer-btns-element:first-child{padding-left:0}.popup-offer-btns .offer-btns-element:nth-child(2){padding-right:0}@media (min-width: 768px){.popup-offer-btns{padding-top:0;overflow:hidden}.popup-offer-btns .offer-btns-element .btn-linker{padding-top:10px}.popup-offer-btns .offer-btns-element:first-child{float:left}.popup-offer-btns .offer-btns-element:nth-child(2){float:right}}@media (max-width: 539px){.popup-offer-btns .offer-btns-element{padding:0 0 15px}}.popup-offer-img{display:none}@media (min-width: 1280px){.popup-offer-img{display:block;position:absolute;top:0;right:0;height:100%;width:50%}.popup-offer-img .wrap-offer-img{position:relative;height:100%;width:100%;overflow:hidden}.popup-offer-img .wrap-offer-img .offer-img-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}}@media (min-width: 1280px){.motor-subox-container{padding:35px 29px 35px 30px}}@media (min-width: 1280px) and (max-height: 730px){.motor-subox-container{overflow:hidden;max-height:330px;overflow-y:auto}}@media (min-width: 1280px){.motor-subox-element{padding-bottom:15px;-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-o-transform:translateX(-30px);transform:translate(-30px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-select .wrap-motor-select{position:relative;border-radius:2px;border:2px solid #393939;height:55px}.motor-select .wrap-motor-select .motor-select-title{position:absolute;z-index:2;display:block;width:100%;top:0;left:0;font-family:var(--font-text);font-size:13px;font-weight:700;color:#393939;letter-spacing:.03em;padding:8px 50px 0 10px;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-select .wrap-motor-select .motor-select-title small{color:#393939;letter-spacing:0em;font-weight:700;padding-left:5px;text-transform:none;line-height:1.3;display:inline-block;vertical-align:top}.motor-select .wrap-motor-select .motor-select-input{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:16px;font-weight:400;color:#393939;text-transform:uppercase;padding:25px 50px 6px 10px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (max-width: 1023px){.motor-select .wrap-motor-select .motor-select-input{background-color:#e9e9ec}}@media (min-width: 1280px){.motor-select .wrap-motor-select .motor-select-icon{position:absolute;right:0;top:0;width:50px;height:100%;pointer-events:none}.motor-select .wrap-motor-select .motor-select-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:12px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-select .wrap-motor-select .motor-select-icon:after{content:\"\";position:absolute;top:calc(50% - 11px);left:0;width:2px;height:22px;background-color:#393939}}@media (min-width: 1280px) and (min-width: 1025px){.motor-select .wrap-motor-select .motor-select-input{background-color:#f0f0f0}}@media (min-width: 1280px){.motor-subox-btns{-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-o-transform:translateX(-30px);transform:translate(-30px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.motor-subox-btns .wrap-subox-btns{text-align:center}.motor-subox-btns .wrap-subox-btns .subox-btns-element .btn-corp-text{font-size:15px;letter-spacing:.15em}.motor-subselect-box{margin:0 -35px;opacity:0;height:0;overflow:hidden}.motor-subselect-box.active{opacity:1;height:auto;padding-top:15px}.motor-subselect-box.active .wrap-subselect-box .subselect-box-title,.motor-subselect-box.active .subselect-inputs-element{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.motor-subselect-box.active .subselect-inputs-element:nth-child(1){transition-delay:.1s;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s}.motor-subselect-box.active .subselect-inputs-element:nth-child(2){transition-delay:.2s;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}.motor-subselect-box.active .subselect-inputs-element:nth-child(3){transition-delay:.3s;-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s}.motor-subselect-box.active .subselect-inputs-element:nth-child(4){transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.motor-subselect-box.active .subselect-inputs-element:nth-child(5){transition-delay:.5s;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.motor-subselect-box.active .subselect-inputs-element:nth-child(6){transition-delay:.6s;-webkit-transition-delay:.6s;-moz-transition-delay:.6s;-ms-transition-delay:.6s;-o-transition-delay:.6s}.motor-subselect-box .wrap-subselect-box{background-color:#f0f0f0;padding:20px 35px}.motor-subselect-box .wrap-subselect-box .subselect-box-title{font-family:var(--font-text);font-size:14px;font-weight:500;color:#393939;text-transform:uppercase;letter-spacing:.1em;opacity:0;-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-ms-transform:translateX(-15px);-o-transform:translateX(-15px);transform:translate(-15px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-box-inputs{font-size:0;margin:0 -10px}.subselect-inputs-element{display:inline-block;vertical-align:top;width:50%;opacity:0;-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-ms-transform:translateX(-15px);-o-transform:translateX(-15px);transform:translate(-15px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-inputs-element .wrap-subselect-element{padding:12px 10px 0}.subselect-inputs-element .wrap-subselect-element .subselect-element-title{font-family:var(--font-text);font-size:13px;font-weight:700;color:#393939;text-transform:uppercase;letter-spacing:.03em;padding-bottom:5px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (min-width: 1025px){.subselect-inputs-element .subselect-element-field .wrap-subselect-field{border-color:var(--cl_corp, #0d0d0d)}.subselect-inputs-element .subselect-element-field .wrap-subselect-field:after{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 1280px){.subselect-element-field .wrap-subselect-field{position:relative;border:2px solid #393939;border-radius:2px;background-color:#f0f0f0;height:36px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-element-field .wrap-subselect-field:after{content:\"\\e91b\";position:absolute;top:50%;right:10px;font-family:icomoon;font-size:9px;color:#393939;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.subselect-element-field .wrap-subselect-field .subselect-field-input{position:absolute;top:0;left:0;width:100%;height:100%;font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em;padding:0 10px;background-color:transparent}.subselect-element-field .wrap-subselect-field .subselect-field-input.placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input:-moz-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input::-moz-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input:-ms-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input::-webkit-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input:-o-input-placeholder{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}.subselect-element-field .wrap-subselect-field .subselect-field-input option{font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;text-transform:uppercase;letter-spacing:-.03em}}@media (min-width: 1280px){.motor-subox.hotels{left:calc(50% - 480px)}}.intern-cookies #cookies{display:none}.cookies-module{position:fixed;z-index:12;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (min-width: 768px){.cookies-module{width:640px}}@media (max-width: 767px){.cookies-module .popup-box-close{top:-30px}}.cookies-module.closed{-webkit-transform:translateY(-50%) translateX(-50%) scale(.5);-moz-transform:translateY(-50%) translateX(-50%) scale(.5);-ms-transform:translateY(-50%) translateX(-50%) scale(.5);-o-transform:translateY(-50%) translateX(-50%) scale(.5);transform:translateY(-50%) translate(-50%) scale(.5);opacity:0}.cookies-module .wrap-cookies-module{text-align:left;background-color:#fff;border-radius:0;padding:20px 40px}@media (min-width: 768px){.cookies-module .wrap-cookies-module{padding:40px 90px}}.cookies-module .wrap-cookies-module .row-flex{display:flex;flex-direction:row;justify-content:space-between}.cookies-module .wrap-cookies-module .text-left{text-align:left}.cookies-module .wrap-cookies-module .pop-title-border-bottom{border-bottom:solid 1px var(--cl_border-light, #ededed);padding-bottom:10px;margin-bottom:10px}.cookies-module .wrap-cookies-module .cookies-module-icon{position:relative;display:inline-block}.cookies-module .wrap-cookies-module .cookies-module-icon:before{font-size:42px;color:var(--cl_icon, #222222)}.cookies-module .wrap-cookies-module .cookies-module-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.cookies-module .wrap-cookies-module .cookies-module-title{font-size:34px}}@media (min-width: 768px){.cookies-module .wrap-cookies-module .cookies-module-title{font-size:34px}}@media (min-width: 1280px){.cookies-module .wrap-cookies-module .cookies-module-title{font-size:34px;text-align:left}}.cookies-module .wrap-cookies-module .cookies-module-title{padding-bottom:10px;text-align:left!important}.cookies-module .wrap-cookies-module .cookies-module-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.cookies-module .wrap-cookies-module .cookies-module-subtitle{text-align:left}}.cookies-module .wrap-cookies-module .cookies-module-subtitle{padding-bottom:10px;text-align:left!important}.cookies-module .wrap-cookies-module .cookies-module-text{padding-bottom:10px}.cookies-module .wrap-cookies-module .cookies-module-text p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.cookies-module .wrap-cookies-module .cookies-module-text p{font-size:20px}}@media (min-width: 1280px){.cookies-module .wrap-cookies-module .cookies-module-text p{text-align:left}}.cookies-module .wrap-cookies-module .cookies-module-text p{padding-top:5px;font-size:12px!important;text-align:left!important}@media (min-width: 1024px){.cookies-module{top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);opacity:0}.cookies-module.active{-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);opacity:1}.cookies-module.closed{-webkit-transform:translateY(-50%) translateX(-100%) scale(.5);-moz-transform:translateY(-50%) translateX(-100%) scale(.5);-ms-transform:translateY(-50%) translateX(-100%) scale(.5);-o-transform:translateY(-50%) translateX(-100%) scale(.5);transform:translateY(-50%) translate(-100%) scale(.5)}}@media (min-width: 1280px){.cookies-module{top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(.5);-moz-transform:translateY(-50%) translateX(-50%) scale(.5);-ms-transform:translateY(-50%) translateX(-50%) scale(.5);-o-transform:translateY(-50%) translateX(-50%) scale(.5);transform:translateY(-50%) translate(-50%) scale(.5)}.cookies-module.active{-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1)}.cookies-module.closed{-webkit-transform:translateY(-50%) translateX(-50%) scale(.5);-moz-transform:translateY(-50%) translateX(-50%) scale(.5);-ms-transform:translateY(-50%) translateX(-50%) scale(.5);-o-transform:translateY(-50%) translateX(-50%) scale(.5);transform:translateY(-50%) translate(-50%) scale(.5)}}.cookies-module-btns{padding-top:15px;font-size:0;margin-left:auto;margin-right:auto;max-width:300px}.cookies-module-btns .cookies-btns-element{display:block;margin-bottom:21px}.cookies-module-btns .cookies-btns-conf{display:table;margin:10px auto 0}.cookies-module-btns .cookies-btns-conf .btn-linker-text{font-size:11px;color:#fff;border-color:#ffffffb3}.cookies-module-btns .cookies-btns-conf .btn-linker-text:after{background-color:#fff}.aside-transfer{position:fixed;z-index:4;top:calc(50% - 55px);right:0;width:150px;-webkit-transform:rotate(-90deg) translateY(63px);-moz-transform:rotate(-90deg) translateY(63px);-ms-transform:rotate(-90deg) translateY(63px);-o-transform:rotate(-90deg) translateY(63px);transform:rotate(-90deg) translateY(63px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .3s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .3s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .3s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .3s;transition:all cubic-bezier(.785,.135,.15,.86) .3s}.aside-transfer.loaded{top:calc(65% - 55px)}@media (max-width: 767px) and (orientation: landscape){.aside-transfer,.aside-transfer.loaded{top:calc(50% - 55px)}}@media (min-width: 768px){.aside-transfer{-webkit-transform:rotate(-90deg) translateY(58px);-moz-transform:rotate(-90deg) translateY(58px);-ms-transform:rotate(-90deg) translateY(58px);-o-transform:rotate(-90deg) translateY(58px);transform:rotate(-90deg) translateY(58px)}}@media (min-width: 1024px){.aside-transfer{top:auto;bottom:0;right:80px;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.aside-transfer.loaded{top:auto;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0)}}@media (min-width: 1280px){.aside-transfer{display:none}}.aside-transfer-btn .wrap-transfer-btn{display:block;text-align:center;background-color:var(--cl_accent, #9b2743);border-top-right-radius:4px;border-top-left-radius:4px;font-size:0;padding:6px 0 5px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.aside-transfer-btn .transfer-btn-text{display:inline-block;vertical-align:middle;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#fff;letter-spacing:.15em;padding-right:10px}.aside-transfer-btn .transfer-btn-icon{display:inline-block;vertical-align:middle;color:#fff;font-size:14px}@media (min-width: 1025px){.aside-transfer-btn .wrap-transfer-btn{background-color:var(--cl_accent, #a22134)}}@media (min-width: 768px){.aside-transfer-btn .wrap-transfer-btn{padding:11px 0 10px}}.empty-message{display:none;padding:40px 0;text-align:center}.empty-message.show{display:block}.empty-message .empty-message-text{font-family:var(--font-text);font-size:22px;font-weight:500;font-style:italic;letter-spacing:.02em}.notification-box{position:fixed;z-index:10;top:0;left:0;width:100%;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.notification-box.closed{opacity:0;pointer-events:none}.notification-box .wrap-notification-box{padding:15px 10px;background-color:#0009;border-bottom:1px solid #fff}@media (min-width: 768px){.notification-box .wrap-notification-box{padding:15px 25px}}@media (min-width: 1024px){.notification-box{right:50px;left:auto;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:auto;max-width:350px}.notification-box .wrap-notification-box{padding:20px 25px;border:none;border-radius:4px;box-shadow:4px 4px 4px #0000004d}}@media (min-width: 1280px){.notification-box{max-width:400px}}.notification-box-header .wrap-notification-header{padding-bottom:10px}.notification-box-header .wrap-notification-header .notification-header-title{font-family:var(--font-text);font-size:16px;font-weight:700;color:#fff;letter-spacing:.05em;line-height:112.5%}@media (min-width: 1024px){.notification-box-header .wrap-notification-header{padding-bottom:15px}}@media (min-width: 1280px){.notification-box-header .wrap-notification-header .notification-header-title{font-size:18px}}.notification-box-info .wrap-notification-info .notification-info-text{font-family:var(--font-text);font-size:14px;font-weight:400;color:#fff;letter-spacing:.025em;line-height:128.5714285714%}.notification-box-btns .wrap-notification-btns{padding-top:10px}.notification-box-btns .wrap-notification-btns .notification-btn{display:inline-block;vertical-align:top;margin:0 5px}.notification-box-btns .wrap-notification-btns .notification-btn:first-child{margin-left:0}.notification-box-btns .wrap-notification-btns .notification-btn .btn-corp-text{min-width:initial;padding:7px 25px 5px;font-size:11px}@media (min-width: 1024px){.notification-box-btns .wrap-notification-btns{padding-top:15px}}.aside-btns{position:fixed;z-index:1;left:0;bottom:4.3rem;width:100%;font-size:0;opacity:0;pointer-events:none;text-align:center}.aside-btns .aside-btns_element{position:relative;display:inline-block;vertical-align:top;pointer-events:auto;background-color:#fff;padding:4px;margin:0 4px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.aside-btns .aside-btns_element.back:before{content:\"\\e934\";position:absolute;top:50%;left:20px;opacity:1;font-family:icomoon;font-size:10px;color:#393939;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform-origin:center center;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.aside-btns .aside-btns_element.phone:before{content:\"\\e93a\";position:absolute;top:50%;left:20px;opacity:1;font-family:icomoon;font-size:20px;color:#393939;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform-origin:center center;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.aside-btns .aside-btns_element.phone .aside-btns_element-text{padding-left:35px}.aside-btns .aside-btns_element.plane:after{content:\"\\e930\";position:absolute;top:31%;left:10px;opacity:1;font-family:icomoon;font-size:20px;transform:rotate(90deg);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.aside-btns .aside-btns_element:before{color:#fff!important}.aside-btns .aside-btns_element:after{color:#fff!important}.aside-btns .aside-btns_element .aside-btns_element-text{background-color:var(--cl_corp, #0d0d0d);border-color:transparent;color:#fff}}.aside-btns .aside-btns_element-text{display:block;font:700 9px/1 var(--font-text);text-transform:uppercase;color:#393939;padding:8px 5px 6px;border:2px solid #393939;min-width:100px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 768px){.aside-btns{bottom:4.3rem}.aside-btns .aside-btns_element.phone:before{left:30px}.aside-btns .aside-btns_element.phone .aside-btns_element-text{padding-left:55px;text-align:left}.aside-btns .aside-btns_element-text{min-width:175px;letter-spacing:.1em}}@media (min-width: 1024px){.aside-btns{bottom:auto;top:90px}}@media (max-width: 1279px){.aside-btns{opacity:1;z-index:11}}@media (min-width: 1280px){.aside-btns{top:165px}}@media (min-width: 1366px){.aside-btns{top:94px;padding:0;overflow:hidden}.aside-btns .aside-btns_element{background-color:transparent;opacity:.7}.aside-btns .aside-btns_element.back,.aside-btns .aside-btns_element.secondary{float:left}.aside-btns .aside-btns_element.phone{float:right}}@media (min-width: 1366px) and (min-width: 1025px){.aside-btns .aside-btns_element{opacity:1}}@media (min-width: 1680px){.aside-btns{top:104px;padding:0 26px}}body:not(.motor-top) .aside-btns{opacity:1;z-index:11}.advantages-module{padding-top:30px;padding-bottom:10px}@media (min-width: 1024px){.advantages-module{padding-top:50px;padding-bottom:20px}}.advantages-module .wrap-advantages-module{padding:25px 0}@media (min-width: 768px){.advantages-module .wrap-advantages-module{padding:30px 0}}@media (min-width: 1280px){.advantages-module .wrap-advantages-module{padding:30px 75px}}.advantages-module-header{text-align:center;padding-bottom:20px}.advantages-module-header .advantages-header-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.advantages-module-header .advantages-header-title{padding-bottom:15px}}@media (min-width: 1280px){.advantages-module-header .advantages-header-title{text-align:left}}@media (min-width: 1280px){.advantages-module-header{text-align:left;padding-bottom:25px}}.advantages-module-box{position:relative;border:1px solid var(--cl_border-light, #ededed);background-color:#fff}.advantages-module-box:after{content:\"\";position:absolute;z-index:-1;bottom:-10px;left:10px;width:calc(100% - 20px);height:100%;background-color:#f6f6f3}.advantages-module-box .advantages-module-arrows{position:absolute;z-index:2;top:50%;left:-19px;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% + 38px);overflow:hidden}.advantages-module-box .advantages-module-arrows .swiper-btn{pointer-events:all}.advantages-module-box .advantages-module-arrows .swiper-btn.swiper-button-prev{float:left}.advantages-module-box .advantages-module-arrows .swiper-btn.swiper-button-next{float:right}@media (min-width: 768px){.advantages-module-box .advantages-module-arrows{left:-75px;width:calc(100% + 150px)}}@media (max-width: 1279px){.advantages-module-box{max-width:370px;margin:0 auto}}.advantages-module-element{position:relative;background-color:#fff}.advantages-module-element .wrap-advantages-element{font-size:0;padding:40px}.advantages-module-element .advantages-element-icon{position:relative;display:inline-block;vertical-align:middle;width:45px;font-size:50px;color:var(--cl_icon, #222222)}.advantages-module-element .advantages-element-icon:before{position:absolute;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.advantages-module-element .advantages-element-info{display:inline-block;vertical-align:middle;width:calc(100% - 45px);padding-left:30px}.advantages-module-element .advantages-info-title{font:500 18px/1 var(--font-text);color:var(--cl_title, #222);letter-spacing:.02em;line-height:122.2222222222%}.advantages-module-element .advantages-info-subtitle{font:400 15px/1 var(--font-text);color:rgba(var(--cl_title, #222),.5);letter-spacing:.02em;line-height:113.3333333333%;padding-top:5px}@media (max-width: 374px){.advantages-module-element .wrap-advantages-element{padding:40px 25px}.advantages-module-element .advantages-element-info{padding-left:20px}}@media (min-width: 768px){.advantages-module-element .wrap-advantages-element{padding:40px 55px}}@media (min-width: 1280px){.advantages-module-element .wrap-advantages-element{position:relative;padding:40px 30px}.advantages-module-element .wrap-advantages-element:after{content:\"\";position:absolute;top:calc(50% - 25px);right:0;width:1px;height:50px;background-color:var(--cl_border-light, #ededed)}.advantages-module-element .advantages-element-info{padding-left:35px}}@media (min-width: 1366px){.advantages-module-element .wrap-advantages-element{padding:40px}}@media (min-width: 1680px){.advantages-module-element .wrap-advantages-element{padding:40px 35px}}.rooms-module.var--page-list .wrap-rooms-module{max-width:335px;margin:0 auto;text-align:center}.rooms-module.var--page-list .rooms-module-element{padding-bottom:20px}.rooms-module.var--page-list .rooms-module-element .wrap-hotels-element{padding:30px 40px}@media (min-width: 768px){.rooms-module.var--page-list .wrap-rooms-module{max-width:680px}.rooms-module.var--page-list .rooms-module-content{margin:0 -10px;font-size:0}.rooms-module.var--page-list .rooms-module-element{display:inline-block;vertical-align:top;width:50%;padding:0 10px 20px}}@media (min-width: 1280px){.rooms-module.var--page-list .wrap-rooms-module{max-width:initial}.rooms-module.var--page-list .rooms-module-content{margin:0 -15px}.rooms-module.var--page-list .rooms-module-element{width:33.33%;padding:0 15px 30px}}@media (min-width: 1680px){.rooms-module.var--page-list .rooms-module-element{width:25%}}@media (min-width: 1800px){.rooms-module.var--page-list .rooms-module-content{margin:0 -27px}.rooms-module.var--page-list .rooms-module-element{padding:0 27px 50px}}.rooms-module-header{text-align:center;padding-bottom:25px}.rooms-module-header .hotels-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.rooms-module-header .hotels-header-title{font-size:34px}}@media (min-width: 768px){.rooms-module-header .hotels-header-title{font-size:34px}}@media (min-width: 1280px){.rooms-module-header .hotels-header-title{font-size:34px;text-align:left}}.rooms-module-header .hotels-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.rooms-module-header .hotels-header-subtitle{text-align:left}}.rooms-module-header .hotels-header-subtitle{padding-top:10px}.rooms-module-header .hotels-header-btn{margin-top:20px}@media (min-width: 768px){.rooms-module-header .hotels-header-title{font-size:40px}}@media (min-width: 1024px){.rooms-module-header{padding-bottom:30px}.rooms-module-header .hotels-header-btn{margin-top:25px}}@media (min-width: 1280px){.rooms-module-header{position:relative}.rooms-module-header .hotels-header-title{font-size:44px}.rooms-module-header .hotels-header-btn{margin-top:0;position:absolute;bottom:25px;right:85px}}@media (min-width: 1680px){.rooms-module-header .hotels-header-btn{right:100px}}.rooms-module-content{position:relative;overflow:hidden}.rooms-module-content .hotels-slider-arrows{position:absolute;z-index:2;top:50%;left:0;width:100%;overflow:hidden;pointer-events:none;-webkit-transform:translateY(calc(-50% + 95px));-moz-transform:translateY(calc(-50% + 95px));-ms-transform:translateY(calc(-50% + 95px));-o-transform:translateY(calc(-50% + 95px));transform:translateY(calc(-50% + 95px))}.rooms-module-content .hotels-slider-arrows .swiper-btn{pointer-events:auto}.rooms-module-content .hotels-slider-arrows .swiper-button-prev{float:left}.rooms-module-content .hotels-slider-arrows .swiper-button-next{float:right}@media (min-width: 540px) and (max-width: 767px){.rooms-module-content .swiper{padding-right:155px}}@media (min-width: 1024px){.rooms-module-content .swiper{padding-right:255px}}@media (min-width: 1280px){.rooms-module-content .swiper{padding-right:130px}}@media (min-width: 1366px){.rooms-module-content .swiper{padding-right:215px}}@media (min-width: 1680px){.rooms-module-content .swiper{padding-right:80px}}.rooms-module-element .wrap-rooms-element{position:relative;padding:50px 60px 30px}@media (min-width: 1025px){.rooms-module-element .wrap-rooms-element>a .rooms-element-media .rooms-element-media_img{-webkit-transform:translateY(-50%) translateX(-50%) scale(1.1);-moz-transform:translateY(-50%) translateX(-50%) scale(1.1);-ms-transform:translateY(-50%) translateX(-50%) scale(1.1);-o-transform:translateY(-50%) translateX(-50%) scale(1.1);transform:translateY(-50%) translate(-50%) scale(1.1)}}.rooms-module-element .rooms-element-texture{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.rooms-element-preheader{position:relative;z-index:2;text-align:center;padding-bottom:20px}.rooms-element-preheader .rooms-element-preheader_text{display:inline-block;vertical-align:middle;font:400 12px/1 var(--font-text);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding-right:10px}.rooms-element-preheader .rooms-element-preheader_tag{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.rooms-element-preheader .rooms-element-preheader_tag{text-align:left}}.rooms-element-preheader .rooms-element-preheader_tag{padding:4px 12px;background-color:var(--cl_corp, #0d0d0d)}.rooms-element-media{position:relative;z-index:2;padding-top:96%;overflow:hidden}.rooms-element-media .rooms-element-media_img{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.rooms-element-media.new-design{position:absolute;z-index:2;width:100%;min-height:464px;padding-top:96%;overflow:hidden}.rooms-element-info{position:relative;z-index:2;padding:20px 10px 0;text-align:center}.rooms-element-info .room-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.rooms-element-info .room-title{font-size:34px}}@media (min-width: 768px){.rooms-element-info .room-title{font-size:40px}}@media (min-width: 1280px){.rooms-element-info .room-title{font-size:44px;text-align:left}}.rooms-element-info .room-title{text-align:center!important}.rooms-element-info .room-title span{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.rooms-element-info .room-title span{text-align:left}}.rooms-element-info .room-title span{text-align:center!important;display:block}.rooms-element-info .room-title .room-category{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:10px}.rooms-element-info .room-title .room-category .stars-background{background-image:url(/assets/babylon/svg/stars.svg);background-size:cover;background-position:center;width:15px;height:15px}.rooms-element-info .room-title .room-category .keys-background{background-image:url(/assets/babylon/svg/keys.svg);background-size:cover;background-position:center;width:15px;height:15px}.rooms-element-info .room-title .room-category .stars-background-white{background-image:url(/assets/babylon/svg/stars-white.svg);background-size:cover;background-position:center;width:12px;height:11px}.rooms-element-info .room-title .room-category .keys-background-white{background-image:url(/assets/babylon/svg/keys-white.svg);background-size:cover;background-position:center;width:13.5px;height:14.5px}.rooms-element-info .slider2-title strong{font-size:32px}@media (min-width: 1280px){.rooms-element-info .slider2-padding{padding:0 50px}}.rooms-element-info .room-title.white,.rooms-element-info .room-title.white span{color:#fff}.rooms-element-info.padding{padding:300px 10px 0}.rooms-element-btns{position:relative;z-index:2;text-align:center;padding:0 10px}.rooms-element-btns .rooms-element-info_btn{margin:20px auto 0}.rooms-element-btns .rooms-element-info_btn.btn-corp{display:block;width:100%;max-width:256px}.rooms-element-btns .rooms-element-info_btn.btn-corp .btn-corp-text{min-width:auto}.rooms-element-btns.white .rooms-element-info_btn.btn-corp .btn-corp-text{min-width:auto;color:#fff!important;border-color:#fff!important}@media (min-width: 1280px){.rooms-element-btns.white .rooms-element-info_btn.btn-corp .btn-corp-text:hover{border-color:#fd8700!important}}.complex-module.add-corpicon{position:relative}.complex-module.add-corpicon:before{content:\"\\e952\";position:absolute;top:-75px;right:0;font-family:icomoon;font-size:90px;color:#d3d3c833}@media (min-width: 768px){.complex-module.add-corpicon:before{font-size:150px}}@media (min-width: 1280px){.complex-module.add-corpicon:before{top:-50px;font-size:250px;z-index:3;pointer-events:none}}@media (min-width: 1680px){.complex-module.add-corpicon:before{top:-80px;font-size:315px}}@media (max-width: 1279px){.complex-module.hide-photo-responsive .complex-module-panoramic{display:none}}@media (min-width: 1280px){.complex-module.var--info-left .complex-module-panoramic{left:auto;right:0}.complex-module.var--info-left .complex-module-snippet{right:115px;left:auto}.complex-module.var--info-left .complex-module-info{margin-left:0;margin-right:auto}.complex-module.var--info-left .complex-module-panoramic{float:right;order:2}.complex-module.var--info-left .complex-module-panoramic .complex-module-panoramic_img{left:auto;right:-25px}}@media (min-width: 1366px){.complex-module.var--info-left .complex-module-panoramic{left:auto;right:0}.complex-module.var--info-left .complex-module-snippet{right:115px;left:auto}.complex-module.var--info-left .complex-module-info{margin-left:0;margin-right:auto}.complex-module.var--info-left .complex-module-panoramic{float:right}.complex-module.var--info-left .complex-module-panoramic .complex-module-panoramic_img{left:auto;right:-25px}}@media (min-width: 1680px){.complex-module.var--info-left .complex-module-panoramic .complex-module-panoramic_img{right:-45px}}@media (min-width: 1800px){.complex-module.var--info-left .complex-module-panoramic .complex-module-panoramic_img{right:-25px}}@media (max-width: 767px){.complex-module.var--info-right{overflow:hidden}}@media (min-width: 1280px){.complex-module.var--info-right .complex-module-panoramic{float:left;height:100%;position:sticky;top:164px}.complex-module.var--info-right .complex-module-panoramic .complex-module-panoramic_img{left:-60px}}@media (max-width: 1279px){.complex-module.var--panormaic-off .complex-module-panoramic,.complex-module.var--panormaic-off .complex-module-snippet{display:none}}.complex-module.var--init-module .wrap-complex-module{padding-top:0}@media (min-width: 1280px){.complex-module .big-wrapper{padding:0}.complex-module .complex-module-box{display:flex;position:relative;padding:0 25px}}@media (min-width: 1680px){.complex-module .complex-module-box{position:relative}}@media (min-width: 1800px){.complex-module .complex-module-box{position:relative}}.complex-module-box-auto{position:relative;padding:60px 25px}@media (max-width: 1679px){.complex-module-box-auto{padding-top:0;padding-bottom:0}}@media (min-width: 1280px){.complex-module-panoramic-auto{position:absolute;height:100%;width:100%;max-width:75%;left:0;top:0}}.complex-module-panoramic-auto .complex-module-panoramic-auto_img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.complex-module-panoramic{position:relative;padding-top:64%;margin:0 -40px}.complex-module-panoramic.add-ticon:before{content:\"\\e954\";position:absolute;z-index:2;bottom:40px;right:70px;font-family:icomoon;font-size:70px;color:#fff;pointer-events:none}@media (min-width: 1680px){.complex-module-panoramic.add-ticon:before{font-size:115px;bottom:50px;right:100px}}.complex-module-panoramic.add-triangleicon:after{content:\"\\e951\";position:absolute;top:100%;left:50%;font-family:icomoon;font-size:90px;color:#d3d3c833;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}@media (min-width: 768px){.complex-module-panoramic.add-triangleicon:after{font-size:115px}}@media (min-width: 1280px){.complex-module-panoramic.add-triangleicon:after{left:30%}}@media (min-width: 1366px){.complex-module-panoramic.add-triangleicon:after{left:38%}}@media (min-width: 1680px){.complex-module-panoramic.add-triangleicon:after{left:47%;font-size:180px}}@media (min-width: 1800px){.complex-module-panoramic.add-triangleicon:after{left:58%}}.complex-module-panoramic.add-squareicon:after{content:\"\\e955\";position:absolute;top:100%;right:30%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translate(50%);transform-origin:bottom center;font-family:icomoon;font-size:500px;color:#d3d3c833;pointer-events:none}@media (min-width: 1366px){.complex-module-panoramic.add-squareicon:after{top:70%}}@media (min-width: 1680px){.complex-module-panoramic.add-squareicon:after{right:43%}}.complex-module-panoramic .complex-module-panoramic_img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}@media (min-width: 768px){.complex-module-panoramic{margin:0 -80px;padding-top:73%}}@media (min-width: 1024px){.complex-module-panoramic{display:block}}@media (min-width: 1024px) and (max-width: 1279px){.complex-module-panoramic{margin:0 -110px}.complex-module-panoramic.mb-space{margin-bottom:100px}}@media (min-width: 1280px){.complex-module-panoramic{position:absolute;left:0;top:0;width:55%;margin:0;padding-top:39%}}@media (min-width: 1366px){.complex-module-panoramic{width:70%;padding-top:52%}}@media (min-width: 1280px){.complex-module-panoramic{position:sticky;width:50%;margin-bottom:100px}.complex-module-panoramic .complex-module-panoramic_img{width:135%}}.complex-module-snippet{position:relative;bottom:-110px}.complex-module-snippet .complex-module-snippet_img{position:absolute;z-index:2;left:0;top:-60px;width:120px;height:120px;border:5px solid var(--cl_background_white, #ffffff);background-size:cover;background-position:50% 50%;background-repeat:no-repeat}@media (max-width: 767px){.complex-module-snippet{bottom:0;left:30px}}@media (min-width: 768px){.complex-module-snippet{bottom:-140px}.complex-module-snippet .complex-module-snippet_img{top:-40px;width:150px;height:150px}}@media (min-width: 768px) and (max-width: 1279px){.complex-module-snippet{max-width:625px;margin:0 auto;bottom:0}}@media (min-width: 1280px){.complex-module-snippet{position:absolute;z-index:2;left:70px}.complex-module-snippet .complex-module-snippet_img{position:relative;top:0;width:235px;height:235px}}@media (min-width: 1366px){.complex-module-snippet{left:100px}}@media (min-width: 1680px){.complex-module-snippet{left:115px}}@media (max-width: 767px){.complex-module-info{text-align:center}}@media (min-width: 540px){.complex-module-info.var--addlogo{font-size:0}.complex-module-info.var--addlogo .complex-info-pretitle{display:inline-block;vertical-align:baseline;width:calc(100% - 250px);padding-bottom:0;text-align:left;padding-right:55px}}@media (min-width: 768px){.complex-module-info.var--addlogo .complex-info-pretitle{width:calc(100% - 350px)}}.complex-module-info .complex-info-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.complex-module-info .complex-info-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.complex-module-info .complex-info-pretitle{text-align:left}}.complex-module-info .complex-info-pretitle{padding-bottom:10px}.complex-module-info .complex-info-fulllogo{position:relative;z-index:2;display:block;width:80%;height:auto;margin:0 auto -80px;max-width:310px}.complex-module-info .complex-info-logo{display:block;width:80%;height:auto;margin:0 auto}.complex-module-info .complex-info-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.complex-module-info .complex-info-title{font-size:34px}}@media (min-width: 768px){.complex-module-info .complex-info-title{font-size:40px}}@media (min-width: 1280px){.complex-module-info .complex-info-title{font-size:44px;text-align:left}}.complex-module-info .complex-info-title{margin-bottom:10px}.complex-module-info .complex-info-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.complex-module-info .complex-info-subtitle{text-align:left}}.complex-module-info .complex-info-subtitle{padding-bottom:10px}.complex-module-info .complex-info-media{position:relative;padding:20px 0}.complex-module-info .complex-info-media_arrows{position:absolute;z-index:2;top:50%;left:-18px;width:calc(100% + 38px);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden}.complex-module-info .complex-info-media_arrows .swiper-btn.swiper-button-prev{float:left}.complex-module-info .complex-info-media_arrows .swiper-btn.swiper-button-next{float:right}.complex-module-info .complex-info-media_counter{position:absolute;top:30px;right:10px;pointer-events:none;z-index:2}@media (max-width: 767px){.complex-module-info .complex-info-media_counter:before{background-color:#fff;box-shadow:2px 2px 2px #21212166}.complex-module-info .complex-info-media_counter .counter-num{color:#fff}}.complex-module-info .complex-info-media_img{padding-top:67%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.complex-module-info .complex-info-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.complex-module-info .complex-info-text{font-size:20px}}@media (min-width: 1280px){.complex-module-info .complex-info-text{text-align:left}}.complex-module-info .complex-info-btn{display:table;margin:25px auto 0}.complex-module-info .complex-info-details{padding-top:35px}.complex-module-info .complex-info-details_title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.complex-module-info .complex-info-details_title{text-align:left}}.complex-module-info .complex-info-details_title{padding-bottom:15px}.complex-module-info .complex-info-details_list{border-bottom:1px solid var(--cl_border-light, #ededed)}.complex-module-info .complex-info-details_element{padding:30px 0 25px 15px;border-top:1px solid var(--cl_border-light, #ededed)}.complex-module-info .complex-info-details_point{position:relative;font:400 20px/1 var(--font-text);color:#393939;letter-spacing:.035em}.complex-module-info .complex-info-details_point:before{content:\"\\e903\";position:absolute;top:5px;right:calc(100% + 7px);font-family:icomoon;font-size:7px;color:#393939}.complex-module-info .complex-info-details_text{font:400 20px/1 var(--font-text);color:#393939;letter-spacing:.035em;padding-top:15px}@media (min-width: 540px){.complex-module-info .complex-info-logo{display:inline-block;vertical-align:baseline;width:250px}.complex-module-info .complex-info-details_element{font-size:0}.complex-module-info .complex-info-details_point{display:inline-block;vertical-align:top;width:50%}.complex-module-info .complex-info-details_text{display:inline-block;vertical-align:top;width:50%;padding-top:0;text-align:right}}@media (min-width: 768px){.complex-module-info .complex-info-pretitle{padding-bottom:15px}.complex-module-info .complex-info-subtitle{padding-bottom:0}.complex-module-info .complex-info-fulllogo{max-width:370px;margin:0 auto -115px}.complex-module-info .complex-info-logo{width:350px}.complex-module-info .complex-info-details_element{padding-right:45px}.complex-module-info .complex-info-media_arrows{left:-60px;width:calc(100% + 120px)}.complex-module-info .complex-info-media_counter{top:calc(50% - 60px);right:-53px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.complex-module-info .complex-info-media{padding:30px 0}.complex-module-info .complex-info-wrapper{min-height:210px}.complex-module-info .complex-info-btn{margin-top:30px}}@media (min-width: 768px) and (max-width: 1279px){.complex-module-info{max-width:625px;margin:0 auto}}@media (min-width: 1280px){.complex-module-info{position:relative;z-index:2;width:49%;background-color:var(--cl_background_white, #ffffff);margin:80px 0 0 auto;padding:45px 100px 0}.complex-module-info .complex-info-media_arrows{left:-70px;width:calc(100% + 140px)}.complex-module-info .complex-info-media_counter{right:-62px}.complex-module-info .complex-info-btn{display:inline-block;margin:35px 0 0}}@media (max-width: 1365px) and (min-width: 1280px){.complex-module-info{margin-top:80px}}@media (min-width: 1680px){.complex-module-info .complex-info-fulllogo{max-width:470px;margin:0 auto -60px}}@media (max-width: 1023px){.counter{display:none!important}}@media (max-width: 1279px){.complex-module-auto-height{max-width:630px;margin-left:auto;margin-right:auto}.complex-module-auto-height .complex-module-panoramic-auto_img{position:static;padding-top:80%}}@media (max-width: 1365px){.complex-module-auto-height .big-wrapper{padding:0}}@media (max-width: 1679px){.complex-module-auto-height .complex-module-info{padding:58px 100px 58px 58px;max-width:46%}}@media (max-width: 1279px){.complex-module-auto-height .complex-module-info{max-width:100%;width:100%;padding:0 15px;text-align:center}}.complex-module-auto-height .complex-module-info .complex-info-media_arrows{pointer-events:none;width:44px;right:-70px;margin-top:30px;left:auto}.complex-module-auto-height .complex-module-info .complex-info-media_arrows .swiper-btn{pointer-events:all;margin-bottom:10px}.complex-module-auto-height .complex-info-wrapper-btns{display:flex;align-items:center;margin-top:30px}@media (max-width: 1679px){.complex-module-auto-height .complex-info-wrapper-btns{align-items:flex-start;flex-direction:column}}@media (max-width: 1279px){.complex-module-auto-height .complex-info-wrapper-btns{align-items:center;flex-direction:row}}.complex-module-auto-height .complex-info-wrapper-btns .complex-info-btn{margin-top:0}.complex-module-auto-height .complex-info-wrapper-btns .complex-info-btn.toright{text-align:left;min-width:200px}@media (max-width: 1679px){.complex-module-auto-height .complex-info-wrapper-btns .complex-info-btn.toright{text-align:center;min-width:300px;padding:12px 12px 13px}}@media (max-width: 1279px){.complex-module-auto-height .complex-info-wrapper-btns .complex-info-btn.toright{min-width:200px;padding:12px 12px 13px}}@media (min-width: 1024px){.promo-module.add-eventierlogo{overflow:hidden}.promo-module.add-eventierlogo .wrap-promo-module{position:relative}.promo-module.add-eventierlogo .wrap-promo-module:before{content:\"\";position:absolute;top:30px;left:0;width:135px;height:470px;background-image:url(/static/svg/logos/eventier-vertical.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}}@media (min-width: 1280px){.promo-module.add-eventierlogo .wrap-promo-module:before{top:40px;width:87px;height:302px}}@media (min-width: 1680px){.promo-module.add-eventierlogo .wrap-promo-module:before{top:90px;width:160px;height:555px}}@media (min-width: 768px){.promo-module.var--text-bottom .promo-module-element .promo-element-info{margin:0}}.promo-module.eventier-page .promo-module-element .wrap-promo-element{padding-bottom:30px}@media (min-width: 768px){.promo-module.eventier-page .promo-module-element .wrap-promo-element{padding-bottom:40px}}@media (min-width: 1280px){.promo-module.eventier-page .promo-module-content{font-size:0;margin:0 -25px;padding:0}.promo-module.eventier-page .promo-module-element{display:inline-block;vertical-align:top;width:50%}.promo-module.eventier-page .promo-module-element .wrap-promo-element{padding:0 25px 50px}}@media (min-width: 1680px){.promo-module.eventier-page .wrap-promo-module{max-width:1310px;margin:0 auto}.promo-module.eventier-page .promo-module-content{margin:0 -30px}.promo-module.eventier-page .promo-module-element .wrap-promo-element{padding:0 30px 50px}}.promo-module.offers-page .wrap-promo-module{padding-top:0}.promo-module.offers-page .promo-module-element .wrap-promo-element{padding-bottom:30px}.promo-module.offers-page .offers-message{display:none}.promo-module.offers-page .offers-message.show{display:block}.promo-module.offers-page .offers-message .wrap-message{padding:30px 0;margin:20px 0;text-align:center;border-top:1px solid rgba(var(--cl_corp, #0d0d0d),.4);border-bottom:1px solid rgba(var(--cl_corp, #0d0d0d),.4)}.promo-module.offers-page .offers-message .wrap-message .message-text{font-family:var(--font-text);font-size:20px;font-weight:500;color:var(--cl_corp, #0d0d0d);letter-spacing:.005em}.promo-module.offers-page .temp-trash{display:none}@media (min-width: 768px){.promo-module.offers-page .promo-module-element .wrap-promo-element{padding-bottom:40px}}@media (min-width: 1280px){.promo-module.offers-page .promo-module-content{font-size:0;margin:0 -25px;padding:0}.promo-module.offers-page .promo-module-element{display:inline-block;vertical-align:top;width:50%}.promo-module.offers-page .promo-module-element .wrap-promo-element{padding:0 25px 50px}}@media (min-width: 1680px){.promo-module.offers-page .wrap-promo-module{max-width:1310px;margin:0 auto}.promo-module.offers-page .promo-module-content{margin:0 -30px}.promo-module.offers-page .promo-module-element .wrap-promo-element{padding:0 30px 50px}}.promo-module.add-corpicon{position:relative}.promo-module.add-corpicon:before{content:\"\\e94e\";position:absolute;bottom:25px;left:0;font-family:icomoon;font-size:120px;color:#d3d3c833;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}@media (min-width: 768px){.promo-module.add-corpicon:before{font-size:170px}}@media (min-width: 1280px){.promo-module.add-corpicon:before{bottom:40px}}@media (min-width: 1680px){.promo-module.add-corpicon:before{bottom:40px;font-size:200px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@media (max-width: 1279px){.promo-module .wrap-promo-module{max-width:625px;margin:0 auto}}@media (max-width: 767px){.promo-module .wrap-promo-module{max-width:inherit}}.promo-module-header{text-align:center;padding-bottom:25px}.promo-module-header .promo-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.promo-module-header .promo-header-title{font-size:34px}}@media (min-width: 768px){.promo-module-header .promo-header-title{font-size:40px}}@media (min-width: 1280px){.promo-module-header .promo-header-title{font-size:44px;text-align:left}}.promo-module-header .promo-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.promo-module-header .promo-header-subtitle{text-align:left}}.promo-module-header .promo-header-subtitle{padding-top:15px}.promo-module-header .promo-header-btn{display:table;margin:15px auto 0}@media (min-width: 768px){.promo-module-header{padding-bottom:30px}}@media (min-width: 1280px){.promo-module-header{position:relative;padding-bottom:35px}.promo-module-header .promo-header-subtitle{padding-top:5px}}@media (min-width: 1280px){.promo-module-header{text-align:left}.promo-module-header .promo-header-btn{position:absolute;bottom:30px;right:0}}@media (min-width: 1680px){.promo-module-header{font-size:0;padding-right:250px}.promo-module-header .promo-header-title{display:inline-block;vertical-align:middle}.promo-module-header .promo-header-subtitle{display:inline-block;vertical-align:middle;padding:15px 0 3px 35px;width:320px}.promo-module-header .promo-header-btn{bottom:40px;right:100px}}.promo-rooms-module-header{text-align:center;padding-bottom:25px}.promo-rooms-module-header .promo-rooms-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.promo-rooms-module-header .promo-rooms-header-title{font-size:34px}}@media (min-width: 768px){.promo-rooms-module-header .promo-rooms-header-title{font-size:40px}}@media (min-width: 1280px){.promo-rooms-module-header .promo-rooms-header-title{font-size:44px;text-align:left}}.promo-rooms-module-header .promo-rooms-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.promo-rooms-module-header .promo-rooms-header-subtitle{text-align:left}}.promo-rooms-module-header .promo-rooms-header-subtitle{padding-top:15px}@media (min-width: 768px){.promo-rooms-module-header{padding-bottom:30px}}@media (min-width: 768px){.promo-rooms-module-header{position:relative;padding-bottom:35px;text-align:left}}@media (min-width: 1680px){.promo-rooms-module-header{font-size:0;padding-right:250px}}@media (max-width: 1279px){.promo-rooms-module-header{text-align:center}}.promo-module-content{position:relative}.promo-module-content .promo-module-arrows{position:absolute;z-index:2;top:50%;left:-18px;width:calc(100% + 38px);overflow:hidden;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.promo-module-content .promo-module-arrows .swiper-btn{pointer-events:auto}.promo-module-content .promo-module-arrows .swiper-btn.swiper-button-prev{float:left}.promo-module-content .promo-module-arrows .swiper-btn.swiper-button-next{float:right}@media (min-width: 768px){.promo-module-content .promo-module-arrows{left:-60px;width:calc(100% + 120px)}}@media (min-width: 1280px){.promo-module-content{margin:0 -22px}.promo-module-content .promo-module-arrows{left:-43px;width:calc(100% + 86px)}}@media (min-width: 1680px){.promo-module-content{margin:0 -40px;padding-left:80px}.promo-module-content .promo-module-arrows{left:40px;width:calc(100% - 110px)}.promo-module-content .swiper{padding-right:155px;margin-right:-60px}}@media (min-width: 1800px){.promo-module-content{padding-left:130px}.promo-module-content .promo-module-arrows{left:100px;width:calc(100% - 173px)}}@media (min-width: 1025px){.promo-module-element .wrap-promo-element>a .promo-element-media_img{-webkit-transform:translateY(-50%) translateX(-50%) scale(1.05);-moz-transform:translateY(-50%) translateX(-50%) scale(1.05);-ms-transform:translateY(-50%) translateX(-50%) scale(1.05);-o-transform:translateY(-50%) translateX(-50%) scale(1.05);transform:translateY(-50%) translate(-50%) scale(1.05)}}.promo-module-element .promo-element-media{position:relative;padding-top:67%;overflow:hidden}.promo-module-element .promo-element-media_img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.promo-module-element .promo-element-info{position:relative;z-index:2;padding:10px 0 15px}.promo-module-element .promo-element-info_tag{position:absolute;left:0;bottom:100%;font:700 16px/1 var(--font-text);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding:9px 0 7px;text-align:center;width:125px;background-color:#fd8700}.promo-module-element .promo-element-info_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.promo-module-element .promo-element-info_title{font-size:34px}}@media (min-width: 768px){.promo-module-element .promo-element-info_title{font-size:34px}}@media (min-width: 1280px){.promo-module-element .promo-element-info_title{font-size:34px;text-align:left}}.promo-module-element .promo-element-info_title{max-width:450px}.promo-module-element .promo-element-info_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.promo-module-element .promo-element-info_subtitle{text-align:left}}.promo-module-element .promo-element-info_subtitle{padding-top:10px}.promo-module-element .promo-element-foot{text-align:center}.promo-module-element .promo-element-price{position:relative;padding:15px 0;border-top:1px solid var(--cl_border-light, #ededed)}.promo-module-element .promo-element-price_since{position:absolute;top:calc(50% - 7px);left:0;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.promo-module-element .promo-element-price_since{text-align:left}}.promo-module-element .promo-element-price_num{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.promo-module-element .promo-element-price_num{font-size:34px}}@media (min-width: 768px){.promo-module-element .promo-element-price_num{font-size:40px}}@media (min-width: 1280px){.promo-module-element .promo-element-price_num{font-size:44px;text-align:left}}.promo-module-element .promo-element-price_num small{font-size:29px;display:inline-block;vertical-align:middle;padding-bottom:7px}.promo-module-element .promo-element-btns .btn-linker{display:table;margin:15px auto 0}@media (min-width: 540px){.promo-module-element .promo-element-foot{padding:0 20px}.promo-module-element .promo-element-info{padding:10px 20px 15px}}@media (min-width: 768px){.promo-module-element .promo-element-info{background-color:var(--cl_background_white, #ffffff);margin:-60px 40px 0;padding:15px 30px 0}.promo-module-element .promo-element-info_subtitle{padding-top:15px}.promo-module-element .promo-element-foot{position:relative;z-index:2;font-size:0;padding:20px 70px 0;background-color:var(--cl_background_white, #ffffff)}.promo-module-element .promo-element-foot:before,.promo-module-element .promo-element-foot:after{content:\"\";position:relative;display:block;clear:both}.promo-module-element .promo-element-price{border-top:none;float:right;padding:0}.promo-module-element .promo-element-price_since{bottom:calc(100% + 20px);top:auto}.promo-module-element .promo-element-price_num{font-size:76px;line-height:.6}.promo-module-element .promo-element-price_num small{font-size:36px}.promo-module-element .promo-element-btns{float:left}}@media (min-width: 1280px){.promo-module-element .wrap-promo-element{padding:0 22px}.promo-module-element .promo-element-media_img{left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (max-width: 1679px){.promo-module-element .promo-element-info{margin:0}.promo-module-element .promo-element-foot{padding:20px 0 0 30px}.promo-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:260px}}@media (min-width: 1280px){.promo-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:230px}}@media (min-width: 1680px){.promo-module-element .wrap-promo-element{padding:0 40px}.promo-module-element .promo-element-foot{padding-right:40px}.promo-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:280px}}@media (min-width: 1800px){.promo-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:300px}}@media (min-width: 1025px){.promo-room-module-element .wrap-promo-room-element>a .promo-element-media_img{-webkit-transform:translateY(-50%) translateX(-50%) scale(1.05);-moz-transform:translateY(-50%) translateX(-50%) scale(1.05);-ms-transform:translateY(-50%) translateX(-50%) scale(1.05);-o-transform:translateY(-50%) translateX(-50%) scale(1.05);transform:translateY(-50%) translate(-50%) scale(1.05)}}.promo-room-module-element .promo-element-media{position:relative;padding-top:67%;overflow:hidden}.promo-room-module-element .promo-element-media_img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.promo-room-module-element .promo-element-info{position:relative;z-index:2;padding:10px 0 15px;text-align:center}.promo-room-module-element .promo-element-info .room-category{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:18px}.promo-room-module-element .promo-element-info .room-category .stars-background{background-image:url(/assets/babylon/svg/stars.svg);background-size:cover;background-position:center;width:15px;height:15px}.promo-room-module-element .promo-element-info .room-category .keys-background{background-image:url(/assets/babylon/svg/keys.svg);background-size:cover;background-position:center;width:15px;height:15px}.promo-room-module-element .promo-element-info_tag{position:absolute;left:0;bottom:100%;font:700 16px/1 var(--font-text);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding:9px 0 7px;text-align:center;width:125px;background-color:rgba(var(--cl_corp, #0d0d0d),.8)}.promo-room-module-element .promo-element-info_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.promo-room-module-element .promo-element-info_title{font-size:34px}}@media (min-width: 768px){.promo-room-module-element .promo-element-info_title{font-size:34px}}@media (min-width: 1280px){.promo-room-module-element .promo-element-info_title{font-size:34px;text-align:left}}.promo-room-module-element .promo-element-info_title{text-align:center!important}.promo-room-module-element .promo-element-info_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.promo-room-module-element .promo-element-info_subtitle{text-align:left}}.promo-room-module-element .promo-element-info_subtitle{padding-top:10px;text-align:center!important}.promo-room-module-element .promo-element-foot{text-align:center}.promo-room-module-element .promo-element-btns .btn-corp{margin:0 13px}.promo-room-module-element .promo-element-btns .btn-linker{display:table;margin:15px auto 0}@media (max-width: 767px){.promo-room-module-element .promo-element-btns .book-now-button{margin-top:10px}}@media (min-width: 540px){.promo-room-module-element .promo-element-foot{padding:0 20px}.promo-room-module-element .promo-element-info{padding:10px 20px 15px}}@media (min-width: 768px){.promo-room-module-element .promo-element-info{background-color:var(--cl_background_white, #ffffff);padding:15px 30px 0}.promo-room-module-element .promo-element-info_subtitle{padding-top:15px}.promo-room-module-element .promo-element-foot{position:relative;z-index:2;font-size:0;padding:20px 0 0;background-color:var(--cl_background_white, #ffffff)}.promo-room-module-element .promo-element-foot:before,.promo-room-module-element .promo-element-foot:after{content:\"\";position:relative;display:block;clear:both}}@media (min-width: 1280px){.promo-room-module-element .wrap-promo-room-element{padding:0 22px}.promo-room-module-element .promo-element-media_img{left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%) scale(1);-moz-transform:translateY(-50%) translateX(-50%) scale(1);-ms-transform:translateY(-50%) translateX(-50%) scale(1);-o-transform:translateY(-50%) translateX(-50%) scale(1);transform:translateY(-50%) translate(-50%) scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1280px) and (max-width: 1679px){.promo-room-module-element .promo-element-info{margin:0}.promo-room-module-element .promo-element-foot{padding:20px 0 0}.promo-room-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:256px}}@media (min-width: 1280px){.promo-room-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:230px}}@media (min-width: 1680px){.promo-room-module-element .wrap-promo-room-element{padding:0 40px}.promo-room-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:256px}}@media (min-width: 1800px){.promo-room-module-element .promo-element-btns .btn-corp .btn-corp-text{min-width:256px}}.fidelity-module{position:relative}@media (min-width: 1024px) and (max-width: 1279px){.fidelity-module .wrap-fidelity-module{max-width:625px;margin:0 auto}}@media (min-width: 1280px) and (max-width: 1679px){.fidelity-module .big-wrapper{padding-right:40px}}.fidelity-module-header{text-align:center;padding-bottom:15px}.fidelity-module-header .fidelity-header-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.fidelity-module-header .fidelity-header-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.fidelity-module-header .fidelity-header-pretitle{text-align:left}}.fidelity-module-header .fidelity-header-pretitle{padding-bottom:10px}.fidelity-module-header .fidelity-header-title{font:400 45px/1 var(--font-title);color:rgba(var(--cl_text, #444444),.2);line-height:111.1111111111%}@media (max-width: 374px){.fidelity-module-header .fidelity-header-title{font-size:38px}}@media (min-width: 768px){.fidelity-module-header{padding-bottom:20px}.fidelity-module-header .fidelity-header-title{font-size:55px}}@media (min-width: 1280px){.fidelity-module-header{padding-bottom:0;margin-bottom:-18px;text-align:left}.fidelity-module-header .fidelity-header-title{font-size:74px}}.fidelity-module-content .fidelity-module-media_photo{padding-top:67%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.fidelity-module-content .fidelity-module-media_logo{position:relative;z-index:2;display:block;width:260px;height:auto;margin:-60px auto 0}.fidelity-module-content .fidelity-module-info.add-smallsquareicon{position:relative}.fidelity-module-content .fidelity-module-info.add-smallsquareicon:before{content:\"\\e953\";position:absolute;z-index:-1;pointer-events:none;left:-25px;bottom:100%;font-family:icomoon;font-size:80px;color:#d3d3c833}@media (min-width: 768px){.fidelity-module-content .fidelity-module-info.add-smallsquareicon:before{left:-40px}}@media (min-width: 1280px){.fidelity-module-content .fidelity-module-info.add-smallsquareicon{position:inherit}.fidelity-module-content .fidelity-module-info.add-smallsquareicon:before{left:30px;bottom:0;font-size:110px}}@media (min-width: 1366px){.fidelity-module-content .fidelity-module-info.add-smallsquareicon:before{left:55px}}@media (min-width: 1680px){.fidelity-module-content .fidelity-module-info.add-smallsquareicon:before{font-size:145px}}.fidelity-module-content .fidelity-module-info .wrap-fidelity-info{padding:15px 0 0;text-align:center}.fidelity-module-content .fidelity-module-info_title{display:none}.fidelity-module-content .fidelity-module-info_text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.fidelity-module-content .fidelity-module-info_text{font-size:20px}}@media (min-width: 1280px){.fidelity-module-content .fidelity-module-info_text{text-align:left}}.fidelity-module-content .fidelity-module-info_btn{margin-top:15px}.fidelity-module-content .fidelity-module-info_btn.btn-linker{display:table;margin:15px auto 0}@media (min-width: 540px){.fidelity-module-content .fidelity-module-media_logo{width:380px;margin:-80px auto 0}.fidelity-module-content .fidelity-module-info .wrap-fidelity-info{padding:15px 25px 0}}@media (min-width: 768px){.fidelity-module-content .fidelity-module-info .wrap-fidelity-info{padding:25px 70px 0}.fidelity-module-content .fidelity-module-info_text{font-size:20px;padding-bottom:25px}}@media (min-width: 1280px){.fidelity-module-content{font-size:0}.fidelity-module-content .fidelity-module-media{position:relative;display:inline-block;vertical-align:middle;width:calc(100% - 380px);padding-right:45px}.fidelity-module-content .fidelity-module-media_photo{margin:0 0 0 auto;width:540px;padding-top:360px}.fidelity-module-content .fidelity-module-media_logo{position:absolute;top:50%;right:585px;-webkit-transform:translateY(-65%) translateX(50%);-moz-transform:translateY(-65%) translateX(50%);-ms-transform:translateY(-65%) translateX(50%);-o-transform:translateY(-65%) translateX(50%);transform:translateY(-65%) translate(50%);width:425px;margin:0}.fidelity-module-content .fidelity-module-info{display:inline-block;vertical-align:middle;width:380px}.fidelity-module-content .fidelity-module-info .wrap-fidelity-info{padding:20px 0;text-align:left}.fidelity-module-content .fidelity-module-info_title{display:block;font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding-bottom:25px}}@media (min-width: 1280px) and (min-width: 1280px){.fidelity-module-content .fidelity-module-info_title{text-align:left}}@media (min-width: 1280px){.fidelity-module-content .fidelity-module-info_btn.btn-linker{min-width:300px;margin:15px 0 0}}@media (min-width: 1366px){.fidelity-module-content .fidelity-module-media{padding-right:55px}.fidelity-module-content .fidelity-module-media_logo{right:595px;-webkit-transform:translateY(-70%) translateX(40%);-moz-transform:translateY(-70%) translateX(40%);-ms-transform:translateY(-70%) translateX(40%);-o-transform:translateY(-70%) translateX(40%);transform:translateY(-70%) translate(40%)}}@media (min-width: 1680px){.fidelity-module-content{max-width:1320px;margin:0 auto}.fidelity-module-content .fidelity-module-media_photo{width:625px;padding-top:415px}.fidelity-module-content .fidelity-module-media{padding-right:65px}.fidelity-module-content .fidelity-module-media_logo{right:605px;width:565px;-webkit-transform:translateY(-60%) translateX(10%);-moz-transform:translateY(-60%) translateX(10%);-ms-transform:translateY(-60%) translateX(10%);-o-transform:translateY(-60%) translateX(10%);transform:translateY(-60%) translate(10%)}}.advice-claim.only--info .advice-claim_wrapper{text-align:center}.advice-claim.only--info .advice-claim_header{padding-bottom:20px}.advice-claim.only--info .advice-claim_header .advice-claim_header-icon{position:relative;top:0;font-size:45px}.advice-claim.only--info .advice-claim_content{border-top:none;padding-top:0}@media (min-width: 1680px){.advice-claim.only--info .advice-claim_box{max-width:1015px}.advice-claim.only--info .advice-claim_header{padding-bottom:0;width:120px}.advice-claim.only--info .advice-claim_content{width:calc(100% - 120px);padding-left:10px}.advice-claim.only--info .advice-claim_content .advice-claim_content-text{width:100%;text-align:left}}.advice-claim.only--info_btn .advice-claim_wrapper{text-align:center}.advice-claim.only--info_btn .advice-claim_header{padding-bottom:20px}.advice-claim.only--info_btn .advice-claim_header .advice-claim_header-icon{position:relative;top:0;font-size:45px}.advice-claim.only--info_btn .advice-claim_content{border-top:none;padding-top:0}@media (min-width: 1680px){.advice-claim.only--info_btn .advice-claim_box{max-width:1015px}.advice-claim.only--info_btn .advice-claim_header{padding-bottom:0;width:120px}.advice-claim.only--info_btn .advice-claim_content{width:calc(100% - 120px);padding-left:10px}.advice-claim.only--info_btn .advice-claim_content .advice-claim_content-text{padding-right:20px;text-align:left}}.advice-claim.only--info_left .advice-claim_wrapper{text-align:left}.advice-claim.only--info_left .advice-claim_header{padding-bottom:0;width:auto;padding-right:0}.advice-claim.only--info_left .advice-claim_header .advice-claim_header-icon{position:relative;top:0;font-size:45px}.advice-claim.only--info_left .advice-claim_content{border-top:none;padding-top:0;width:calc(100% - 55px)}@media (max-width: 1365px){.advice-claim.only--info_left .advice-claim_header{text-align:center}.advice-claim.only--info_left .advice-claim_content{width:100%;text-align:center}}.advice-claim .advice-claim_box{position:relative;background-color:var(--cl_background_white, #ffffff);padding:30px;border:1px solid var(--cl_border-light, #ededed)}.advice-claim .advice-claim_box:after{content:\"\";position:absolute;z-index:-1;top:100%;left:10px;width:calc(100% - 20px);height:10px;background-color:#f6f6f3;pointer-events:none}@media (min-width: 768px){.advice-claim .advice-claim_box{padding:35px 55px;max-width:590px;margin:0 auto}}@media (max-width: 1023px){.advice-claim .advice-claim_box{max-width:550px;margin:0 auto}}@media (min-width: 1280px){.advice-claim .advice-claim_box{max-width:1360px;padding:25px 65px;font-size:0}}.advice-claim_header{position:relative;padding-bottom:30px}.advice-claim_header .advice-claim_header-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.advice-claim_header .advice-claim_header-title{text-align:left}}.advice-claim_header .advice-claim_header-icon{position:absolute;top:-5px;right:0;font-size:28px;color:var(--cl_icon, #222222)}@media (min-width: 1280px){.advice-claim_header{display:inline-block;vertical-align:middle;width:220px;padding-bottom:0;padding-right:40px}}.advice-claim_content{padding-top:15px;border-top:1px solid var(--cl_border-light, #ededed)}.advice-claim_content .advice-claim_content-text{font:400 16px/1 var(--font-text);letter-spacing:.035em;line-height:137.5%;color:#393939}.advice-claim_content .advice-claim_content-btn{display:table;margin:20px auto 0}.advice-claim_content .advice-claim_content-btn.btn-corp .btn-corp-text{min-width:260px}@media (max-width: 539px){.advice-claim_content .advice-claim_content-btn.btn-corp .btn-corp-text{min-width:230px}}@media (min-width: 768px){.advice-claim_content{padding-top:25px}.advice-claim_content .advice-claim_content-text{font-size:18px;line-height:166.6666666667%}.advice-claim_content .advice-claim_content-btn{margin:25px auto 0}}@media (min-width: 1280px){.advice-claim_content{display:inline-block;vertical-align:middle;width:calc(100% - 220px);padding-top:0;border-top:none;font-size:0;padding-left:50px}.advice-claim_content .advice-claim_content-text{display:inline-block;vertical-align:middle;width:calc(100% - 260px);padding-right:65px}.advice-claim_content .advice-claim_content-btn{display:inline-block;vertical-align:middle;margin:0}}.viewer-module.var--rooms .viewer-module-header{padding-bottom:5px}@media (max-width: 767px){.viewer-module.var--rooms .viewer-module-header .viewer-module-header_title{margin-bottom:15px}}@media (min-width: 768px){.viewer-module.var--rooms .viewer-module-header{max-width:initial}}@media (min-width: 1280px){.viewer-module.var--rooms .viewer-module-header{text-align:left;padding-bottom:30px}.viewer-module.var--rooms .viewer-module-element .wrap-viewer-element{padding-bottom:30px;text-align:center}.viewer-module.var--rooms .viewer-module-element .wrap-viewer-element .btn-linker-text.margin{margin-top:20px}}.viewer-module .viewer-element-media{position:relative}.viewer-module .viewer-element-media figcaption{position:absolute;left:0;top:0;padding:8px 10px;background-color:#fd8700;width:100%;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.05em;font:700 14px/1 var(--font-text)}.viewer-module .viewer-element-media figcaption i{margin-left:10px}@media (min-width: 768px) and (max-width: 1279px){.viewer-module .wrap-viewer-module{max-width:625px;margin:0 auto}}.viewer-module-header{text-align:center;padding-bottom:25px}.viewer-module-header.left-align{text-align:left;position:relative}@media (max-width: 1279px){.viewer-module-header.left-align{text-align:center}}.viewer-module-header.left-align .viewer-module-header_title{display:inline-block;vertical-align:middle}@media (max-width: 1279px){.viewer-module-header.left-align .viewer-module-header_title{display:block}}.viewer-module-header.left-align .viewer-module-header_subtitle{display:inline-block;vertical-align:middle;padding:15px 0 3px 35px;width:320px;text-align:left!important}@media (max-width: 1279px){.viewer-module-header.left-align .viewer-module-header_subtitle{display:block;margin-left:auto;margin-right:auto;width:100%;padding:15px 0;text-align:center!important}}@media (min-width: 1280px){.viewer-module-header.left-align .viewer-header-btn{position:absolute;bottom:30px;right:77px}}.viewer-module-header .viewer-module-header_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.viewer-module-header .viewer-module-header_title{font-size:34px}}@media (min-width: 768px){.viewer-module-header .viewer-module-header_title{font-size:40px}}@media (min-width: 1280px){.viewer-module-header .viewer-module-header_title{font-size:44px;text-align:left}}.viewer-module-header .viewer-module-header_title{text-align:center!important}.viewer-module-header .viewer-module-header_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.viewer-module-header .viewer-module-header_subtitle{text-align:left}}.viewer-module-header .viewer-module-header_subtitle{text-align:center!important;padding-top:10px}@media (min-width: 768px){.viewer-module-header{padding-bottom:30px}.viewer-module-header .viewer-module-header_subtitle{padding-top:5px}}@media (min-width: 768px) and (max-width: 1279px){.viewer-module-header{max-width:100%;margin:0 auto}}.viewer-module-content{position:relative}.viewer-module-content.center-mode .swiper-wrapper{margin:auto}@media (min-width: 768px){.viewer-module-content.side-padding{padding-left:77px;padding-right:77px}}.viewer-module-content.side-padding .viewer-module-arrows{left:-60px;width:calc(100% + 120px)}@media (max-width: 1279px){.viewer-module-content.side-padding .viewer-module-arrows{left:50%;width:90%;transform:translate(-50%)}}@media (max-width: 767px){.viewer-module-content.side-padding .viewer-module-arrows{width:calc(100% + 120px)}}.viewer-module-content.side-padding .viewer-module-arrows .swiper-button-prev{position:relative;left:0}.viewer-module-content.side-padding .viewer-module-arrows .swiper-button-next{position:relative;right:0}@media (max-width: 539px){.viewer-module-content.side-padding .viewer-module-arrows{width:calc(100% + 36px)}}.viewer-module-content .viewer-module-arrows{position:absolute;z-index:2;top:50%;left:-18px;width:calc(100% + 38px);pointer-events:none;overflow:hidden;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.viewer-module-content .viewer-module-arrows .swiper-btn{pointer-events:auto}.viewer-module-content .viewer-module-arrows .swiper-btn.swiper-button-prev{float:left}.viewer-module-content .viewer-module-arrows .swiper-btn.swiper-button-next{float:right}@media (max-width: 767px){.viewer-module-content{max-width:315px;margin:0 auto}.viewer-module-content .viewer-module-arrows{left:-60px;width:calc(100% + 120px)}.viewer-module-content .viewer-module-arrows .swiper-button-prev{position:relative;left:0}.viewer-module-content .viewer-module-arrows .swiper-button-next{position:relative;right:0}}@media (max-width: 539px){.viewer-module-content .viewer-module-arrows{left:-18px;width:calc(100% + 36px)}}@media (min-width: 768px){.viewer-module-content{margin:0 -22px}.viewer-module-content .viewer-module-arrows{left:-42px;width:calc(100% + 84px)}}.viewer-module-element{background-color:#fff;overflow:hidden}.viewer-module-element.var--events .viewer-element-info{text-align:left}@media (max-width: 1279px){.viewer-module-element.var--events .viewer-element-info{text-align:center}}.viewer-module-element .viewer-element-media{padding-top:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.viewer-module-element .viewer-element-info{padding:15px 0 0;text-align:center}.viewer-module-element .viewer-element-info_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.viewer-module-element .viewer-element-info_title{font-size:34px}}@media (min-width: 768px){.viewer-module-element .viewer-element-info_title{font-size:34px}}@media (min-width: 1280px){.viewer-module-element .viewer-element-info_title{font-size:34px;text-align:left}}.viewer-module-element .viewer-element-info_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.viewer-module-element .viewer-element-info_subtitle{text-align:left}}.viewer-module-element .viewer-element-info_subtitle{padding-top:5px}.viewer-module-element .rooms-element-info_btn.btn-linker{margin-top:15px;margin-bottom:30px}@media (min-width: 768px){.viewer-module-element .rooms-element-info_btn.btn-linker{margin-top:.9375rem}}.viewer-module-element .viewer-element-info_btn{margin-top:20px}.viewer-module-element .viewer-element-info_btn-secondary{margin-top:10px}@media (min-width: 375px){.viewer-module-element .wrap-viewer-element{padding:0 22px;text-align:center}.viewer-module-element .wrap-viewer-element .btn-linker-text.margin{margin-top:20px}}@media (min-width: 1280px) and (min-width: 1025px){.viewer-module-element .wrap-viewer-element:not(.nohover) .viewer-element-info{top:-80px}.viewer-module-element .wrap-viewer-element:not(.nohover) .viewer-element-info_btn,.viewer-module-element .wrap-viewer-element:not(.nohover) .viewer-element-info_btn-secondary{opacity:1;pointer-events:auto}}@media (min-width: 1280px){.viewer-module-element .viewer-element-info{top:0;background-color:#fff;position:relative;padding:20px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.viewer-module-element .rooms-element-info_btn.btn-linker{margin-top:5px;padding-top:8px;padding-bottom:8px}.viewer-module-element .viewer-element-info_btn{opacity:0;pointer-events:none;position:absolute;top:calc(100% - 20px);left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);transition-delay:.2s}.viewer-module-element .viewer-element-info_btn.btn-linker{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.2s}.viewer-module-element .viewer-element-info_btn-secondary{opacity:0;pointer-events:none;position:absolute;top:calc(100% + 47px);left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);transition-delay:.2s}.viewer-module-element .viewer-element-info_btn-secondary.btn-linker{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.2s}}.media-gallery_header{padding-bottom:15px;text-align:center}.media-gallery_header .media-gallery_header-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.media-gallery_header .media-gallery_header-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.media-gallery_header .media-gallery_header-pretitle{text-align:left}}.media-gallery_header .media-gallery_header-pretitle{padding-bottom:5px}@media (min-width: 768px){.media-gallery_header .media-gallery_header-title{font-size:60px}}@media (min-width: 1280px){.media-gallery_header{text-align:left;padding-bottom:15px}}.media-gallery_wrapper .media-gallery_header-title{font:400 45px/1 var(--font-title);color:#393939e6;line-height:111.7647058824%;padding-top:10px}@media (min-width: 768px){.media-gallery_wrapper .media-gallery_header-title{font-size:60px}}@media (min-width: 1280px){.media-gallery_wrapper .media-gallery_header-title{font-size:70px}}@media (max-width: 1279px){.media-gallery_wrapper .media-gallery_header-title{font-size:54px;text-align:center}}@media (max-width: 767px){.media-gallery_wrapper .media-gallery_header-title{font-size:38px}}@media (max-width: 539px){.media-gallery_wrapper .media-gallery_header-title{font-size:24px}}.media-gallery_content{position:relative;padding:10px 30px 0}.media-gallery_content .media-gallery_arrows{position:absolute;top:50%;left:-15px;width:calc(100% + 30px);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden;pointer-events:none}.media-gallery_content .media-gallery_arrows .swiper-btn{pointer-events:auto}.media-gallery_content .media-gallery_arrows .swiper-button-prev{float:left}.media-gallery_content .media-gallery_arrows .swiper-button-next{float:right}@media (min-width: 768px){.media-gallery_content{margin:0 -22px;padding:10px 20px 0}.media-gallery_content .media-gallery_arrows{left:-5px;width:calc(100% + 10px)}.media-gallery_content .media-gallery_arrows .swiper-btn{width:30px;height:30px}.media-gallery_content .media-gallery_arrows .swiper-btn:before{font-size:12px}}@media (min-width: 1024px){.media-gallery_content{padding:10px 0 0}.media-gallery_content .media-gallery_arrows{left:-30px;width:calc(100% + 60px)}}@media (min-width: 1280px){.media-gallery_content{padding:0;margin:0 -25px}}.media-gallery_element{padding:0 15px}.media-gallery_element .media-gallery_element-wrapper{position:relative;padding-top:96%;overflow:hidden}.media-gallery_element .media-gallery_element-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}@media (min-width: 768px){.media-gallery_element{padding:0 22px}}@media (min-width: 1280px){.media-gallery_element{padding:0 25px}}@media (min-width: 1024px) and (max-width: 1279px){.inlinks-module .wrap-inlinks-module{max-width:625px;margin:0 auto}}@media (min-width: 1680px){.inlinks-module .big-wrapper{padding-right:0;overflow:hidden}}.inlinks-module-content{position:relative}.inlinks-module-content .inlinks-module-arrows{position:absolute;z-index:2;top:50%;left:-18px;width:calc(100% + 38px);pointer-events:none;overflow:hidden;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.inlinks-module-content .inlinks-module-arrows .swiper-btn{pointer-events:auto}.inlinks-module-content .inlinks-module-arrows .swiper-btn.swiper-button-prev{float:left}.inlinks-module-content .inlinks-module-arrows .swiper-btn.swiper-button-next{float:right}@media (min-width: 768px){.inlinks-module-content .inlinks-module-arrows{left:-60px;width:calc(100% + 120px)}}@media (min-width: 1280px){.inlinks-module-content{margin:0 -22px}.inlinks-module-content .inlinks-module-arrows{left:-42px;width:calc(100% + 84px)}}@media (min-width: 1680px){.inlinks-module-content{margin:0 -40px;padding:0 85px}.inlinks-module-content .swiper{padding-right:160px;margin-right:-85px}.inlinks-module-content .inlinks-module-arrows{left:40px;width:calc(100% - 178px)}}@media (min-width: 1800px){.inlinks-module-content{padding-left:130px}.inlinks-module-content .swiper{padding-right:200px}.inlinks-module-content .inlinks-module-arrows{left:100px;width:calc(100% - 278px)}}@media (min-width: 1025px){.inlinks-module-element>a .inlinks-element-info_btn{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0)}}.inlinks-module-element .inlinks-element-media{padding-top:67%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.inlinks-module-element .inlinks-element-info{padding:15px 0 0;text-align:center}.inlinks-module-element .inlinks-element-info_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.inlinks-module-element .inlinks-element-info_title{font-size:34px}}@media (min-width: 768px){.inlinks-module-element .inlinks-element-info_title{font-size:40px}}@media (min-width: 1280px){.inlinks-module-element .inlinks-element-info_title{font-size:44px;text-align:left}}.inlinks-module-element .inlinks-element-info_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.inlinks-module-element .inlinks-element-info_subtitle{text-align:left}}.inlinks-module-element .inlinks-element-info_subtitle{padding-top:10px}.inlinks-module-element .inlinks-element-info_btn{display:table;margin:20px auto 0}@media (min-width: 768px){.inlinks-module-element .wrap-inlinks-element{position:relative}.inlinks-module-element .inlinks-element-info{position:absolute;z-index:2;top:0;left:0;width:100%;padding:40px 45px 0;text-align:left}.inlinks-module-element .inlinks-element-info_title{color:#fff;text-align:left}.inlinks-module-element .inlinks-element-info_subtitle{color:#fff;text-align:left;padding-top:20px}.inlinks-module-element .inlinks-element-info_btn{position:absolute;bottom:40px;left:45px;margin:0;display:inline-block}.inlinks-module-element .inlinks-element-info_btn .btn-corp-text:not(:hover){color:#fff;border-color:#fff;box-shadow:2px 2px 2px #21212166}}@media (min-width: 1280px){.inlinks-module-element{padding:0 22px}.inlinks-module-element .inlinks-element-info{padding:25px 35px 0}.inlinks-module-element .inlinks-element-info_btn{opacity:0;-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-ms-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}}@media (min-width: 1680px){.inlinks-module-element{padding:0 40px}.inlinks-module-element .inlinks-element-info{padding:40px 45px 0}}.section-gallery{background-position:0 0;background-repeat:repeat}.section-gallery.var-breadcrumbs .global-bigheader{display:none}@media (min-width: 1024px){.section-gallery.var-breadcrumbs .global-bigheader{display:block}}@media (min-width: 1024px) and (max-width: 1279px){.section-gallery.var-breadcrumbs .wrap-section-gallery{padding-top:130px}}@media (min-width: 1280px){.section-gallery.var-breadcrumbs .global-bigheader .wrap-global-bigheader{padding-bottom:80px}}.section-gallery.var-vertical-img{background-color:#e6e3d5}@media (max-width: 1279px){.section-gallery.var-vertical-img .section-gallery-content .wrap-gallery-content .swiper-btn{background-color:#e6e3d5}.section-gallery.var-vertical-img .gallery-content-multimedia{position:relative}.section-gallery.var-vertical-img .gallery-content-multimedia:before{content:\"\";position:absolute;right:-110px;top:-80px;padding-top:calc(49% + 80px);height:auto;width:calc(100% + 220px);background-color:#cecdba}}@media (max-width: 1279px) and (max-width: 1023px){.section-gallery.var-vertical-img .gallery-content-multimedia:before{right:-80px;width:calc(100% + 160px)}}@media (max-width: 1279px) and (max-width: 767px){.section-gallery.var-vertical-img .gallery-content-multimedia:before{top:-50px;padding-top:calc(49% + 50px);right:-25px;width:calc(100% + 50px)}}@media (max-width: 1279px){.section-gallery.var-vertical-img .multimedia-photos-element .wrap-photos-element{padding-top:97%}}@media (min-width: 1280px){.section-gallery.var-vertical-img{position:relative}.section-gallery.var-vertical-img:before{content:\"\";position:absolute;right:0;top:0;height:100%;width:35%;background-color:#cecdba}.section-gallery.var-vertical-img .gallery-content-multimedia{width:49%}.section-gallery.var-vertical-img .gallery-content-info{width:51%}.section-gallery.var-vertical-img .gallery-content-info .wrap-content-info:before{padding-top:115.5%}.section-gallery.var-vertical-img .multimedia-photos-element .wrap-photos-element{padding-top:120%}}.section-gallery .wrap-section-gallery{position:relative;z-index:1}.section-gallery .wrap-section-gallery .section-gallery-title{font:400 45px/1 var(--font-title);color:rgba(var(--cl_text, #444444),.2);line-height:111.7647058824%;text-align:center;padding-bottom:5px}@media (max-width: 1279px){.section-gallery .wrap-section-gallery.text-fixed{overflow-y:auto;overflow-x:hidden;padding:0 80px;max-width:700px}}.section-gallery .wrap-section-gallery.text-fixed .gallery-content-info{float:left;position:relative;left:0;top:0}@media (min-width: 1280px){.section-gallery .wrap-section-gallery.text-fixed .gallery-content-info{position:absolute;left:0;top:0}}@media (min-width: 1280px) and (max-width: 1279px){.section-gallery .wrap-section-gallery.text-fixed-right{overflow-y:auto;overflow-x:hidden;padding:0 80px;max-width:700px}}@media (min-width: 1280px){.section-gallery .wrap-section-gallery.text-fixed-right .gallery-content-info{float:right;position:relative;top:0}}@media (min-width: 1280px) and (min-width: 1280px){.section-gallery .wrap-section-gallery.text-fixed-right .gallery-content-info{position:absolute;right:0;top:0;left:auto}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery .wrap-section-gallery.text-fixed-right .gallery-content-info{right:100px}}@media (min-width: 1280px) and (max-width: 1279px){.section-gallery .wrap-section-gallery.text-fixed-left{overflow-y:auto;overflow-x:hidden;padding:0 80px;max-width:700px}}@media (min-width: 1280px){.section-gallery .wrap-section-gallery.text-fixed-left .gallery-content-info{float:left;position:relative;top:0}}@media (min-width: 1280px) and (min-width: 1280px){.section-gallery .wrap-section-gallery.text-fixed-left .gallery-content-info{position:absolute;left:0;top:0;right:auto}}@media (max-width: 767px){.section-gallery .wrap-section-gallery .section-gallery-title{font-size:38px}}@media (max-width: 1279px){.section-gallery .section-gallery-title{text-align:center}}@media (min-width: 768px){.section-gallery.var-double-photo{overflow:hidden}.section-gallery.var-double-photo .gallery-content-multimedia .wrap-content-multimedia .content-multimedia-photos{position:relative}.section-gallery.var-double-photo .gallery-content-multimedia .wrap-content-multimedia .content-multimedia-photos .swiper{overflow:visible}.section-gallery.var-double-photo .multimedia-photos-element .wrap-photos-subelement{display:block}}@media (min-width: 768px) and (max-width: 1279px){.section-gallery.var-double-photo .content-info-box .wrap-info-box .info-box-title,.section-gallery.var-double-photo .content-info-box .wrap-info-box .info-box-subtitle{padding-right:250px}.section-gallery.var-double-photo .content-info-box .wrap-info-box .info-box-logo{padding-right:280px;max-width:810px}}@media (min-width: 768px){.section-gallery .wrap-section-gallery .section-gallery-title{font-size:54px}}@media (max-width: 1279px){.section-gallery .wrap-section-gallery{max-width:625px;margin:0 auto}}@media (max-width: 767px){.section-gallery .wrap-section-gallery{max-width:inherit}}@media (min-width: 1280px){.section-gallery.js-fix-position.info-left .wrap-content-multimedia.window{left:auto;right:0}.section-gallery.js-fix-position.info-left .wrap-content-multimedia.fixed{left:auto;right:85px}.section-gallery.js-fix-position.info-left .wrap-content-multimedia.fixed.stop{left:auto;right:0}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.js-fix-position.info-left .wrap-content-multimedia.fixed{right:100px}}@media (min-width: 1280px){.section-gallery.js-fix-position .gallery-content-element{position:relative}.section-gallery.js-fix-position .content-info-box .wrap-info-box{padding-top:80px;padding-bottom:60px}.section-gallery.js-fix-position .gallery-content-info{min-height:calc(100vh - 220px)}.section-gallery.js-fix-position .wrap-content-multimedia.window{position:absolute;top:0;left:0;height:calc(100vh - 220px)}.section-gallery.js-fix-position .wrap-content-multimedia.window .content-multimedia-photos,.section-gallery.js-fix-position .wrap-content-multimedia.window .multimedia-photos-element,.section-gallery.js-fix-position .wrap-content-multimedia.window .wrap-photos-element,.section-gallery.js-fix-position .wrap-content-multimedia.window .photos-element-img{height:100%}.section-gallery.js-fix-position .wrap-content-multimedia.window .wrap-photos-element{padding-top:0}.section-gallery.js-fix-position .wrap-content-multimedia.fixed{position:fixed;top:150px;left:85px}.section-gallery.js-fix-position .wrap-content-multimedia.fixed.stop{position:absolute;top:auto;bottom:0;left:0}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.js-fix-position .wrap-content-multimedia.fixed{left:100px}}@media (min-width: 1280px){.section-gallery:not(.js-fix-position) .gallery-content-multimedia .wrap-content-multimedia{position:relative}.section-gallery.var-double-photo .gallery-content-info{width:55%}.section-gallery.var-double-photo .gallery-content-info .wrap-content-info:before{padding-top:77%}.section-gallery.var-double-photo .gallery-content-multimedia{width:45%}.section-gallery.var-double-photo .multimedia-photos-element .wrap-photos-element{padding-top:94%}.section-gallery.info-left .gallery-content-multimedia{float:right}.section-gallery.info-left.var-double-photo .multimedia-photos-element .wrap-photos-subelement{right:auto;left:-105px;top:50%}.section-gallery.info-left.var-double-photo .content-info-box .wrap-info-box .info-box-text,.section-gallery.info-left.var-double-photo .content-info-box .wrap-info-box .info-box-subtitle,.section-gallery.info-left.var-double-photo .content-info-box .wrap-info-box .info-box-logo{padding-right:80px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-left.var-double-photo .multimedia-photos-element .wrap-photos-subelement{left:-225px;width:310px;height:310px}.section-gallery.info-left.var-double-photo .content-info-box .wrap-info-box .info-box-text{padding-right:160px}}@media (min-width: 1280px){.section-gallery.info-left .gallery-content-multimedia .wrap-content-multimedia .section-slider-counter{-webkit-transform:translateY(-110px);-moz-transform:translateY(-110px);-ms-transform:translateY(-110px);-o-transform:translateY(-110px);transform:translateY(-110px)}.section-gallery.info-left .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows{width:44px;right:0}.section-gallery.info-left .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-prev{right:-64px;left:auto;float:right;margin-bottom:15px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-left .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-prev{right:-72px}}@media (min-width: 1280px){.section-gallery.info-left .gallery-content-multimedia{float:right}.section-gallery.info-left .gallery-content-info{float:left}.section-gallery.info-left .section-gallery-header{left:0}.section-gallery.info-left .content-info-box .wrap-info-box{padding-right:40px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-left .content-info-box .wrap-info-box{padding-right:50px}}@media (min-width: 1280px){.section-gallery.info-right.var-double-photo .multimedia-photos-element .wrap-photos-subelement{right:-105px;top:50%}.section-gallery.info-right.var-double-photo .section-gallery-header{left:calc(45% + 40px)}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box{padding-right:30px}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-text{padding-left:80px}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-text:before{height:0;margin:40px 0 10px}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-btn.btn-linker{margin-left:80px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-right.var-double-photo .multimedia-photos-element .wrap-photos-subelement{right:-225px;width:310px;height:310px}.section-gallery.info-right.var-double-photo .section-gallery-header{left:calc(45% + 110px)}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-text{padding-left:160px}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-text:before{height:0;margin:40px 0 10px}.section-gallery.info-right.var-double-photo .content-info-box .wrap-info-box .info-box-btn.btn-linker{margin-left:160px}}@media (min-width: 1280px){.section-gallery.info-right .gallery-content-multimedia{float:left}.section-gallery.info-right .gallery-content-info{float:right}.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-counter{-webkit-transform:translateY(-110px);-moz-transform:translateY(-110px);-ms-transform:translateY(-110px);-o-transform:translateY(-110px);transform:translateY(-110px);right:auto;left:-58px}.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows{width:44px;left:0}.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-prev{left:-64px;float:right;margin-bottom:15px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-prev{left:-72px}}@media (min-width: 1280px){.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-next{left:-64px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-right .gallery-content-multimedia .wrap-content-multimedia .section-slider-arrows .swiper-btn.swiper-button-next{left:-72px}}@media (min-width: 1280px){.section-gallery.info-right .section-gallery-header{left:calc(57% + 40px)}.section-gallery.info-right .content-info-box .wrap-info-box{padding-left:40px;padding-right:10px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.info-right .section-gallery-header{left:calc(57% + 110px)}.section-gallery.info-right .content-info-box .wrap-info-box{padding-left:50px}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.img-left .section-gallery-header{left:80px}}@media (min-width: 1280px){.section-gallery.img-left .section-gallery-content .wrap-gallery-content .section-slider-arrows{width:48px;right:0;margin:20px 0 0}.section-gallery.img-left .section-gallery-content .wrap-gallery-content .section-slider-arrows .swiper-button-prev{float:right;left:auto;right:-64px;margin-bottom:10px}.section-gallery.img-left .gallery-content-multimedia{right:-42%;position:relative}.section-gallery.img-left .gallery-content-info{top:0;width:42%;position:absolute;left:0}}@media (min-width: 1280px) and (min-width: 1680px){.section-gallery.img-left .gallery-content-info{width:44%}}@media (min-width: 1280px){.section-gallery.img-left .wrap-info-box{padding-right:50px}.section-gallery .wrap-section-gallery .section-gallery-title{font-size:60px;text-align:left;padding-bottom:10px}}@media (min-width: 1680px){.section-gallery .wrap-section-gallery .section-gallery-title{font-size:74px}.section-gallery.info-left .section-gallery-header{left:75px}.section-gallery.img-left .section-gallery-content .wrap-gallery-content .section-slider-arrows .swiper-button-prev{right:-72px}.section-gallery.img-left .gallery-content-info{left:80px}}.section-gallery-header .wrap-gallery-header{padding-bottom:15px}.section-gallery-header .wrap-gallery-header .gallery-header-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.section-gallery-header .wrap-gallery-header .gallery-header-title{padding-bottom:15px}}@media (min-width: 1280px){.section-gallery-header .wrap-gallery-header .gallery-header-title{text-align:left}}@media (max-width: 1279px){.section-gallery-header .wrap-gallery-header .gallery-header-title{text-align:center}.section-gallery-header .wrap-gallery-header .gallery-header-title br{display:none}}@media (min-width: 768px){.section-gallery-header .wrap-gallery-header{padding-bottom:20px}}@media (min-width: 1280px){.section-gallery-header{position:absolute;top:80px}.section-gallery-header .wrap-gallery-header{padding-bottom:0}}@media (min-width: 1680px){.section-gallery-header{top:100px}}.section-gallery-content .wrap-gallery-content{position:relative}.section-gallery-content .wrap-gallery-content .section-slider-counter{position:absolute;z-index:1;top:20px;right:20px}.section-gallery-content .wrap-gallery-content .section-slider-arrows{position:absolute;z-index:1;width:100%;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media (min-width: 1024px){.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-right{width:44px;right:-72px;margin-top:10px}.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-right .swiper-button-prev,.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-right .swiper-button-next{left:auto;right:auto;margin-top:10px}}@media (min-width: 1024px){.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-left{width:44px;left:-72px;margin-top:10px}.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-left .swiper-button-prev,.section-gallery-content .wrap-gallery-content .section-slider-arrows.section-slider-arrows-left .swiper-button-next{left:auto;right:auto;margin-top:10px}}.section-gallery-content .wrap-gallery-content .section-slider-arrows.frombottom{top:auto;bottom:50%;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.section-gallery-content .wrap-gallery-content .section-slider-arrows:before,.section-gallery-content .wrap-gallery-content .section-slider-arrows:after{content:\"\";clear:both;display:block}@media (max-width: 1023px){.section-gallery-content .wrap-gallery-content .section-slider-arrows{left:-60px;width:calc(100% + 120px)}.section-gallery-content .wrap-gallery-content .section-slider-arrows .swiper-button-next{right:0!important}.section-gallery-content .wrap-gallery-content .section-slider-arrows .swiper-button-prev{left:0!important}}@media (max-width: 767px){.section-gallery-content .wrap-gallery-content .section-slider-arrows{left:-18px;width:calc(100% + 38px)}}.section-gallery-content .wrap-gallery-content .swiper-btn{pointer-events:auto}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-prev{left:-19px;float:left}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-next{right:-19px;float:right}@media (min-width: 768px){.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-prev{left:-22px}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-next{right:-22px}}@media (min-width: 1024px){.section-gallery-content .wrap-gallery-content .section-slider-counter{right:-58px;-webkit-transform:translateY(-80px);-moz-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px)}.section-gallery-content .wrap-gallery-content .section-slider-counter.counter-left{right:inherit;left:-58px}.section-gallery-content .wrap-gallery-content .section-slider-counter.multimedia{top:25px!important;right:25px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-prev{left:-70px}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-next{right:-70px}}@media (min-width: 1280px){.section-gallery-content .wrap-gallery-content .gallery-content-element:before,.section-gallery-content .wrap-gallery-content .gallery-content-element:after{content:\"\";position:relative;display:block;clear:both;pointer-events:none;opacity:0}.section-gallery-content .wrap-gallery-content .section-slider-counter{right:-58px;-webkit-transform:translateY(-80px);-moz-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px)}.section-gallery-content .wrap-gallery-content .section-slider-counter.counter-left{right:inherit;left:-58px}.section-gallery-content .wrap-gallery-content .section-slider-counter.multimedia{top:25px!important;right:25px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.section-gallery-content .wrap-gallery-content .section-slider-counter.multimedia:before{background-color:#fff}.section-gallery-content .wrap-gallery-content .section-slider-counter.multimedia .counter-num{color:#fff}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-prev{left:-64px}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-next{right:-64px}.section-gallery-content .wrap-gallery-content .content-multimedia-photos .swiper-btn.swiper-button-prev{left:-22px}.section-gallery-content .wrap-gallery-content .content-multimedia-photos .swiper-btn.swiper-button-next{right:-22px}}@media (min-width: 1680px){.section-gallery-content{padding:0 75px}.section-gallery-content .wrap-gallery-content .section-slider-counter{right:-64px}.section-gallery-content .wrap-gallery-content .section-slider-counter.counter-left{right:inherit;left:-64px}.section-gallery-content .wrap-gallery-content .section-slider-counter.counter-right{right:-64px;left:auto}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-prev{left:-72px}.section-gallery-content .wrap-gallery-content .swiper-btn.swiper-button-next{right:-72px}}@media (min-width: 1280px){.gallery-content-multimedia{width:58%}}.multimedia-photos-element.border{border:10px solid #fff}.multimedia-photos-element .wrap-photos-element{position:relative;padding-top:72%;border-radius:0;overflow:hidden}.multimedia-photos-element .wrap-photos-element .photos-element-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.multimedia-photos-element .wrap-photos-element .photos-element-img.sta-insert-video{opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.multimedia-photos-element .wrap-photos-element .photos-element-img.sta-insert-video iframe{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);min-height:100%;min-width:100%;border:none;pointer-events:none}.multimedia-photos-element .wrap-photos-subelement{display:none}@media (min-width: 768px){.multimedia-photos-element.border{border:30px solid #fff}.multimedia-photos-element .wrap-photos-subelement{position:absolute;z-index:2;top:calc(100% - 75px);right:30px;width:210px;height:210px;border-radius:2px;overflow:hidden;box-shadow:20px 20px #12121066}.multimedia-photos-element .wrap-photos-subelement .photos-subelement-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}}@media (min-width: 1280px){.multimedia-photos-element .wrap-photos-element{padding-top:86%}}@media (min-width: 1680px){.multimedia-photos-element .wrap-photos-element{padding-top:68%}}@media (min-width: 1280px){.gallery-content-info{width:42%}.gallery-content-info .wrap-content-info{font-size:0}.gallery-content-info .wrap-content-info:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;height:0;opacity:0;pointer-events:none;padding-top:114%}}@media (min-width: 1680px){.gallery-content-info .wrap-content-info:before{padding-top:94%}}.content-info-box .wrap-info-box{position:relative;padding-top:15px;text-align:center}.content-info-box .wrap-info-box .info-box-logo{display:block;max-width:600px;max-height:200px;width:100%;margin:0 auto;object-fit:contain}.content-info-box .wrap-info-box .info-box-logo.spacer{margin-bottom:40px}.content-info-box .wrap-info-box .info-box-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.content-info-box .wrap-info-box .info-box-pretitle{text-align:left}}.content-info-box .wrap-info-box .info-box-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.content-info-box .wrap-info-box .info-box-title{font-size:34px}}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-title{font-size:40px}}@media (min-width: 1280px){.content-info-box .wrap-info-box .info-box-title{font-size:44px;text-align:left}}.content-info-box .wrap-info-box .info-box-title-small{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-title-small{padding-bottom:15px}}@media (min-width: 1280px){.content-info-box .wrap-info-box .info-box-title-small{text-align:left}}.content-info-box .wrap-info-box .info-box-title-small{margin-bottom:20px}.content-info-box .wrap-info-box .info-box-subtitle{display:none}.content-info-box .wrap-info-box .info-box-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-text{font-size:20px}}@media (min-width: 1280px){.content-info-box .wrap-info-box .info-box-text{text-align:left}}.content-info-box .wrap-info-box .info-box-text{padding-top:10px}.content-info-box .wrap-info-box .info-box-text p,.content-info-box .wrap-info-box .info-box-text span,.content-info-box .wrap-info-box .info-box-text h1,.content-info-box .wrap-info-box .info-box-text h2,.content-info-box .wrap-info-box .info-box-text h3,.content-info-box .wrap-info-box .info-box-text h4{display:block!important;font-family:var(--font-text)!important;font-size:17px!important;font-weight:400!important;color:var(--cl_text, #444444)!important;letter-spacing:.03em;line-height:136.8421052632%}.content-info-box .wrap-info-box .info-box-link{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-link{font-size:20px}}@media (min-width: 1280px){.content-info-box .wrap-info-box .info-box-link{text-align:left}}.content-info-box .wrap-info-box .info-box-link{margin-top:25px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.content-info-box .wrap-info-box .info-box-link{color:var(--cl_corp, #0d0d0d)}}.content-info-box .wrap-info-box .info-box-btn{display:inline-block;vertical-align:middle;margin-top:15px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.content-info-box .wrap-info-box .info-box-btn.inactive{opacity:0;pointer-events:none;max-height:0;margin-top:0}@media (max-width: 767px){.content-info-box .wrap-info-box .info-box-btn.center{display:table;margin:25px auto 0}}@media (max-width: 1279px){.content-info-box .info-box-btn.btn-linker{margin-right:50px}}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-text.no-spacer{padding-top:40px}.content-info-box .wrap-info-box .info-box-text:before{margin:20px 0}}@media (min-width: 768px) and (max-width: 1279px){.content-info-box .wrap-info-box{padding-top:30px}.content-info-box .wrap-info-box .info-box-comment{font-size:32px}.content-info-box .wrap-info-box .info-box-text p,.content-info-box .wrap-info-box .info-box-text span,.content-info-box .wrap-info-box .info-box-text h1,.content-info-box .wrap-info-box .info-box-text h2,.content-info-box .wrap-info-box .info-box-text h3,.content-info-box .wrap-info-box .info-box-text h4{font-size:20px!important;letter-spacing:.02em}.content-info-box .wrap-info-box .info-box-link{font-size:25px}.content-info-box .wrap-info-box .info-box-btn{margin-top:30px}}@media (min-width: 768px){.content-info-box .wrap-info-box .info-box-subtitle{display:block;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding-top:10px}}@media (min-width: 768px) and (min-width: 1280px){.content-info-box .wrap-info-box .info-box-subtitle{text-align:left}}@media (min-width: 1280px){.content-info-box{display:inline-block;vertical-align:middle;width:100%}.content-info-box .wrap-info-box{padding:30px 0;text-align:left}.content-info-box .wrap-info-box .info-box-pretitle{padding-bottom:10px}.content-info-box .wrap-info-box .info-box-comms{position:relative;bottom:0}.content-info-box .wrap-info-box .info-box-logo{margin:0}}@media (min-width: 1280px) and (max-width: 1679px){.content-info-box .wrap-info-box .info-box-btn{margin-top:20px}.content-info-box .wrap-info-box .info-box-btn.btn-linker{margin-right:30px}.content-info-box .wrap-info-box .info-box-btn.btn-corp .btn-corp-text{min-width:230px}}@media (min-width: 1680px){.content-info-box{position:relative;z-index:2;margin-left:-100px;width:calc(100% + 60px);background-color:var(--cl_background_white, #ffffff)}.content-info-box .wrap-info-box{padding-top:80px;padding-bottom:80px}.content-info-box .wrap-info-box .info-box-text p,.content-info-box .wrap-info-box .info-box-text span,.content-info-box .wrap-info-box .info-box-text h1,.content-info-box .wrap-info-box .info-box-text h2,.content-info-box .wrap-info-box .info-box-text h3,.content-info-box .wrap-info-box .info-box-text h4{font-size:20px!important;letter-spacing:.035em;line-height:190%}.content-info-box .wrap-info-box .info-box-btn{margin-top:30px}.content-info-box .wrap-info-box .info-box-btn.btn-linker{margin-right:50px}}.content-info-list{text-align:left}.content-info-list .wrap-info-list .info-list-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.content-info-list .wrap-info-list .info-list-title{text-align:left}}.content-info-list .wrap-info-list .info-list-title:before{content:\"\";display:block;margin:15px 0 20px;width:30px;height:0}.content-info-list .wrap-info-list .info-list-title.upper{text-transform:uppercase;font-size:18px}.content-info-list .wrap-info-list .foot{font-family:var(--font-text);font-size:20px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.035em;line-height:190%;margin-top:40px;margin-bottom:60px}.content-info-list .info-list-btns{padding:25px 0}.content-info-list .info-list-btns a{vertical-align:middle}.content-info-list .info-list-btns .info-list-btn.btn-linker{margin-right:70px}@media (min-width: 768px){.content-info-list .wrap-info-list .info-list-title:before{width:50px;margin:25px 0 35px}}@media (min-width: 1280px){.content-info-list .wrap-info-list{padding-bottom:15px}}.info-list-container{padding-top:20px}.info-list-container .info-list-element{position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.info-list-container .info-list-element{font-size:20px}}@media (min-width: 1280px){.info-list-container .info-list-element{text-align:left}}.info-list-container .info-list-element{color:#393939;font-weight:700;text-align:left!important;padding:15px 50px 15px 15px;border-top:1px solid var(--cl_border-light, #ededed)}.info-list-container .info-list-element.has-icon{padding-right:50px;display:flex;align-items:center;padding-left:10px}.info-list-container .info-list-element.has-icon a{display:block;width:100%}@media (min-width: 1025px){.info-list-container .info-list-element.has-icon a .info-list-element_category{color:#393939}.info-list-container .info-list-element.has-icon a .btn-circle:before{color:#fff}.info-list-container .info-list-element.has-icon a .btn-circle:after{background-color:#000;opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.info-list-container .info-list-element.has-icon:before{content:\"\"}.info-list-container .info-list-element.has-icon .info-list-element_category{padding-left:20px;width:auto}.info-list-container .info-list-element.has-icon .info-list-element_data{position:absolute;right:20px}.info-list-container .info-list-element.has-icon .icon-user-shape{color:#393939}.info-list-container .info-list-element .info-list-element_category{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.info-list-container .info-list-element .info-list-element_category{font-size:20px}}@media (min-width: 1280px){.info-list-container .info-list-element .info-list-element_category{text-align:left}}.info-list-container .info-list-element .info-list-element_category{text-align:left!important}.info-list-container .info-list-element .info-list-element_category span{display:block;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.info-list-container .info-list-element .info-list-element_category span{text-align:left}}.info-list-container .info-list-element .info-list-element_category span{text-align:left!important}.info-list-container .info-list-element .info-list-element_data{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.info-list-container .info-list-element .info-list-element_data{font-size:20px}}@media (min-width: 1280px){.info-list-container .info-list-element .info-list-element_data{text-align:left}}.info-list-container .info-list-element .info-list-element_data{text-align:left!important;padding-top:5px}@media (min-width: 768px){.info-list-container .info-list-element .info-list-element_data{text-align:right!important}}.info-list-container .info-list-element .info-list-element_icon{position:absolute;top:50%;right:10px;font-size:23px;color:var(--cl_icon, #222222);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:50px;text-align:center}.info-list-container .info-list-element .info-list-element_icon:before{display:inline-block}.info-list-container .info-list-element .info-list-element_subtitle{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.info-list-container .info-list-element .info-list-element_subtitle{font-size:20px}}@media (min-width: 1280px){.info-list-container .info-list-element .info-list-element_subtitle{text-align:left}}.info-list-container .info-list-element .info-list-element_subtitle{padding-top:5px;text-align:left!important}.info-list-container .info-list-element:before{content:\"> \";position:absolute;top:14px;left:0;font-weight:400;color:var(--cl_title, #222)}.info-list-container .info-list-element:last-child{border-bottom:1px solid var(--cl_border-light, #ededed)}@media (min-width: 768px){.info-list-container .info-list-element:before{top:14px}.info-list-container .info-list-element.has-icon{display:flex;align-items:center}.info-list-container .info-list-element.has-icon:before{content:none}.info-list-container .info-list-element.has-icon span{font-size:28px}.info-list-container .info-list-element.has-icon .info-list-element_category,.info-list-container .info-list-element.has-icon .info-list-element_data{padding-left:20px;width:auto}.info-list-container .info-list-element.has-icon .info-list-element_data span{position:absolute;right:0;top:0;opacity:.8}.info-list-container .info-list-element .info-list-element_category{display:inline-block;vertical-align:top;width:49%;font-size:20px;padding-right:5px}.info-list-container .info-list-element .info-list-element_category.big{width:75%}.info-list-container .info-list-element .info-list-element_data{display:inline-block;vertical-align:top;width:49%;font-size:20px;padding:0 5% 0 5px;text-align:right}.info-list-container .info-list-element .info-list-element_icon{font-size:30px;right:30px}}@media (min-width: 1280px){.info-list-container .info-list-element{padding:25px 0 25px 15px}.info-list-container .info-list-element:before{top:24px}}@media (min-width: 1280px) and (max-width: 1679px){.info-list-container{padding-top:20px}.info-list-container .info-list-element:before{top:24px}}.info-box-details{padding-top:30px}@media (min-width: 768px){.info-box-details{max-width:510px;margin:0 auto}}@media (min-width: 1280px){.info-box-details{max-width:initial;width:100%}}@media (min-width: 1280px) and (max-width: 1679px){.info-box-details{padding-top:20px}}.info-details-element:last-child .wrap-details-element{border-bottom:1px solid var(--cl_border-light, #ededed)}.info-details-element .wrap-details-element{padding:15px 0;border-top:1px solid var(--cl_border-light, #ededed);font-size:0}.info-details-element .wrap-details-element .details-element-name{display:inline-block;vertical-align:top;width:calc(100% - 110px);position:relative;padding-left:15px;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.info-details-element .wrap-details-element .details-element-name{text-align:left}}.info-details-element .wrap-details-element .details-element-name:before{content:\"\\e903\";position:absolute;top:6px;left:0;font-family:icomoon;font-size:7px;color:#868686}.info-details-element .wrap-details-element .details-element-text{display:inline-block;vertical-align:top;width:110px;font-family:var(--font-text);font-size:20px;font-weight:500;color:#393939;letter-spacing:.01em}@media (min-width: 768px){.info-details-element .wrap-details-element .details-element-name{width:calc(50% + 30px)}.info-details-element .wrap-details-element .details-element-text{width:calc(50% - 30px)}}@media (min-width: 1280px) and (max-width: 1679px){.info-details-element .wrap-details-element{padding:12px 0}.info-details-element .wrap-details-element .details-element-name{font-size:18px}.info-details-element .wrap-details-element .details-element-name:before{top:5px}.info-details-element .wrap-details-element .details-element-text{font-size:18px}}.our-rooms-gallery .section-gallery-header{z-index:3;top:0}.our-rooms-gallery .multimedia-photos-element .wrap-photos-element{border-radius:0}@media (min-width: 1680px){.our-rooms-gallery .content-info-box{margin-left:0;width:auto;background-color:initial}}.our-rooms-gallery .content-info-box .wrap-info-box{background-color:var(--cl_background_white, #ffffff);position:relative}@media (min-width: 1280px){.our-rooms-gallery .content-info-box .wrap-info-box{padding:66px 50px 66px 0}}.loyalty-gallery .section-gallery-header{z-index:3;top:0}.loyalty-gallery .multimedia-photos-element .wrap-photos-element{border-radius:0}@media (min-width: 1680px){.loyalty-gallery .content-info-box{margin-left:0;width:auto;background-color:initial}}.loyalty-gallery .content-info-box .wrap-info-box{background-color:var(--cl_background_white, #ffffff);position:relative}.loyalty-gallery .content-info-box .wrap-info-box .btn-linker-center{text-align:center;max-width:300px;margin-top:30px}@media (max-width: 1679px){.loyalty-gallery .content-info-box .wrap-info-box .btn-linker-center{max-width:230px}}@media (max-width: 1279px){.loyalty-gallery .content-info-box .wrap-info-box .btn-linker-center{max-width:260px;margin-left:auto;margin-right:auto}}.services-module-content .wrap-services-content{position:relative;border:1px solid var(--cl_border-light, #ededed);padding:0 25px 55px}@media (min-width: 540px){.services-module-content .wrap-services-content{padding:40px 60px 55px}}@media (min-width: 1280px){.services-module-content{padding:0 70px}.services-module-content .wrap-services-content{padding:40px 100px 55px}}@media (min-width: 1680px){.services-module-content{padding:0 100px}.services-module-content .wrap-services-content{padding:50px 100px 55px}}.services-module-header{text-align:center;background-color:#fff;padding-bottom:10px}.services-module-header .services-module-header_pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.services-module-header .services-module-header_pretitle{padding-bottom:15px}}@media (min-width: 1280px){.services-module-header .services-module-header_pretitle{text-align:left}}.services-module-header .services-module-header_pretitle{padding-bottom:5px}.services-module-header .services-module-header_title{font:400 45px/1 var(--font-title);color:rgba(var(--cl_text, #444444),.2);line-height:111.1111111111%}@media (max-width: 374px){.services-module-header .services-module-header_title{font-size:38px}}@media (min-width: 540px){.services-module-header{position:relative;z-index:2;display:table;margin:0 auto -22px;padding:0 40px}}@media (min-width: 768px){.services-module-header{margin:0 auto -26px}.services-module-header .services-module-header_title{font-size:55px}}@media (min-width: 1280px){.services-module-header{margin:0 0 -47px;padding-bottom:20px;text-align:left;padding-left:0}.services-module-header .services-module-header_title{font-size:60px}}@media (min-width: 1680px){.services-module-header{margin:0 0 -52px}.services-module-header .services-module-header_title{font-size:74px}}.services-content-list{font-size:0;margin:0 auto}@media (min-width: 768px){.services-content-list{max-width:335px;margin:0 auto}}@media (min-width: 1024px){.services-content-list{max-width:initial;margin:0 -40px}}.services-list-element.payment .services-element-info .wrap-element-info .element-info-title:after{content:\"\";display:inline-block;vertical-align:top;width:9px;height:9px;border-radius:50%;background-color:#e6332a;margin:8px 0 0 8px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:1;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}@media (min-width: 768px){.services-list-element.payment .services-element-info .wrap-element-info .element-info-title:after{margin-top:13px}}.services-list-element .wrap-services-element{padding:45px 0;font-size:0;border-top:1px solid var(--cl_border-light, #ededed);text-align:left}.services-list-element:first-child .wrap-services-element{border-top:none}@media (min-width: 768px) and (max-width: 1679px){.services-list-element:nth-child(n+7){height:0;overflow:hidden;pointer-events:none}.services-list-element:nth-child(n+7).payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+7) .services-element-info .wrap-element-info:before{-webkit-transform:translateX(-5px) scale(0);-moz-transform:translateX(-5px) scale(0);-ms-transform:translateX(-5px) scale(0);-o-transform:translateX(-5px) scale(0);transform:translate(-5px) scale(0)}.services-list-element:nth-child(n+7) .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+7) .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translate(-10px);opacity:0}.services-list-element:nth-child(n+7) .services-element-icon{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+7).active{height:auto;pointer-events:auto;overflow:visible}.services-list-element:nth-child(n+7).active.payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.services-list-element:nth-child(n+7).active .services-element-info .wrap-element-info:before{opacity:1;-webkit-transform:translateX(0) scale(1);-moz-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);-o-transform:translateX(0) scale(1);transform:translate(0) scale(1)}.services-list-element:nth-child(n+7).active .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+7).active .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);opacity:1}.services-list-element:nth-child(n+7).active .services-element-icon{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}@media (min-width: 1024px){.services-list-element{display:inline-block;vertical-align:top;width:50%;padding:0 40px}.services-list-element:nth-child(2) .wrap-services-element{border-top:none}}@media (min-width: 1680px){.services-list-element{width:33.33%}.services-list-element:nth-child(3) .wrap-services-element{border-top:none}.services-list-element:nth-child(n+13){height:0;overflow:hidden;pointer-events:none}.services-list-element:nth-child(n+13).payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+13) .services-element-info .wrap-element-info:before{-webkit-transform:translateX(-5px) scale(0);-moz-transform:translateX(-5px) scale(0);-ms-transform:translateX(-5px) scale(0);-o-transform:translateX(-5px) scale(0);transform:translate(-5px) scale(0)}.services-list-element:nth-child(n+13) .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+13) .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translate(-10px);opacity:0}.services-list-element:nth-child(n+13) .services-element-icon{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+13).active{height:auto;pointer-events:auto;overflow:visible}.services-list-element:nth-child(n+13).active.payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.services-list-element:nth-child(n+13).active .services-element-info .wrap-element-info:before{opacity:1;-webkit-transform:translateX(0) scale(1);-moz-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);-o-transform:translateX(0) scale(1);transform:translate(0) scale(1)}.services-list-element:nth-child(n+13).active .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+13).active .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);opacity:1}.services-list-element:nth-child(n+13).active .services-element-icon{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}@media (max-width: 767px){.services-list-element:nth-child(n+4){height:0;overflow:hidden;pointer-events:none}.services-list-element:nth-child(n+4).payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+4) .services-element-info .wrap-element-info:before{-webkit-transform:translateX(-5px) scale(0);-moz-transform:translateX(-5px) scale(0);-ms-transform:translateX(-5px) scale(0);-o-transform:translateX(-5px) scale(0);transform:translate(-5px) scale(0)}.services-list-element:nth-child(n+4) .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+4) .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translate(-10px);opacity:0}.services-list-element:nth-child(n+4) .services-element-icon{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.services-list-element:nth-child(n+4).active{height:auto;pointer-events:auto;overflow:visible}.services-list-element:nth-child(n+4).active.payment .services-element-info .wrap-element-info .element-info-title:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.services-list-element:nth-child(n+4).active .services-element-info .wrap-element-info:before{opacity:1;-webkit-transform:translateX(0) scale(1);-moz-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);-o-transform:translateX(0) scale(1);transform:translate(0) scale(1)}.services-list-element:nth-child(n+4).active .services-element-info .wrap-element-info .element-info-title,.services-list-element:nth-child(n+4).active .services-element-info .wrap-element-info .element-info-subtitle{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);opacity:1}.services-list-element:nth-child(n+4).active .services-element-icon{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.services-element-info{display:inline-block;vertical-align:middle;width:calc(100% - 60px)}.services-element-info .wrap-element-info{position:relative;padding:0 30px 0 15px}.services-element-info .wrap-element-info:before{content:\"> \";font-weight:700;position:absolute;left:0;top:0;font-family:var(--font-text);font-size:24px;color:#393939;-webkit-transform:translateX(0) scale(1);-moz-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);-o-transform:translateX(0) scale(1);transform:translate(0) scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}.services-element-info .wrap-element-info .element-info-title{display:inline-block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.services-element-info .wrap-element-info .element-info-title{font-size:20px}}@media (min-width: 1280px){.services-element-info .wrap-element-info .element-info-title{text-align:left}}.services-element-info .wrap-element-info .element-info-title{font-weight:700;opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.services-element-info .wrap-element-info .element-info-subtitle{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.services-element-info .wrap-element-info .element-info-subtitle{font-size:20px}}@media (min-width: 1280px){.services-element-info .wrap-element-info .element-info-subtitle{text-align:left}}.services-element-info .wrap-element-info .element-info-subtitle{text-align:left!important;padding-top:5px;opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.2s;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}.services-element-icon{display:inline-block;vertical-align:middle;width:60px;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.services-element-icon .wrap-element-icon .element-icon-graphic{position:relative;display:inline-block;width:60px;height:60px;color:var(--cl_icon, #222222);font-size:55px}.services-element-icon .wrap-element-icon .element-icon-graphic:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.services-content-foot .wrap-services-foot{padding-top:25px;text-align:center;font-size:0}.services-content-foot .wrap-services-foot .services-foot-payment{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:15px;font-weight:400;color:#393939;letter-spacing:.01em;line-height:126.6666666667%}.services-content-foot .wrap-services-foot .services-foot-payment:before{content:\"\";display:inline-block;vertical-align:middle;width:9px;height:9px;background-color:#e6332a;border-radius:50%;margin:0 10px 2px 0}.services-content-foot .wrap-services-foot .services-foot-btn{position:absolute;bottom:0;left:50%;-webkit-transform:translateY(50%) translateX(-50%);-moz-transform:translateY(50%) translateX(-50%);-ms-transform:translateY(50%) translateX(-50%);-o-transform:translateY(50%) translateX(-50%);transform:translateY(50%) translate(-50%)}.services-content-foot .wrap-services-foot .services-foot-btn.active{display:inline-block}.services-content-foot .wrap-services-foot .services-foot-btn .btn-corp-text:not(:hover){background-color:var(--cl_background_white, #ffffff);color:#39393980;border-color:#39393980}@media (min-width: 1024px){.services-content-foot .wrap-services-foot{text-align:left}}.products-gallery.show-more .products-gallery-content .products-slider-element{background-color:#fff}.desayuno-incluido{position:absolute;background:#f32b59;padding:9px 35px 9px 15px;top:25px;left:-20px;display:flex;align-items:center;justify-content:center;z-index:5;transition:all .7s ease}@media (max-width: 767px){.desayuno-incluido{left:0}}@media (max-width: 540px){.desayuno-incluido{padding:9px 15px}}.desayuno-incluido:after{content:\"\";width:0;height:0;border-right:20px solid #7e0621;border-top:0px solid #7e0621;border-bottom:15px solid transparent;position:absolute;display:block;bottom:-15px;left:0}@media (max-width: 767px){.desayuno-incluido:after{display:none}}.desayuno-incluido .triangulos-banderin:before{content:\"\";width:0;height:0;border-right:10px solid transparent;border-top:10px solid #f32b59;border-left:10px solid #f32b59;border-bottom:10px solid transparent;position:absolute;display:block;top:0;right:-19px}.desayuno-incluido .triangulos-banderin:after{content:\"\";width:0;height:0;border-right:10px solid transparent;border-top:10px solid transparent;border-left:10px solid #f32b59;border-bottom:10px solid #f32b59;position:absolute;display:block;bottom:0;right:-19px}.desayuno-incluido h3{font-family:Suisse,sans-serif;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px}@media (max-width: 350px){.desayuno-incluido h3{display:inline-block;font-size:9px}}.desayuno-incluido img{height:20px;margin-right:15px}@media (max-width: 350px){.desayuno-incluido img{height:16px}}.relative{position:relative}.relative-hotels{position:relative;display:flex;justify-content:center}.products-element-img{position:relative}.box-img img{width:100%;position:relative;z-index:2;display:block}@supports (-o-object-fit: cover) or (object-fit: cover){.box-img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}}.back-img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.back-img picture{height:100%;display:flex}.panoramic-module .panoramic-box{position:relative}@media (max-width: 1279px){.panoramic-module .panoramic-box .absolute-img-bg{position:static}}@media (max-width: 1023px){.panoramic-module .panoramic-box{max-width:625px;margin-left:auto;margin-right:auto}}@media (max-width: 767px){.panoramic-module .panoramic-box{max-width:inherit}}@media (min-width: 1280px){.panoramic-module .panoramic-content{padding:50px 66px;min-height:460px}}@media (max-width: 1279px){.panoramic-module .panoramic-content{padding:25px 35px}}@media (min-width: 1280px){.panoramic-module .panoramic-content{min-height:460px}}@media (min-width: 1366px){.panoramic-module .panoramic-content{min-height:490px}}@media (min-width: 1680px){.panoramic-module .panoramic-content{min-height:620px}}@media (min-width: 1280px){.panoramic-module .panoramic-content article{color:#fff;max-width:378px}.panoramic-module .panoramic-content article .btn-linker{opacity:0;top:-20px}}.panoramic-module .panoramic-content article b{font-family:var(--font-text);font-size:16px;line-height:130%;display:block;margin-bottom:30px}.panoramic-module .panoramic-content article p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.panoramic-module .panoramic-content article p{font-size:20px}}@media (min-width: 1280px){.panoramic-module .panoramic-content article p{text-align:left}}.panoramic-module .panoramic-content article p{color:#fff}.panoramic-module .panoramic-content article .btn-linker{transition:all cubic-bezier(.785,.135,.15,.86) .85s;position:relative;margin-top:30px}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text{color:#fff;font-size:16px;font-weight:600}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text:after{background-color:#fff}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text:before{color:#fff}@media (max-width: 1279px){.panoramic-module .panoramic-content article{color:#393939;text-align:center}.panoramic-module .panoramic-content article b{color:var(--cl_title, #222)}.panoramic-module .panoramic-content article p{color:var(--cl_text, #444444)}.panoramic-module .panoramic-content article .btn-linker{border:solid 2px color(srgb .22 .22 .22 / .72);width:100%;max-width:260px}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text{color:#383838b8;font-size:16px;padding:10px}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text:after{display:none}.panoramic-module .panoramic-content article .btn-linker .btn-linker-text:before{display:none}}.panoramic-module .panoramic-content:hover .btn-linker{opacity:1;top:0}.panoramic-module .panoramic-content mark{position:absolute;left:37px;bottom:-37px;color:#fff;background-color:transparent;font-family:var(--font-text);font-size:130px;letter-spacing:-.15px;line-height:130%;font-weight:700}@media (max-width: 1279px){.panoramic-module .panoramic-content mark{bottom:100%;margin-bottom:-23px;font-size:80px;text-align:center;left:0;width:100%}}@media (max-width: 1023px){.panoramic-module .panoramic-content mark{font-size:54px;margin-bottom:-16px}}@media (max-width: 767px){.panoramic-module .panoramic-content mark{display:none}}.absolute-img-bg{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}@media (min-width: 768px){.absolute-img-bg mark{display:none}}.absolute-img-bg mark{color:var(--cl_title, #222);background-color:transparent;font-family:var(--font-text);font-size:45px;line-height:130%;text-align:center;display:block;padding:15px 0}@media (max-width: 539px){.absolute-img-bg mark{font-size:28px}}.absolute-img-bg .box-img,.absolute-img-bg .box-img img{height:100%}.over-canva{position:relative;z-index:2}.text-uppercase{text-transform:uppercase}.two-column-module{max-width:1800px;margin:0 auto}@media (min-width: 1280px){.two-column-module{padding-bottom:90px}}@media (max-width: 1023px){.two-column-module{text-align:center}}.two-column-module .two-column-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.two-column-module .two-column-title{padding-bottom:15px}}@media (min-width: 1280px){.two-column-module .two-column-title{text-align:left}}.two-column-module .two-column-title{padding:30px 0;display:block;text-align:center!important}.two-column-module .two-column-title p{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.two-column-module .two-column-title p{padding-bottom:15px}}@media (min-width: 1280px){.two-column-module .two-column-title p{text-align:left}}.two-column-module .two-column-title p{text-align:center!important}@media (min-width: 1280px){.two-column-module .two-column-title.align-left{margin-bottom:0;text-align:left;padding-left:0}}@media (min-width: 1366px){.two-column-module .two-column-title{margin-bottom:50px}.two-column-module .two-column-title.align-left{margin-bottom:0;text-align:left;padding-left:5%}}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(1){flex:0 0 52%;max-width:52%}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(2){flex:0 0 48%;max-width:48%}}@media (min-width: 1366px){.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(1){flex:0 0 56%;max-width:56%}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(2){flex:0 0 44%;max-width:44%}}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row:nth-child(2n) .two-column-col:nth-child(1){order:2}}@media (min-width: 1280px) and (max-width: 1365px){.two-column-module .two-column-rows .two-column-row:nth-child(2n) .two-column-col:nth-child(1) article{padding-left:10%!important}}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row:nth-child(2n) .two-column-col:nth-child(2){order:1}.two-column-module .two-column-rows .two-column-row:nth-child(2n) .two-column-col:nth-child(2) .box-img{margin-left:0}}@media (min-width: 1280px) and (max-width: 1365px){.two-column-module .two-column-rows .two-column-row:nth-child(odd) .two-column-col:nth-child(1) article{padding-right:10%!important}}@media (min-width: 1280px){.two-column-module .two-column-rows .box-img img{aspect-ratio:1/1}}@media (max-width: 1279px){.two-column-module .two-column-rows .two-column-row{justify-content:center;max-width:630px;margin:0 auto}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(1){order:2}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(1) article{text-align:center}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(1) article b{margin-bottom:10px}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(2){order:1}.two-column-module .two-column-rows .two-column-row .two-column-col:nth-child(2) .box-img{margin-left:0}.two-column-module .two-column-rows .box-img img{aspect-ratio:16/9}}@media (max-width: 767px){.two-column-module .two-column-rows .two-column-row{max-width:inherit}.two-column-module .two-column-rows .two-column-row .two-column-col{max-width:inherit!important}}.two-column-module .two-column-rows .two-column-row{display:flex;flex-wrap:wrap;align-items:center}.two-column-module .two-column-rows .two-column-row.top{align-items:flex-start}@media (max-width: 1023px){.two-column-module .two-column-rows .two-column-row .two-column-col{width:100%;max-width:624px}}.two-column-module .two-column-rows .two-column-row .two-column-col .box-img{position:relative}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row .two-column-col .box-img{margin-top:-50px;margin-bottom:-50px}}@media (max-width: 1365px){.two-column-module .two-column-rows .two-column-row .two-column-col article{padding:30px 0 50px}}@media (min-width: 1366px){.two-column-module .two-column-rows .two-column-row .two-column-col article{padding:100px 10%}}@media (max-width: 1023px){.two-column-module .two-column-rows .two-column-row .two-column-col article{padding:35px}}@media (max-width: 539px){.two-column-module .two-column-rows .two-column-row .two-column-col article{padding-left:0;padding-right:0}}.two-column-module .two-column-rows .two-column-row .two-column-col article b{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.two-column-module .two-column-rows .two-column-row .two-column-col article b{font-size:34px}}@media (min-width: 768px){.two-column-module .two-column-rows .two-column-row .two-column-col article b{font-size:40px}}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row .two-column-col article b{font-size:44px;text-align:left}}.two-column-module .two-column-rows .two-column-row .two-column-col article b{display:block;margin-bottom:30px;max-width:610px}.two-column-module .two-column-rows .two-column-row .two-column-col article .description-box{margin-bottom:30px;max-width:610px}.two-column-module .two-column-rows .two-column-row .two-column-col article .description-box p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.two-column-module .two-column-rows .two-column-row .two-column-col article .description-box p{font-size:20px}}@media (min-width: 1280px){.two-column-module .two-column-rows .two-column-row .two-column-col article .description-box p{text-align:left}}.two-column-module .two-column-rows .two-column-row .two-column-col article .two-column-btn{max-width:300px;padding-top:20px;text-align:center}@media (max-width: 1279px){.two-column-module .two-column-rows .two-column-row .two-column-col article .two-column-btn{margin-left:auto;margin-right:auto}}.wrap-complex-info .complex-info-wrapper{padding-top:30px}@media (max-width: 1279px){.wrap-complex-info .complex-info-wrapper{padding-top:0}}.scroll-facilities .info-box-subtitle{margin-bottom:10px}.scroll-facilities .box-img img{position:absolute;left:0;top:0;height:100%}.services-module .section-header{margin-bottom:-76px}.services-module .section-header-title{padding:0 30px 30px 0;display:inline-block;background-color:#fff}@media (max-width: 1279px){.services-module{padding-top:30px;margin-bottom:20px}.services-module .section-header-title{font-size:40px;padding-left:30px}}@media (max-width: 767px){.services-module .section-header-title{font-size:34px}}@media (max-width: 539px){.services-module .section-header-title{font-size:28px}}.s-padding{padding-top:80px;padding-bottom:80px}.s-padding__half{padding-top:40px!important;padding-bottom:40px!important}@media (max-width: 1279px){.s-padding{padding-top:45px;padding-bottom:45px}}.btn-corp_form.btn-call .btn-corp-text{border-color:rgba(var(--cl_corp, #0d0d0d),.7);background-color:var(--cl_background_white, #ffffff);color:rgba(var(--cl_corp, #0d0d0d),.7)}.btn-corp_form:hover.btn-call .btn-corp-text{color:var(--cl_background_white, #ffffff)}.half-multimedia .wrap-half-multimedia .btn-corp_form .btn-corp-text{border-color:rgba(var(--cl_corp, #0d0d0d),.7);background-color:var(--cl_background_white, #ffffff);color:rgba(var(--cl_corp, #0d0d0d),.7)}.half-multimedia .wrap-half-multimedia .btn-corp_form:hover .btn-corp-text{color:var(--cl_corp, #0d0d0d)}.moretext-module{display:none}.moretext-module.open{display:block}@media (max-width: 1279px){.div-line-for-mobile{background-color:var(--cl_border-light, #ededed);height:1px;margin:30px auto;width:100%;max-width:630px;display:block}.div-line-for-mobile.m-4{margin-top:40px;margin-bottom:40px}}@media (max-width: 767px){.div-line-for-mobile{margin-left:40px;margin-right:40px;width:calc(100% - 80px)}}.hide{display:none!important}#special-discount{display:flex;background-color:#03030366;padding:10px 35px 10px 200px;position:absolute;width:100%;left:0;bottom:0;z-index:2}@media (max-width: 1279px){#special-discount.special-discount{padding:10px;position:relative;margin:80px 0 -40px;background:transparent}#special-discount.special-discount .special-discount-row{max-width:530px;margin:0 auto;border:2px solid var(--cl_border-light, #ededed);border-top:4px solid var(--cl_btn-call-hover, #ffc107);padding:30px 65px 50px;text-align:center}#special-discount.special-discount p{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}}@media (max-width: 1279px) and (min-width: 768px){#special-discount.special-discount p{font-size:20px}}@media (max-width: 1279px) and (min-width: 1280px){#special-discount.special-discount p{text-align:left}}@media (max-width: 1279px){#special-discount.special-discount .special-discount-col-auto{position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}#special-discount.special-discount .special-discount-col-auto .btn-corp{background-color:#fff;border:4px solid white}#special-discount.special-discount .special-discount-col-auto .btn-corp .btn-corp-text{color:rgba(var(--cl_corp, #0d0d0d),.7);border-color:rgba(var(--cl_corp, #0d0d0d),.7);text-shadow:none}}#special-discount .special-discount-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;align-items:center}#special-discount .special-discount-row .special-discount-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}@media (max-width: 1023px){#special-discount .special-discount-row .special-discount-col{margin-bottom:5px}}#special-discount .special-discount-row .special-discount-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#special-discount p{color:#fff;text-align:center;font-size:19px;display:flex;align-items:center;justify-content:center}@media (max-width: 1023px){#special-discount p{flex-direction:column;flex-wrap:wrap;font-size:16px;line-height:1.2}}#special-discount p b{color:var(--cl_btn-call-hover, #ffc107);font-size:30px;font-weight:700;display:inline-block;margin:0 1px 0 5px}@media (max-width: 1023px){#special-discount p b{font-size:28px}}#special-discount p span{color:var(--cl_btn-call-hover, #ffc107);font-size:20px;font-weight:700;display:inline-block;margin-right:5px}@media (max-width: 1023px){#special-discount p span{font-size:16px}}#special-discount .special-discount_btn.btn-corp .btn-corp-text{min-width:175px;padding:12px 20px 11px}@media (min-width: 1280px){body.special-discount.motor-top .top-module-text{bottom:170px}body.special-discount.motor-top .motor-fixed{top:calc(100vh - 155px)}body.special-discount .top-module-scroll{bottom:95px}body.special-discount .top-module-links{bottom:70px}}body.special-discount .top-module-links .wrap-top-links .check-in-button{bottom:70px}@media (min-width: 1024px){.fake-header{margin-top:134px;padding-bottom:20px}}@media (min-width: 1280px){.fake-header{margin-top:154px}}@media (min-width: 1680px){.fake-header{margin-top:164px}}.syncslider{position:relative}.syncslider .complex-module-box{padding-left:0}.syncslider .complex-module-panoramic{float:none;width:100%;margin-bottom:0;padding-top:0;position:initial}@media (max-width: 1279px){.syncslider .complex-module-panoramic{max-width:625px;margin-left:auto;margin-right:auto}}@media (max-width: 767px){.syncslider .complex-module-panoramic{max-width:inherit}}@media (max-width: 1279px){.syncslider .complex-module-panoramic .complex-photo-media{position:relative}}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_counter{position:absolute;z-index:2}@media (max-width: 1279px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_counter{right:-54px;transform:translateY(-60px)}}@media (min-width: 1280px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_counter{top:50%;transform:translateY(-50%);margin-top:-80px;right:41px}}@media (max-width: 767px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_counter{display:none!important}}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows{position:absolute;z-index:2}@media (max-width: 1279px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows{left:-60px;width:calc(100% + 120px)}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows .next{float:right}}@media (max-width: 767px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows{left:-18px;width:calc(100% + 38px)}}@media (min-width: 1280px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows{top:50%;transform:translateY(-50%);right:35px;width:44px}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-media_arrows .prev{margin-bottom:8px}}.syncslider .complex-module-panoramic .complex-photo-media .complex-module-panoramic_img{width:65%}@media (max-width: 1279px){.syncslider .complex-module-panoramic .complex-photo-media .complex-module-panoramic_img{width:100%;margin-left:auto;margin-right:auto;position:static;aspect-ratio:4/3}}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-btn .btn-linker{margin-right:50px}@media (max-width: 1365px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-btn .btn-linker{padding-top:11px;padding-bottom:12px}}@media (max-width: 767px){.syncslider .complex-module-panoramic .complex-photo-media .complex-info-btn .btn-linker{margin-left:50px}}.syncslider .complex-module-panoramic .complex-photo-media .complex-info-btn .btn-linker,.syncslider .complex-module-panoramic .complex-photo-media .complex-info-btn .btn-corp{vertical-align:middle}.syncslider .complex-module-panoramic .complex-photo-media .complex-module-info{padding:105px 120px 105px 70px}@media (max-width: 1279px){.syncslider .complex-module-panoramic .complex-photo-media .complex-module-info{width:100%!important;padding:30px;text-align:center}}@media (max-width: 1365px){.syncslider .complex-module-panoramic .complex-photo-media .complex-module-info{width:50%}}@media (max-width: 1679px){.syncslider .complex-module-panoramic .complex-photo-media .complex-module-info{margin-top:0;margin-bottom:0}}@media (min-width: 1680px){.syncslider .complex-module-panoramic .complex-photo-media .complex-module-info article{max-width:635px}}@media (min-width: 1680px) and (max-width: 1799px){.section-gallery.info-left .gallery-content-multimedia{position:absolute;right:0;top:0;height:100%}.section-gallery.info-left .gallery-content-multimedia .wrap-content-multimedia{height:100%}.section-gallery.info-left .gallery-content-info .wrap-content-info{padding-top:50px;padding-bottom:50px}.promo-room-module-element .promo-element-foot{padding-left:0;padding-right:0}}.invert-buttons-tablet,.info-list-btns{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}@media (max-width: 767px){.invert-buttons-tablet,.info-list-btns{flex-direction:column-reverse}}.invert-buttons-tablet.btn-interns,.info-list-btns.btn-interns{margin:30px 0 0}.invert-buttons-tablet.btn-interns .btn-linker,.info-list-btns.btn-interns .btn-linker{margin-right:50px}.invert-buttons-tablet.btn-interns>*,.info-list-btns.btn-interns>*{margin-bottom:20px}@media (max-width: 767px){.content-info-list .info-list-btns .info-list-btn.btn-linker{margin-right:0;margin-top:15px}.promo-element-btns .invert-buttons-tablet .btn-corp:last-child{margin-bottom:10px}}.invert-buttons-small-tablet{display:flex;align-items:center;justify-content:center}@media (max-width: 539px){.invert-buttons-small-tablet{flex-direction:column-reverse}}@media (min-width: 1366px){.section-hotels-list{margin:40px 100px 0 87px!important;padding:0}}.section-hotels-header_header h2{font-size:44px;color:#222}.section-hotels-header_header p{font-family:var(--font-text);font-size:14px;font-weight:500;color:#868686;letter-spacing:.1em;line-height:171.4285714286%;text-transform:uppercase;padding-top:5px}.buttons-container{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px;padding-bottom:10px}@media (min-width: 1024px){.buttons-container{display:none}}.buttons-container_plane{position:relative;background-color:var(--cl_background_white, #ffffff)}.buttons-container_plane a{display:flex;align-items:center;justify-content:center;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#444;padding:15px 0 12px 33px;border:2px solid #383838;min-width:170px;min-height:50px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.buttons-container_plane a:before{content:\"\";border:solid 1px black;width:159px;height:38px;padding:10px;position:absolute;top:6px;left:5px}.buttons-container_plane:after{content:\"\\e963\";position:absolute;top:31%;left:19px;opacity:1;font-family:icomoon;font-size:20px;transform:rotate(90deg);color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.buttons-container_phone{position:relative;background-color:var(--cl_background_white, #ffffff)}.buttons-container_phone a{display:flex;align-items:center;justify-content:center;font:700 12px/1 var(--font-text);text-transform:uppercase;color:#444;padding:15px 0 12px 33px;border:2px solid #383838;min-width:170px;min-height:50px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.buttons-container_phone a:before{content:\"\";border:solid 1px black;width:159px;height:38px;padding:10px;position:absolute;top:6px;left:5px}.buttons-container_phone a:after{content:\"\\e964\";position:absolute;top:31%;left:19px;opacity:1;font-family:icomoon;font-size:20px;color:#444;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.hotels-contact{display:flex;flex-direction:column;align-items:center;border-top:2px solid #d2d1d1;padding:35px 0;gap:10px}.hotels-contact:last-child{border-bottom:2px solid #d2d1d1}@media (min-width: 1024px){.hotels-contact{flex-direction:inherit;justify-content:space-between}}@media (min-width: 1280px){.hotels-contact{border-top:2px solid #d2d1d1;padding:35px 0;gap:0}}.hotels-contact_image{background-color:#00f;width:100px;height:100px}.hotels-contact_image img{width:100%;height:100%}.hotels-contact_hotel{display:flex;align-items:center;gap:1.25rem}@media (min-width: 1024px){.hotels-contact_hotel{flex-direction:inherit}}.hotels-contact_hotel img{max-width:100px}.hotels-contact_info{display:flex;flex-direction:column;text-align:left!important;font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.hotels-contact_info{font-size:34px}}@media (min-width: 768px){.hotels-contact_info{font-size:34px}}@media (min-width: 1280px){.hotels-contact_info{font-size:34px;text-align:left}}@media (min-width: 1024px){.hotels-contact_info{align-items:baseline;display:inherit}}.hotels-contact_info span{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.hotels-contact_info span{text-align:left}}.hotels-contact_info span{display:block;text-align:left!important}.hotels-contact_category{display:flex;margin-top:10px;gap:10px}.hotels-contact_category--icon{background-image:url(/assets/babylon/svg/stars.svg);background-size:cover;background-position:center;width:auto;height:auto}.hotels-contact_category--stars-icon{background-image:url(/assets/babylon/svg/stars.svg);background-size:cover;background-position:center;width:12px;height:11px}.hotels-contact_category--keys-icon{background-image:url(/assets/babylon/svg/key-icon.svg);background-size:cover;background-position:center;width:13px;height:14px}.hotels-contact_location{display:flex;gap:20px;align-items:baseline;min-width:245px}@media (max-width: 1280px){.hotels-contact_location{margin-top:20px}}.hotels-contact_text p,.hotels-contact_text a{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.hotels-contact_text p,.hotels-contact_text a{font-size:20px}}@media (min-width: 1280px){.hotels-contact_text p,.hotels-contact_text a{text-align:left}}.hotels-contact_text p,.hotels-contact_text a{font-size:18px!important}@media (max-width: 1280px){.hotels-contact_text{margin-bottom:0}}.hotels-contact_contact{display:flex;align-items:baseline;position:relative;gap:20px}@media (max-width: 1280px){.hotels-contact_contact{margin:20px 0}}.hotels-contact_icon{opacity:.7}.hotels-contact_icon i{font-size:12px!important;color:var(--cl_icon, #222222)}.hotels-contact_icon--position{position:absolute;left:0;bottom:7px;padding-right:10px}.hotels-contact_button--map{min-width:230px!important}.footer-module-header{padding-bottom:25px}.footer-module-header .footer-title-header{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.footer-module-header .footer-title-header{font-size:34px}}@media (min-width: 768px){.footer-module-header .footer-title-header{font-size:40px}}@media (min-width: 1280px){.footer-module-header .footer-title-header{font-size:44px;text-align:left}}@media (min-width: 768px){.footer-module-header{padding-bottom:30px}}@media (min-width: 768px){.footer-module-header{position:relative;padding-bottom:35px;text-align:left}}@media (min-width: 1680px){.footer-module-header{font-size:0;padding-right:250px}}.visible{display:block!important}.pt-0{padding-top:0!important}.loyalty-plans .wrap-plans{padding:10px 0 0;max-width:1150px;margin:60px auto;border:1px solid var(--cl_border-light, #ededed);position:relative;background:#fff}.loyalty-plans .wrap-plans:after{content:\"\";position:absolute;z-index:-1;bottom:-10px;left:10px;width:calc(100% - 20px);height:100%;background-color:#f6f6f3}.loyalty-plans .wrap-plans:before{content:\"\";position:absolute;top:0;left:-110px;width:115px;height:705px;background-image:url(/static/svg/mark-water-club.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;z-index:-1}@media (max-width: 1365px){.loyalty-plans .wrap-plans:before{left:-70px;width:80px}}@media (max-width: 1279px){.loyalty-plans .wrap-plans:before{content:none}}.loyalty-plans .wrap-plans .plans-header .wrap-header{text-align:center;padding:50px 75px 0;max-width:1150px;margin:0 auto;background:#fff}@media (max-width: 1365px){.loyalty-plans .wrap-plans .plans-header .wrap-header{padding:50px 35px 0}}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.loyalty-plans .wrap-plans .plans-header .wrap-header .header-title{font-size:34px}}@media (min-width: 768px){.loyalty-plans .wrap-plans .plans-header .wrap-header .header-title{font-size:34px}}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-header .wrap-header .header-title{font-size:34px;text-align:left}}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-title{padding-bottom:10px;text-align:center!important}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-subtitle{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-header .wrap-header .header-subtitle{text-align:left}}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-subtitle{padding-right:7px}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-icon{position:relative;display:inline-block;vertical-align:middle;width:26px;height:26px;border-radius:50%;border:1px solid #393939;opacity:.5}.loyalty-plans .wrap-plans .plans-header .wrap-header .header-icon:before{position:absolute;top:53%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:26px;color:var(--cl_icon, #222222)}.loyalty-plans .wrap-plans .plans-content .wrap-content{padding:50px 75px;margin:0 auto;background:#fff}@media (max-width: 1365px){.loyalty-plans .wrap-plans .plans-content .wrap-content{padding:50px 35px}}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table#desktop-table{display:none}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table#devices-table{display:block}@media (min-width: 1024px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table#desktop-table{display:block}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table#devices-table{display:none}}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header{font-size:0;border-bottom:1px solid var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .section-header{display:inline-block;vertical-align:top;width:16.6666666667%;padding:5px 10px;text-align:center}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .section-header.colors .header-title{color:#000;font-weight:600;font-size:24px;text-transform:none;line-height:1;padding-top:10px;text-align:center!important;letter-spacing:0}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .section-header.colors .header-subtitle{color:#000;font-size:12px;font-weight:600;text-align:center!important;letter-spacing:0}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .section-header.colors .header-subtitle .number{color:#000;font-weight:600}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .main-header{position:relative;display:inline-block;vertical-align:top;width:50%;padding:5px 0 5px 15px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-title{text-align:left}}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-title{text-align:left!important}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-subtitle{text-align:left}}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-subtitle{text-align:left!important}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .header-subtitle .number{font-size:12px;font-weight:800;padding-left:5px;color:#fff}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element{font-size:0}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header{display:inline-block;vertical-align:top;width:50%;padding:18px 30px;height:68px;border-bottom:1px solid var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header .element-header-title{position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header .element-header-title{font-size:20px}}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header .element-header-title{text-align:left}}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header .element-header-title{text-align:left!important}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header .element-header-title:before{position:absolute;top:5px;right:calc(100% + 2px);display:inline-block;vertical-align:top;content:\">\";font-family:icomoon;font-size:12px;color:#393939;padding-right:2px;padding-bottom:2px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info{display:inline-block;vertical-align:top;width:50%;height:68px;font-size:0;border-bottom:1px solid var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section{display:inline-block;vertical-align:top;width:33.3333333333%;height:100%}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section:nth-child(1),.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section:nth-child(3){background-color:var(--cl_preload-bg, #f6f6f6)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data{height:100%;position:relative}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .icon-ko{position:absolute;top:50%;left:50%;font-size:2px;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .icon-ko:before{opacity:.5}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .icon-ok{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);width:20px;height:20px;font-size:14px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .data-text{position:absolute;top:50%;left:0;width:100%;padding:0 10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:var(--font-title);text-align:center;font-size:12px;font-weight:600;color:#393939;opacity:.5;line-height:116.6666666667%}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .data-text.color-green{color:var(--cl_green, #77c164);opacity:1}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .data-number{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-family:var(--font-title);font-size:20px;font-weight:600;color:var(--cl_corp, #0d0d0d)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section .section-data .data-number.color-green{color:var(--cl_green, #77c164)}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot{padding-top:40px;font-size:0}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .icon-foot{position:relative;display:inline-block;vertical-align:top;border-radius:50%;width:26px;height:26px;border:1px solid var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .icon-foot:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:26px;color:var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content{display:inline-block;vertical-align:top;width:calc(100% - 30px);padding-top:2px}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element{position:relative;padding-left:10px}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text{font-size:20px}}@media (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text{text-align:left}}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text{padding-bottom:15px;font-size:14px!important}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text .element-link{position:relative;display:inline-block;color:#393939;margin-right:3px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text .element-link:before{content:\"\";position:absolute;top:calc(100% + 2px);left:0;width:100%;height:1px;background-color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text .element-link{color:var(--cl_title, #222)}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot .wrap-foot .foot-content .foot-element .element-text .element-link:before{background-color:var(--cl_title, #222)}}@media (max-width: 1023px){.loyalty-plans .wrap-plans .plans-header{max-width:750px;margin:0 auto;padding:0}.loyalty-plans .wrap-plans .plans-header .wrap-header{padding:50px 30px 0}.loyalty-plans .wrap-plans .plans-content{max-width:750px;margin:0 auto;padding:0}.loyalty-plans .wrap-plans .plans-content .wrap-content{padding:30px 35px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table{border-bottom:none;border-top:none}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element.active .table-element-header .element-header-icon:before{content:\"\\e91b\"}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element.active .table-element-content{max-height:1500px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header{position:relative;padding:12px 20px;margin-bottom:20px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header.colors .element-header-info .header-info-title,.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header.colors .element-header-info .header-info-subtitle{color:#000;font-size:14px;text-align:left}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header.colors .element-header-icon{border-color:#000}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header.colors .element-header-icon:before{color:#000}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info{padding-right:50px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}}@media (max-width: 1023px) and (min-width: 540px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-title{font-size:34px}}@media (max-width: 1023px) and (min-width: 768px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-title{font-size:34px}}@media (max-width: 1023px) and (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-title{font-size:34px;text-align:left}}@media (max-width: 1023px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-subtitle{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}}@media (max-width: 1023px) and (min-width: 1280px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-subtitle{text-align:left}}@media (max-width: 1023px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-info .header-info-subtitle .number{padding-left:5px;font-weight:800;font-size:14px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-icon{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:33px;height:33px;border-radius:50%;border:2px solid var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-header .element-header-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:10px;color:var(--cl_border-light, #ededed)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-content{overflow:hidden;max-height:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .85s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .85s;transition:all cubic-bezier(.785,.135,.15,.86) .85s}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .main-header{width:100%;padding:12px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-header .main-header:after{content:none}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info{padding-bottom:25px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header{width:50%;background-color:transparent;padding:25px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info{width:50%;background-color:#efece9}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info .info-section{width:100%}}@media (max-width: 767px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header{width:calc(100% - 135px)}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-info{width:135px}}@media (max-width: 539px){.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .plans-table-element .table-element-content{padding:0 15px}.loyalty-plans .wrap-plans .plans-content .wrap-content .plans-table .table-info .info-list .list-element .element-header{padding:25px 10px}.loyalty-plans .wrap-plans .plans-content .wrap-content .content-foot{padding:0 15px}}.employ-form .wrap-form{padding:0 0 60px}.employ-form .wrap-form .form-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.employ-form .wrap-form .form-title{text-align:left}}.employ-form .wrap-form .form-title{padding-bottom:20px;border-bottom:1px solid var(--cl_border-light, #ededed);border-bottom:1px solid #d2d1d1;margin-bottom:40px}.employ-form .wrap-form .form-subtitle{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.employ-form .wrap-form .form-subtitle{font-size:20px}}@media (min-width: 1280px){.employ-form .wrap-form .form-subtitle{text-align:left}}.employ-form .wrap-form .form-subtitle{padding:40px 20px 10px}.employ-form .wrap-form .wrap-fields{padding:30px 20px 0;margin:0 -15px;font-size:0}.employ-form .wrap-form .wrap-fields .employ-input{display:inline-block;vertical-align:top;width:50%;padding:0 22px 28px 15px}@media (max-width: 767px){.employ-form .wrap-form .wrap-fields .employ-input{width:100%}}.employ-form .wrap-form .wrap-fields .employ-input.file-input{font-size:0}.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element:after{content:\"\\e936\";position:absolute;top:calc(50% - 9px);right:22px;font-family:icomoon;font-size:18px;pointer-events:none}.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element .input-text{display:none}.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element .file-label{position:absolute;top:0;left:0;width:100%;height:100%;display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element .file-label{font-size:20px}}@media (min-width: 1280px){.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element .file-label{text-align:left}}.employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input-element .file-label{padding:18px 50px 15px 20px;cursor:pointer;text-overflow:ellipsis;overflow:hidden;text-align:left!important;font-size:14px!important}.employ-form .wrap-form .wrap-fields .employ-textarea{margin-left:15px;width:calc(100% - 30px)}.employ-form .wrap-form .form-foot{padding:30px 20px 0}.employ-form .wrap-form .form-foot .wrap-foot{position:relative}.employ-form .wrap-form .form-foot .wrap-foot .foot-text{width:calc(100% - 220px)}@media (max-width: 767px){.employ-form .wrap-form .form-foot .wrap-foot .foot-text{width:100%}}.employ-form .wrap-form .form-foot .wrap-foot .foot-text .wrap-check{width:100%;padding-top:10px;padding-bottom:0}.employ-form .wrap-form .form-foot .wrap-foot .foot-text .must-text{position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.employ-form .wrap-form .form-foot .wrap-foot .foot-text .must-text{font-size:20px}}@media (min-width: 1280px){.employ-form .wrap-form .form-foot .wrap-foot .foot-text .must-text{text-align:left}}.employ-form .wrap-form .form-foot .wrap-foot .foot-text .must-text{padding-left:20px;font-size:14px!important;text-align:left!important}.employ-form .wrap-form .form-foot .wrap-foot .foot-text .must-text:before{content:\"\";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:8px;border:2px solid var(--cl_border-light, #ededed);border-radius:50%}.employ-form .wrap-form .form-foot .wrap-foot .foot-btn{position:absolute;top:0;right:0}@media (max-width: 767px){.employ-form .wrap-form .form-foot .wrap-foot .foot-btn{width:100%;position:relative;margin:30px auto 0;text-align:center}}.employ-form .wrap-form .form-foot .wrap-foot .foot-btn .btn-corp{background-color:transparent;padding:0}@media (max-width: 1679px){.employ-form .employ-form .wrap-form{padding:0 0 50px}}@media (max-width: 1365px){.employ-form .employ-form .wrap-form{padding:0 0 50px}}@media (max-width: 1279px){.employ-form .employ-form .wrap-form{padding:0 0 50px}}@media (max-width: 1023px){.employ-form .employ-form .wrap-form{padding:0 0 50px}}@media (max-width: 767px){.employ-form .employ-form .wrap-form{padding:0 0 50px}.employ-form .employ-form .wrap-form .form-subtitle{font-size:16px}.employ-form .employ-form .wrap-form .wrap-fields .employ-input{width:100%}.employ-form .employ-form .wrap-form .wrap-fields .employ-input.file-input .wrap-input .file-label{font-size:15px;padding:17px 10px 13px}.employ-form .employ-form .wrap-form .form-foot .wrap-foot{text-align:center}.employ-form .employ-form .wrap-form .form-foot .wrap-foot .foot-text{text-align:left;width:100%}.employ-form .employ-form .wrap-form .form-foot .wrap-foot .foot-btn{position:relative;top:0;margin-top:30px}}@media (max-width: 539px){.employ-form .employ-form .wrap-form .form-subtitle{font-size:15px;line-height:160%}}.footer-hotels .wrap-footer-hotels{padding:40px 0 60px;margin-bottom:50px}.footer-hotels .hotels-element-finfo .wrap-hotels-info{position:relative;padding-right:35px}@media (min-width: 768px){.footer-hotels .hotels-element-finfo{display:inline-block;vertical-align:top;width:100%!important}.footer-hotels .hotels-element-finfo .wrap-hotels-info{padding-left:0!important}}@media (min-width: 1280px){.footer-hotels .hotels-element-finfo .wrap-hotels-info{display:flex;justify-content:space-between;align-items:center}}.footer-hotels .hotels-element-finfo{font-size:12px!important}@media (min-width: 1024px){.footer-hotels .hotels-info-checker:checked~.hotels-info-box{display:inline-block;padding-left:0!important}}.footer-hotels .hotels-info-box .hotels-box-icon{position:absolute;top:17px;left:0;font-size:21px;color:#393939}@media (min-width: 1280px){.footer-hotels .hotels-info-box{width:100%!important;display:flex!important;justify-content:space-between;align-items:center}}.sta-internbar-air_text-icons{display:flex;align-items:center;gap:10px}.sta-internbar-air_text-icons .sta-internbar-air_text-hotel{font-family:var(--font-text);font-size:12px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:1px;margin-top:5px}.sta-internbar-air_text-icons .sta-internbar-air_icons{display:flex;justify-content:center;align-items:center;gap:6px}.sta-internbar-air_text-icons .sta-internbar-air_icons--star{background-image:url(/assets/babylon/svg/stars-white.svg);background-size:cover;background-position:center;width:11px;height:10px;filter:invert(1)}.sta-internbar-air_text-icons .sta-internbar-air_icons--key{background-image:url(/assets/babylon/svg/keys-white.svg);background-size:cover;background-position:center;width:9.85px;height:10.57px;filter:invert(1)}.hotel-list-colums{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:30px}@media (max-width: 1279px){.hotel-list-colums{display:flex;flex-direction:column;align-items:center}}@media (max-width: 1279px){.hotel-list-colums .hotel-list-box{width:90%}}.hotel-list-colums .hotel-list-logo{max-width:100%;width:440px;max-height:60px}@media (max-width: 767px){.hotel-list-colums .hotel-list-logo{max-height:40px;width:300px}}@media (max-width: 1023px){.back-404{display:none}}.warning-page{background-position:0 0;background-repeat:repeat;background-color:var(--cl_preload-bg, #f6f6f3);height:100vh}.warning-box .wrap-warning-box .warning-box-icon{font-size:60px;color:#393939;padding-bottom:25px;display:block}@media (min-width: 768px){.warning-box .wrap-warning-box .warning-box-title{font-size:34px}}@media (min-width: 1280px){.warning-box .wrap-warning-box .warning-box-title{font-size:34px;text-align:left}}.warning-box .wrap-warning-box .warning-box-title{text-align:center!important;padding-bottom:10px}.warning-box .wrap-warning-box .warning-box-subtitle{text-align:center!important;padding-bottom:35px}.warning-box .wrap-warning-box .warning-box-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.warning-box .wrap-warning-box .warning-box-text{font-size:20px}}@media (min-width: 1280px){.warning-box .wrap-warning-box .warning-box-text{text-align:left}}.warning-box .wrap-warning-box .warning-box-text{padding-bottom:35px;padding-top:15px}@media (min-width: 768px){.warning-box{position:relative;display:inline-block;vertical-align:middle;width:470px;height:470px;background-color:#fff;border-radius:50%}.warning-box .wrap-warning-box{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);padding:0;background-color:transparent;width:70%}}@media (min-width: 1280px){.breakfasts.big-wrapper{max-width:1510px;margin:0 auto}}@media (min-width: 1680px){.breakfasts.big-wrapper{max-width:1540px}}@media (min-width: 768px){.collage-module.add-corpicon{position:relative;overflow:hidden}.collage-module.add-corpicon:before{content:\"\\e94f\";position:absolute;top:400px;left:-45px;font-family:icomoon;font-size:195px;color:#d3d3c833;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);pointer-events:none}}@media (min-width: 1024px){.collage-module.add-corpicon:before{left:80px}}@media (min-width: 1280px){.collage-module.add-corpicon:before{top:40px;left:-30px;font-size:260px}}@media (min-width: 1680px){.collage-module.add-corpicon:before{top:50px;left:55px;font-size:350px}}@media (min-width: 1280px){.collage-module .collage-module-box{position:relative}}@media (min-width: 768px) and (max-width: 1279px){.collage-module .collage-module-box{max-width:625px;margin:0 auto}}.collage-module-element:last-child .wrap-collage-element{padding-bottom:0}.collage-module-element .wrap-collage-element{padding-bottom:60px}@media (min-width: 1280px){.collage-module-element .wrap-collage-element{padding-bottom:0;font-size:0}.collage-module-element:nth-child(1){padding-bottom:15%}.collage-module-element:nth-child(1) .wrap-collage-element{overflow:hidden}.collage-module-element:nth-child(1) .collage-element-media{float:right;padding:0 0 0 40px}.collage-module-element:nth-child(1) .collage-element-info{float:left;font-size:0}.collage-module-element:nth-child(1) .collage-element-info:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;padding-top:85%;opacity:0;pointer-events:none}.collage-module-element:nth-child(1) .collage-element-info .collage-element-info_wrapper{display:inline-block;vertical-align:middle;padding:0 40px 0 0}.collage-module-element:nth-child(2){position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.collage-module-element:nth-child(2) .wrap-collage-element{position:relative}.collage-module-element:nth-child(2) .collage-element-media{margin-right:50%;padding:0 40px 0 0}.collage-module-element:nth-child(2) .collage-element-info{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.collage-module-element:nth-child(2) .collage-element-info .collage-element-info_wrapper{padding:0 0 0 40px}}@media (min-width: 1280px) and (min-width: 1680px){.collage-module-element:nth-child(2) .collage-element-media{padding:0 60px 0 0}}@media (min-width: 1280px){.collage-module-element:nth-child(3){padding-top:15%}.collage-module-element:nth-child(3) .wrap-collage-element{overflow:hidden}.collage-module-element:nth-child(3) .collage-element-media{float:right;padding:0 0 0 40px}.collage-module-element:nth-child(3) .collage-element-info{float:left;font-size:0}.collage-module-element:nth-child(3) .collage-element-info:before{content:\"\";position:relative;display:inline-block;vertical-align:middle;width:0;padding-top:85%;opacity:0;pointer-events:none}.collage-module-element:nth-child(3) .collage-element-info .collage-element-info_wrapper{display:inline-block;vertical-align:middle;padding:0 40px 0 0}}.collage-element-media .collage-element-media_wrapper{position:relative;padding-top:92%}.collage-element-media .collage-element-media_photo{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}@media (min-width: 768px) and (max-width: 1279px){.collage-element-media{max-width:430px;margin:0 auto}}@media (min-width: 1280px){.collage-element-media{display:inline-block;vertical-align:middle;width:50%;padding-right:40px}}@media (min-width: 1680px){.collage-element-media{padding-right:60px}}.collage-element-info .collage-element-info_wrapper{padding-top:30px}.collage-element-info .collage-element-info_bigtitle{font-family:var(--font-title);font-size:28px;font-weight:400;color:var(--cl_title, #222);line-height:111.7647058824%;padding-bottom:10px}.collage-element-info .collage-element-info_title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.collage-element-info .collage-element-info_title{text-align:left}}.collage-element-info .collage-element-info_title{padding-bottom:10px}.collage-element-info .collage-element-info_text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.collage-element-info .collage-element-info_text{font-size:20px}}@media (min-width: 1280px){.collage-element-info .collage-element-info_text{text-align:left}}.collage-element-info .collage-element-info_btn{margin-top:30px}@media (min-width: 768px){.collage-element-info .collage-element-info_wrapper{padding-top:50px}.collage-element-info .collage-element-info_bigtitle{font-size:34px;padding-bottom:20px}.collage-element-info .collage-element-info_text{font-size:19px;line-height:157.8947368421%}}@media (min-width: 1280px){.collage-element-info{display:inline-block;vertical-align:middle;width:50%}.collage-element-info .collage-element-info_wrapper{padding:0 0 0 40px}.collage-element-info .collage-element-info_text,.collage-element-info .collage-element-info_title,.collage-element-info .collage-element-info_bigtitle{max-width:600px}}@media (min-width: 1280px) and (max-width: 1679px){.collage-element-info .collage-element-info_text{font-size:17px}}@media (min-width: 1680px){.collage-element-info .collage-element-info_wrapper{padding:0 0 0 60px}.collage-element-info .collage-element-info_bigtitle{font-size:44px}.collage-element-info .collage-element-info_title{padding-bottom:25px}}.scheme-info .wrap-scheme-info{padding:50px 0}.scheme-info .scheme-info-element .scheme-info-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.scheme-info .scheme-info-element .scheme-info-title{text-align:left}}.scheme-info .scheme-info-element .scheme-info-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.scheme-info .scheme-info-element .scheme-info-text{font-size:20px}}@media (min-width: 1280px){.scheme-info .scheme-info-element .scheme-info-text{text-align:left}}.scheme-info .scheme-info-element .scheme-info-text,.scheme-info .scheme-media-element .wrap-media-element{padding-top:30px}.scheme-info .scheme-media-element .scheme-media-img{display:block;width:100%;height:auto}@media (min-width: 768px){.scheme-info .wrap-scheme-info{padding:80px 0}.scheme-info .scheme-info-element .scheme-info-title{font-size:18px}.scheme-info .scheme-info-element .scheme-info-text{font-size:19px;line-height:157.8947368421%}}@media (min-width: 1280px){.scheme-info .scheme-info-element .wrap-info-element{font-size:0;text-align:center}.scheme-info .scheme-info-element .scheme-info-text{display:inline-block;vertical-align:top;width:50%}.scheme-info .scheme-media-element .wrap-media-element{padding-top:60px}}@media (min-width: 1680px){.scheme-info .wrap-scheme-info{padding:100px 0}}.intern-gallery .intern-gallery-title{font-family:var(--font-title);font-size:28px;font-weight:400;color:var(--cl_title, #222);text-align:center}@media (min-width: 540px){.intern-gallery .intern-gallery-title{font-size:34px}}@media (min-width: 768px){.intern-gallery .intern-gallery-title{font-size:40px}}@media (min-width: 1280px){.intern-gallery .intern-gallery-title{font-size:44px;text-align:left}}.gallery-page-content .wrap-gallery-content{padding-top:10px}@media (min-width: 768px){.gallery-page-content .wrap-gallery-content{margin:0 -20px;font-size:0}}@media (min-width: 1280px){.gallery-page-content .wrap-gallery-content{margin:0 -20px}}@media (min-width: 1680px){.gallery-page-content .wrap-gallery-content{margin:0 -30px}}.intern-gallery-element{display:block;pointer-events:none}.intern-gallery-element.hide{display:none}.intern-gallery-element .wrap-gallery-element{padding-bottom:25px}@media (min-width: 1025px){.intern-gallery-element .gallery-element-info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@media (min-width: 768px){.intern-gallery-element{display:inline-block;vertical-align:top;width:50%;pointer-events:auto;padding:20px}.intern-gallery-element .wrap-gallery-element{padding:0}}@media (max-width: 1279px){.intern-gallery-element .gallery-element-info{display:none}}@media (min-width: 1280px){.intern-gallery-element{width:25%;padding:10px 20px}.intern-gallery-element .wrap-gallery-element{padding:0;position:relative;overflow:hidden}}@media (min-width: 1680px){.intern-gallery-element{padding:15px 30px}}.gallery-element-img{position:relative;overflow:hidden;padding-top:93%}.gallery-element-info .wrap-element-info{position:relative;background-color:var(--cl_background_white, #ffffff);padding:10px 15px}.gallery-element-info .wrap-element-info .element-info-text{position:relative;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}.gallery-element-info .wrap-element-info .element-info-text{padding:0 25px 0 10px}.gallery-element-info .wrap-element-info .element-info-text:before{content:\"\\e903\";position:absolute;top:3px;left:0;font-family:icomoon;font-size:6px;color:#868686}.gallery-element-info .wrap-element-info .element-info-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:15px;color:#868686;display:none}@media (min-width: 768px){.gallery-element-info .wrap-element-info{padding:14px 20px}}@media (min-width: 1280px){.gallery-element-info{position:absolute;bottom:0;left:0;width:100%;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}}@media (min-width: 1680px){.gallery-element-info .wrap-element-info .element-info-text{padding-left:15px}.gallery-element-info .wrap-element-info .element-info-icon{right:20px}}.info-banner .wrap-info-banner{position:relative}.info-banner .wrap-info-banner .info-banner-arrows{position:absolute;z-index:2;width:calc(100% + 38px);left:-19px;overflow:hidden;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.info-banner .wrap-info-banner .info-banner-arrows .swiper-btn{pointer-events:auto}.info-banner .wrap-info-banner .info-banner-arrows .swiper-btn.swiper-button-next{float:right}.info-banner .wrap-info-banner .info-banner-arrows .swiper-btn.swiper-button-prev{float:left}.info-banner .wrap-info-banner .info-banner-counter{position:absolute;z-index:2;right:10px;top:10px}@media (max-width: 1279px){.info-banner .wrap-info-banner .info-banner-counter:before{background-color:#fff}.info-banner .wrap-info-banner .info-banner-counter .counter-num{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}}@media (min-width: 1024px){.info-banner .wrap-info-banner .info-banner-arrows{width:calc(100% + 140px);left:-70px}}@media (min-width: 1280px){.info-banner.info-right .banner-box-info{left:auto;right:0}.info-banner.info-right .banner-box-info .wrap-banner-info{padding:35px 35px 0 0}.info-banner.info-right .banner-box-info .wrap-banner-info{padding:0 85px 0 0}.info-banner .wrap-info-banner .info-banner-counter{right:-63px;-webkit-transform:translateY(-80px);-moz-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px)}}@media (min-width: 1680px){.info-banner.info-right .banner-box-info .wrap-banner-info{padding:50px 65px 0 0}}@media (min-width: 1280px){.info-banner-box .wrap-banner-box{position:relative}}.banner-box-photo .wrap-banner-photo{position:relative;padding-top:44%;overflow:hidden}.banner-box-photo .wrap-banner-photo .banner-photo-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.banner-box-info .wrap-banner-info{padding-bottom:15px}@media (min-width: 768px){.banner-box-info .wrap-banner-info{padding-bottom:30px}}@media (min-width: 1280px){.banner-box-info{position:absolute;z-index:1;left:0;top:0;width:50%}.banner-box-info .wrap-banner-info{padding:35px 0 0 35px}}@media (min-width: 1680px){.banner-box-info .wrap-banner-info{padding:50px 0 0 65px}}.banner-info-header{text-align:center}.banner-info-header .banner-header-title{font-family:var(--font-title);font-size:28px;font-weight:400;color:var(--cl_title, #222);line-height:111.7647058824%}.banner-info-header .banner-header-subtitle{display:none}@media (min-width: 540px){.banner-info-header{text-align:left}.banner-info-header .banner-header-title{font-size:34px}}@media (min-width: 768px){.banner-info-header .banner-header-title{font-size:40px}.banner-info-header .banner-header-subtitle{display:block;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding-top:10px}}@media (min-width: 768px) and (min-width: 1280px){.banner-info-header .banner-header-subtitle{text-align:left}}@media (min-width: 1280px){.banner-info-header .banner-header-title,.banner-info-header .banner-header-subtitle{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}}@media (min-width: 1680px){.banner-info-header .banner-header-title{font-size:60px}}.banner-info-content .banner-content-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.banner-info-content .banner-content-text{font-size:20px}}@media (min-width: 1280px){.banner-info-content .banner-content-text{text-align:left}}.banner-info-content .banner-content-text:before{content:\"\";display:block;width:30px;height:3px;background-color:var(--cl_corp, #0d0d0d);margin:15px 0}.banner-info-content .banner-content-btn{margin-top:20px}@media (min-width: 768px){.banner-info-content .banner-content-text{font-size:22px}.banner-info-content .banner-content-text:before{margin:23px 0 20px;width:50px}.banner-info-content .banner-content-btn{margin-top:30px}}@media (min-width: 1280px){.banner-info-content .banner-content-text{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4);font-size:19px}.banner-info-content .banner-content-text:before{background-color:#fff}.banner-info-content .banner-content-btn .btn-linker-text{color:#fff;border-color:#fffc;text-shadow:2px 2px 2px rgba(33,33,33,.4)}.banner-info-content .banner-content-btn .btn-linker-text:before{color:#fff}.banner-info-content .banner-content-btn .btn-linker-text:after{background-color:#fff}}@media (min-width: 1680px){.banner-info-content .banner-content-text{font-size:20px}}@media (min-width: 1280px){.contact-page.full-page .wrap-contact-page{overflow:hidden}.contact-page.full-page .contact-page-header{float:left;width:400px}.contact-page.full-page .contact-page-header .wrap-contact-header{border:none;padding-bottom:0}.contact-page.full-page .contact-page-info{float:left;width:400px;clear:both}.contact-page.full-page .contact-page-info .wrap-contact-info{padding-right:60px;padding-top:30px}.contact-page.full-page .contact-page-info .wrap-contact-info .contact-info-text{max-width:320px}.contact-page.full-page .contact-page-form{float:right;width:calc(100% - 400px)}.contact-page.full-page .contact-page-form .contact-form-fields .wrap-contact-fields{padding-top:0;font-size:0}.contact-page.full-page .contact-page-form .left-box{display:inline-block;vertical-align:top;width:350px}.contact-page.full-page .contact-page-form .right-box{display:inline-block;vertical-align:top;width:calc(100% - 350px)}.contact-page.full-page .contact-page-form .contact-fields-element{width:100%}.contact-page.full-page .contact-page-form .contact-fields-element .input-element.textarea .wrap-input-element{height:530px}}.contact-page-header .wrap-contact-header{padding:5px 0 30px;text-align:center;border-bottom:2px solid var(--cl_border-light, #ededed)}@media (min-width: 768px){.contact-page-header .wrap-contact-header{position:relative;padding:5px 0 30px}.contact-page-header .wrap-contact-header .contact-header-btn{display:block;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1366px){.contact-page-header .wrap-contact-header{position:relative;padding:35px 0}}.contact-page.block-reserva{margin-top:10px;margin-bottom:30px}@media (min-width: 1280px){.contact-page.block-reserva{margin-top:40px}}@media (min-width: 1280px){.contact-page.block-reserva .contact-page-info{width:320px}}.contact-page.block-reserva .contact-page-form .wrap-contact-form{padding-top:10px}@media (min-width: 1280px){.contact-page.block-reserva .contact-page-form .wrap-contact-form{padding-top:30px}}.contact-page-info{margin-bottom:30px}.contact-page-info .wrap-contact-info-header{padding-bottom:20px;border-bottom:2px solid #d2d1d1}.contact-page-info .wrap-contact-info-header .contact-header-title{position:relative;font-family:var(--font-text);font-size:18px;font-weight:600;text-transform:uppercase;color:var(--cl_title, #222);letter-spacing:.02em;line-height:200%}.contact-page-info .wrap-contact-info-data{padding-bottom:20px;padding-top:20px;border-bottom:2px solid #d2d1d1}.contact-page-info .wrap-contact-info-data .contact-info-data-label{position:relative;font-family:var(--font-text);font-size:18px;font-weight:500;color:rgba(var(--cl_text, #444444),.5);letter-spacing:.02em;line-height:177.7777777778%}.contact-page-info .wrap-contact-info-data .contact-info-data-date{position:relative;font-family:var(--font-text);font-size:18px;font-weight:600;color:rgba(var(--cl_text, #444444),1);letter-spacing:.02em;line-height:177.7777777778%}.contact-page-info .wrap-contact-info-data .contact-info-data-msg{position:relative;font-family:var(--font-text);font-size:16px;font-weight:600;color:#5bad41;letter-spacing:.02em;line-height:177.7777777778%}.contact-page-info .wrap-contact-info-data:nth-child(2),.contact-page-info .wrap-contact-info-data:nth-child(3){width:100%}@media (min-width: 768px){.contact-page-info .wrap-contact-info-data:nth-child(2),.contact-page-info .wrap-contact-info-data:nth-child(3){width:50%;display:inline-block;float:left}}@media (min-width: 1280px){.contact-page-info .wrap-contact-info-data:nth-child(2),.contact-page-info .wrap-contact-info-data:nth-child(3){width:100%;float:none}}.contact-page-info .wrap-contact-info-link{text-align:center;padding-bottom:20px;padding-top:20px}.contact-page-info .wrap-contact-info-link .contact-info-view{position:relative;font-family:var(--font-text);font-size:13x;font-weight:500;color:rgba(var(--cl_text, #444444),.5);text-transform:uppercase;letter-spacing:.02em;line-height:155.5555555556%;display:inline-block}.contact-page-info .wrap-contact-info-link .contact-info-view:after{content:\"\";width:100%;height:1px;position:absolute;background-color:rgba(var(--cl_text, #444444),.5);display:block}.contact-page-info .wrap-contact-info-price{background-color:var(--cl_preload-bg, #f6f6f6);display:flex;justify-content:space-between;align-items:center;padding:25px}.contact-page-info .wrap-contact-info-price .contact-info-price-txt{position:relative;font-family:var(--font-text);font-size:14px;font-weight:600;color:rgba(var(--cl_text, #444444),1);text-transform:uppercase;letter-spacing:.02em;line-height:100%;max-width:100px}.contact-page-info .wrap-contact-info-price .contact-info-price-num{position:relative;font-family:var(--font-text);font-size:24px;font-weight:600;color:rgba(var(--cl_text, #444444),1);text-transform:uppercase;letter-spacing:.05em;line-height:111.1111111111%}.contact-page-info .wrap-contact-info-price .contact-info-price-num span{font-size:13px;color:rgba(var(--cl_text, #444444),.5);letter-spacing:.02em;line-height:111.1111111111%;display:block;text-align:right}@media (min-width: 768px){.contact-page-info .wrap-contact-info{padding:45px 0 0}}.contact-page-form .wrap-contact-header .contact-header-title{position:relative;font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.contact-page-form .wrap-contact-header .contact-header-title{font-size:34px}}@media (min-width: 768px){.contact-page-form .wrap-contact-header .contact-header-title{font-size:34px}}@media (min-width: 1280px){.contact-page-form .wrap-contact-header .contact-header-title{font-size:34px;text-align:left}}.contact-page-form .wrap-contact-header .contact-header-title{margin-bottom:20px}.contact-page-form .wrap-contact-header .contact-header-text{max-width:610px;position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-form .wrap-contact-header .contact-header-text{font-size:20px}}@media (min-width: 1280px){.contact-page-form .wrap-contact-header .contact-header-text{text-align:left}}.contact-page-form .wrap-contact-form{padding:35px 0 10px}.contact-page-form .wrap-contact-form .contact-form-title{margin-bottom:40px}.contact-page-form .wrap-contact-form .contact-form-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-form .wrap-contact-form .contact-form-text{font-size:20px}}@media (min-width: 1280px){.contact-page-form .wrap-contact-form .contact-form-text{text-align:left}}@media (min-width: 768px){.contact-page-form .wrap-contact-form{padding:45px 0 60px}}::-webkit-input-placeholder{color:var(--cl_title, #222);font-size:14px}:-ms-input-placeholder{color:var(--cl_title, #222);font-size:14px}::placeholder{color:var(--cl_title, #222);font-size:14px}.must-element .must-element-text{padding-left:25px;font-size:14px!important;text-align:left!important}.contact-details-element:first-child .wrap-details-element{border-top:none}.details-element-header .wrap-details-header .details-header-icon{font-size:50px;color:#868686}.details-element-header .wrap-details-header .details-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.details-element-header .wrap-details-header .details-header-title{font-size:34px}}@media (min-width: 768px){.details-element-header .wrap-details-header .details-header-title{font-size:34px}}@media (min-width: 1280px){.details-element-header .wrap-details-header .details-header-title{font-size:34px;text-align:left}}.details-element-content .wrap-details-content .details-content-text{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.details-element-content .wrap-details-content .details-content-text .coordenates{display:inline-block;width:100px;font-size:13px;text-transform:uppercase}.details-element-content .wrap-details-content .details-content-social.icon-instagram:after{background-color:#515bd4}.contact-page-guides .wrap-contact-guides .contact-guides-subtitle{padding-bottom:25px;border-bottom:1px solid var(--cl_border-light, #ededed)}.contact-page-guides .legal-intro .box{border-bottom:1px solid var(--cl_border-light, #ededed);padding:20px 0}.contact-page-guides .legal-intro .box h3{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.contact-page-guides .legal-intro .box h3{text-align:left}}.contact-page-guides .legal-intro .box h3{padding:0;margin:0}.contact-page-guides .legal-intro .box p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-guides .legal-intro .box p{font-size:20px}}@media (min-width: 1280px){.contact-page-guides .legal-intro .box p{text-align:left}}.contact-page-guides .legal-intro .box p{padding:0;margin:0}.contact-page-guides .legal-intro h2{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.contact-page-guides .legal-intro h2{text-align:left}}.contact-page-guides .legal-intro h2{margin-top:30px;padding-bottom:20px}.contact-page-guides .legal-intro p,.contact-page-guides .legal-intro span{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-guides .legal-intro p,.contact-page-guides .legal-intro span{font-size:20px}}@media (min-width: 1280px){.contact-page-guides .legal-intro p,.contact-page-guides .legal-intro span{text-align:left}}.contact-page-guides .legal-intro p a,.contact-page-guides .legal-intro span a{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-guides .legal-intro p a,.contact-page-guides .legal-intro span a{font-size:20px}}@media (min-width: 1280px){.contact-page-guides .legal-intro p a,.contact-page-guides .legal-intro span a{text-align:left}}.contact-guides-element .wrap-guides-element:before{content:\"\";position:absolute;left:0;top:0;width:0px;height:3px;background-color:var(--cl_title, #222);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.guides-element-header .wrap-guides-header .guides-header-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}.guides-element-header .wrap-guides-header .icon-arrow-circle{transform:rotate(90deg);display:inline-block;font-size:24px;color:#39393980;position:absolute;right:20px;top:-4px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.footer-hotels .hotels-info-header .hotels-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.footer-hotels .hotels-info-header .hotels-header-title{font-size:34px}}@media (min-width: 768px){.footer-hotels .hotels-info-header .hotels-header-title{font-size:34px}}@media (min-width: 1280px){.footer-hotels .hotels-info-header .hotels-header-title{font-size:34px;text-align:left}}.warning-page{min-height:100vh;background-color:var(--cl_preload-bg, #f6f6f3)}@media (min-width: 1024px){.warning-page{padding-top:80px}}@media (max-width: 1023px){.warning-page{padding-bottom:200px}}.warning-page{background-position:0 0;background-repeat:repeat;background-color:var(--cl_preload-bg, #f6f6f3)}.warning-page .wrap-warning-page{position:relative;padding-top:25px;display:flex;align-items:center;justify-content:center}.warning-page .wrap-warning-page .warning-page-breadcrumbs{display:none}@media (min-width: 768px){.warning-page{padding-top:80px;height:calc(100vh - 230px)}.warning-page .big-wrapper{height:100%}.warning-page .wrap-warning-page{height:100%;overflow-y:auto;font-size:0;text-align:center}.warning-page .wrap-warning-page:before{content:none;position:relative;display:inline-block;vertical-align:middle;height:100%;width:0;opacity:0;pointer-events:none}}@media (min-width: 1024px){.warning-page{height:100vh}.warning-page .wrap-warning-page{padding-top:0}}.warning-box .wrap-warning-box{padding:25px 20px;text-align:center}.warning-box .wrap-warning-box .warning-box-icon{font-size:60px;color:var(--cl_icon, #222222);padding-bottom:25px;display:block}.warning-box .wrap-warning-box .warning-box-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.warning-box .wrap-warning-box .warning-box-title{font-size:34px}}@media (min-width: 768px){.warning-box .wrap-warning-box .warning-box-title{font-size:40px}}@media (min-width: 1280px){.warning-box .wrap-warning-box .warning-box-title{font-size:44px;text-align:left}}.warning-box .wrap-warning-box .warning-box-title{padding-bottom:10px}.warning-box .wrap-warning-box .warning-box-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.warning-box .wrap-warning-box .warning-box-subtitle{text-align:left}}.warning-box .wrap-warning-box .warning-box-subtitle{padding-bottom:35px}@media (min-width: 768px){.warning-box{position:relative;display:inline-block;vertical-align:middle;width:470px;height:470px;background-color:#fff;border-radius:50%}.warning-box .wrap-warning-box{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);padding:0;background-color:transparent}}.cookies-conf{padding-bottom:30px}.cookies-conf .cookies-conf-element{padding:5px 0}.cookies-conf .cookies-conf-element.text-on .conf-element-info{max-height:200px}.cookies-conf .cookies-conf-element .wrap-conf-element{overflow:hidden;padding:15px 20px 13px;background-color:var(--cl_background_white, #fafaf9)}@media (max-width: 539px){.cookies-conf{margin:0 -20px}.cookies-conf .cookies-conf-element .wrap-conf-element{padding:15px 15px 13px}}.conf-element-head{float:left;cursor:pointer}.conf-element-head .wrap-conf-head{position:relative;padding-left:1px;padding-top:2px}.conf-element-head .wrap-conf-head .conf-head-title{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.conf-element-head .wrap-conf-head .conf-head-title{font-size:20px}}@media (min-width: 1280px){.conf-element-head .wrap-conf-head .conf-head-title{text-align:left}}.conf-element-head .wrap-conf-head .conf-head-title:before{content:none;position:absolute;top:calc(50% - 3px);left:0;font-family:icomoon;font-size:7px;color:#393939}@media (min-width: 1025px){.conf-element-head .wrap-conf-head .conf-head-title{text-decoration:underline}}@media (max-width: 539px){.conf-element-head .wrap-conf-head .conf-head-title{font-size:18px}.conf-element-head .wrap-conf-head .conf-head-title:before{top:calc(50% - 3px)}}.conf-element-info{overflow:hidden;max-height:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;will-change:contents}.conf-element-info .wrap-conf-info{padding:15px 20px;text-align:left}.conf-element-info .wrap-conf-info .conf-info-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.conf-element-info .wrap-conf-info .conf-info-text{font-size:20px}}@media (min-width: 1280px){.conf-element-info .wrap-conf-info .conf-info-text{text-align:left}}.conf-element-btns{float:right}.conf-element-btns.blocked{cursor:not-allowed}.conf-element-btns.blocked .wrap-conf-btns{pointer-events:none}.conf-element-btns.active .wrap-conf-btns .conf-btns-text{display:none}.conf-element-btns.active .wrap-conf-btns .conf-btns-text.on{display:inline-block}.conf-element-btns.active .conf-btns-switch .switch-panel{background-color:var(--cl_corp, #0d0d0d)}.conf-element-btns.active .conf-btns-switch .switch-panel .switch-panel-icon{-webkit-transform:translateY(-50%) translateX(23px);-moz-transform:translateY(-50%) translateX(23px);-ms-transform:translateY(-50%) translateX(23px);-o-transform:translateY(-50%) translateX(23px);transform:translateY(-50%) translate(23px)}.conf-element-btns .wrap-conf-btns{font-size:0}.conf-element-btns .wrap-conf-btns .conf-btns-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:16px;font-weight:400;color:#393939cc;letter-spacing:.01em;padding-right:10px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.conf-element-btns .wrap-conf-btns .conf-btns-text.on{display:none}@media (max-width: 539px){.conf-element-btns .wrap-conf-btns .conf-btns-text{font-size:14px;padding:0 5px 2px 0}}.conf-btns-switch{display:inline-block;vertical-align:middle}.conf-btns-switch .switch-panel{position:relative;width:50px;height:26px;border-radius:50px;background-color:#cbcbcb;cursor:pointer;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.conf-btns-switch .switch-panel .switch-panel-icon{position:absolute;top:50%;left:4px;width:20px;height:20px;border-radius:50%;background-color:#fff;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;will-change:transform}.cookies-conf-btns .wrap-conf-btns{text-align:center;display:flex;justify-content:center;flex-direction:column}.cookies-conf-btns .wrap-conf-btns .btn-corp{display:inline-block;margin:0 auto 15px;overflow:hidden;position:relative}.error-box{margin:0 auto;padding:60px 0}.error-box.cookies{max-width:700px;background-color:#fff;padding:20px 30px}@media (min-width: 1024px){.error-box.cookies{padding:58px 78px}}.error-box.cookies .wrap-error-box .error-info{border-top:none;padding-top:0}.error-box .wrap-error-box{text-align:center}.error-box .wrap-error-box .error-icon{position:relative;display:inline-block;width:60px;height:60px;border-radius:50%;border:2px solid var(--cl_corp, #0d0d0d);margin-bottom:30px}.error-box .wrap-error-box .error-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:30px;color:var(--cl_corp, #0d0d0d)}.error-box .wrap-error-box .error-info{padding:30px 0;border-top:1px solid var(--cl_border-light, #ededed)}.error-box .wrap-error-box .error-info .error-info-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.error-box .wrap-error-box .error-info .error-info-title{font-size:34px}}@media (min-width: 768px){.error-box .wrap-error-box .error-info .error-info-title{font-size:40px}}@media (min-width: 1280px){.error-box .wrap-error-box .error-info .error-info-title{font-size:44px;text-align:left}}.error-box .wrap-error-box .error-info .error-info-title{text-align:center!important}.error-box .wrap-error-box .error-info .error-info-smalltitle{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.error-box .wrap-error-box .error-info .error-info-smalltitle{font-size:34px}}@media (min-width: 768px){.error-box .wrap-error-box .error-info .error-info-smalltitle{font-size:34px}}@media (min-width: 1280px){.error-box .wrap-error-box .error-info .error-info-smalltitle{font-size:34px;text-align:left}}.error-box .wrap-error-box .error-info .error-info-smalltitle{text-align:center!important}.error-box .wrap-error-box .error-info .error-info-subtitle{display:inline-block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.error-box .wrap-error-box .error-info .error-info-subtitle{font-size:20px}}@media (min-width: 1280px){.error-box .wrap-error-box .error-info .error-info-subtitle{text-align:left}}.error-box .wrap-error-box .error-info .error-info-subtitle{padding-top:15px;text-align:center!important}.error-box .wrap-error-box .error-info .error-info-subtitle.link{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.error-box .wrap-error-box .error-info .error-info-subtitle.link{text-align:left}}.error-box .wrap-error-box .error-info .error-info-subtitle.link{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:relative}.error-box .wrap-error-box .error-info .error-info-subtitle.link:after{content:\"\";width:100%;height:1px;background-color:#868686;display:block;position:absolute;bottom:0}@media (min-width: 1025px){.error-box .wrap-error-box .error-info .error-info-subtitle.link{color:#393939}}.error-box .wrap-error-box .error-subinfo{padding:25px 0;border-top:1px solid var(--cl_border-light, #ededed)}.error-box .wrap-error-box .error-subinfo .error-subinfo-text{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.error-box .wrap-error-box .error-subinfo .error-subinfo-text{text-align:left}}.error-box .wrap-error-box .error-foot{padding-top:40px;border-top:2px solid var(--cl_border-light, #ededed)}.gallery-page{padding-bottom:35px}.gallery-page .wrap-gallery-page{padding:20px 0 0}@media (min-width: 768px){.gallery-page .wrap-gallery-page{padding:20px 0 0}}@media (min-width: 1024px){.gallery-page .wrap-gallery-page{padding:60px 0 0}}@media (min-width: 1280px){.gallery-page .wrap-gallery-page{padding:40px 0 0}}@media (min-width: 1366px){.gallery-page .wrap-gallery-page{padding:10px 0 0}}@media (min-width: 1680px){.gallery-page .wrap-gallery-page{padding:0}}@media (min-width: 1280px){.gallery-page-header.fixed{position:fixed;z-index:11;top:80px;left:0;width:100%}.gallery-page-header.fixed .wrap-gallery-header{padding:17px 50px;background-color:#efefec}}@media (min-width: 1680px){.gallery-page-header.fixed{top:90px}}@media (min-width: 1280px){.gallery-page-header:not(.fixed){padding-top:0}}.gallery-page-header .wrap-gallery-header .gallery-header-breadcrumbs{display:none}.gallery-page-header .wrap-gallery-header .gallery-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.gallery-page-header .wrap-gallery-header .gallery-header-title{font-size:34px}}@media (min-width: 768px){.gallery-page-header .wrap-gallery-header .gallery-header-title{font-size:40px}}@media (min-width: 1280px){.gallery-page-header .wrap-gallery-header .gallery-header-title{font-size:44px;text-align:left}}.gallery-page-header .wrap-gallery-header .gallery-header-title{text-align:center!important}@media (min-width: 768px){.gallery-page-header .wrap-gallery-header{position:relative;max-width:500px;margin:0 auto}.gallery-page-header .wrap-gallery-header .gallery-header-title{padding-bottom:20px}}@media (min-width: 1280px){.gallery-page-header .wrap-gallery-header{max-width:initial;font-size:0}.gallery-page-header .wrap-gallery-header .gallery-header-breadcrumbs{display:block;position:absolute;right:-6px;bottom:calc(100% + 10px)}}.gallery-header-nav{padding-top:20px}@media (min-width: 1280px){.gallery-header-nav .wrap-gallery-nav{text-align:center;padding-top:20px}}.gallery-nav-btns .wrap-nav-btns{text-align:center;font-size:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}@media (min-width: 1280px){.gallery-nav-btns{display:none}}.nav-btns-element{display:inline-block;vertical-align:top}.nav-btns-element:first-child .wrap-btns-element{border-top-right-radius:0;border-bottom-right-radius:0}.nav-btns-element:last-child .wrap-btns-element{border-top-left-radius:0;border-bottom-left-radius:0}.nav-btns-element .wrap-btns-element{font-size:0;padding:16px 0;border:2px solid var(--cl_border-light, #ededed);border-radius:2px;width:160px}.nav-btns-element .wrap-btns-element .btns-element-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.nav-btns-element .wrap-btns-element .btns-element-text{text-align:left}}.nav-btns-element .wrap-btns-element .btns-element-text{padding-right:7px}.nav-btns-element .wrap-btns-element .btns-element-icon{display:inline-block;vertical-align:middle;font-size:9px;color:var(--cl_icon, #222222)}@media (min-width: 768px){.nav-btns-element .wrap-btns-element{width:250px}.nav-btns-element .wrap-btns-element .btns-element-icon{font-size:9px}}.gallery-nav{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.gallery-nav:before{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:var(--cl_background_white, #ffffff);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.gallery-nav.open{pointer-events:auto;opacity:1;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.gallery-nav.open:before{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.gallery-nav.open .gallery-nav-wrapper .gallery-nav-close,.gallery-nav.open .gallery-nav-wrapper .gallery-nav-box{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.gallery-nav .gallery-nav-wrapper{position:relative;z-index:2;overflow-y:auto;text-align:center;font-size:0}.gallery-nav .gallery-nav-wrapper:before{content:\"\";display:inline-block;vertical-align:middle;height:100vh;width:0;opacity:0;pointer-events:none}.gallery-nav .gallery-nav-wrapper .gallery-nav-close{position:absolute;top:20px;right:20px;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translate(20px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.gallery-nav .gallery-nav-wrapper .gallery-nav-box{display:inline-block;vertical-align:middle;max-width:500px;margin:0 auto;padding:0 40px;width:100%;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translate(-20px);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1280px){.gallery-nav:not(.desktop-unwrap){height:100%;top:0}.gallery-nav:not(.desktop-unwrap) .gallery-nav-wrapper:before{height:calc(100vh - 80px)}.gallery-nav:not(.desktop-unwrap) .gallery-nav-wrapper .gallery-nav-element.active .nav-element-text{color:var(--cl_title, #222)}}@media (min-width: 1280px) and (min-width: 1025px){.gallery-nav:not(.desktop-unwrap) .gallery-nav-wrapper .gallery-nav-element .nav-element-text{color:var(--cl_title, #222)}}@media (min-width: 1280px){.gallery-nav .gallery-nav-wrapper .gallery-nav-close{top:40px;right:40px}.gallery-nav.desktop-unwrap{position:relative;z-index:9;opacity:1;pointer-events:auto;height:auto;width:auto;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.gallery-nav.desktop-unwrap:before{content:none}.gallery-nav.desktop-unwrap .gallery-nav-wrapper:before{content:none}.gallery-nav.desktop-unwrap .gallery-nav-wrapper .gallery-nav-close{display:none}.gallery-nav.desktop-unwrap .gallery-nav-box{max-width:initial;padding:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;font-size:0;opacity:1}.gallery-nav.desktop-unwrap .gallery-nav-box .gallery-nav-header{display:none}.gallery-nav.desktop-unwrap .gallery-nav-element{display:inline-block;vertical-align:top}.gallery-nav.desktop-unwrap .gallery-nav-element.active .wrap-nav-element:after{width:45%}.gallery-nav.desktop-unwrap .gallery-nav-element.active .nav-element-text{color:var(--cl_title, #222)}.gallery-nav.desktop-unwrap .gallery-nav-element .wrap-nav-element{border-bottom:none;text-align:center;padding:5px 20px}.gallery-nav.desktop-unwrap .gallery-nav-element .wrap-nav-element:after{content:\"\";bottom:0;left:50%;right:auto;width:0;height:2px;background-color:#393939;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.gallery-nav.desktop-unwrap .gallery-nav-element .wrap-nav-element .nav-element-text{font-size:16px}}@media (min-width: 1280px) and (min-width: 1025px){.gallery-nav.desktop-unwrap .gallery-nav-element .wrap-nav-element:after{width:45%}}@media (min-width: 1680px){.gallery-nav:not(.desktop-unwrap){height:100%;top:0}.gallery-nav:not(.desktop-unwrap) .gallery-nav-wrapper:before{height:calc(100vh - 90px)}}.gallery-nav-header .wrap-nav-header{text-align:center;padding-bottom:25px;border-bottom:2px solid var(--cl_border-light, #ededed)}.gallery-nav-header .wrap-nav-header .nav-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.gallery-nav-header .wrap-nav-header .nav-header-title{font-size:34px}}@media (min-width: 768px){.gallery-nav-header .wrap-nav-header .nav-header-title{font-size:34px}}@media (min-width: 1280px){.gallery-nav-header .wrap-nav-header .nav-header-title{font-size:34px;text-align:left}}.gallery-nav-header .wrap-nav-header .nav-header-title{padding-bottom:10px}.gallery-nav-header .wrap-nav-header .nav-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.gallery-nav-header .wrap-nav-header .nav-header-subtitle{text-align:left}}.gallery-nav-element{cursor:pointer}.gallery-nav-element.active .wrap-nav-element:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);opacity:1}.gallery-nav-element .wrap-nav-element{position:relative;padding:20px 0;border-bottom:2px solid var(--cl_border-light, #ededed);text-align:left}.gallery-nav-element .wrap-nav-element:after{content:\"\\e91d\";position:absolute;bottom:26px;right:0;-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-ms-transform:translateX(-15px);-o-transform:translateX(-15px);transform:translate(-15px);font-family:icomoon;font-size:12px;color:var(--cl_icon, #222222);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.gallery-nav-element .wrap-nav-element .nav-element-text{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.gallery-nav-element .wrap-nav-element .nav-element-text{text-align:left}}.gallery-nav-element .wrap-nav-element .nav-element-text{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:left!important}@media (min-width: 1025px){.gallery-nav-element .wrap-nav-element:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0);opacity:1}}.gallery-header-counter .wrap-gallery-counter{font-size:0;text-align:center;padding-top:15px}.gallery-header-counter .wrap-gallery-counter .gallery-counter-num{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.gallery-header-counter .wrap-gallery-counter .gallery-counter-num{text-align:left}}.gallery-header-counter .wrap-gallery-counter .gallery-counter-num{padding-right:10px}.gallery-header-counter .wrap-gallery-counter .gallery-counter-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.gallery-header-counter .wrap-gallery-counter .gallery-counter-text{font-size:20px}}@media (min-width: 1280px){.gallery-header-counter .wrap-gallery-counter .gallery-counter-text{text-align:left}}.gallery-header-counter .wrap-gallery-counter .gallery-counter-text{padding-top:1px}@media (min-width: 1280px){.gallery-header-counter{position:relative;display:inline-block;vertical-align:middle;width:80px}}.gallery-page-content .wrap-gallery-content{padding-top:40px}@media (min-width: 1024px){.gallery-page-content .wrap-gallery-content{margin:0 -5px;font-size:0}}@media (min-width: 1680px){.gallery-page-content .wrap-gallery-content{margin:0 -7px}}.gallery-content-element{display:block}.gallery-content-element.hide{display:none}.gallery-content-element .wrap-gallery-element{padding-bottom:25px}@media (min-width: 1025px){.gallery-content-element .gallery-element-info{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@media (min-width: 1024px){.gallery-content-element{display:inline-block;vertical-align:top;width:100%;pointer-events:auto;padding:25px}}@media (min-width: 1280px){.gallery-content-element{padding:50px}.gallery-content-element .wrap-gallery-element{padding:0;position:relative;overflow:hidden}}@media (min-width: 1680px){.gallery-content-element{width:100%}}.gallery-element-img{position:relative;overflow:hidden;padding-top:66.66%}.gallery-element-img .gallery-img-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}@media (min-width: 1024px){.gallery-element-img{padding-top:92%}}.gallery-element-info .wrap-element-info{position:relative;background-color:var(--cl_background_white, #ffffff);padding:10px 20px}.gallery-element-info .wrap-element-info .element-info-text{position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.gallery-element-info .wrap-element-info .element-info-text{font-size:20px}}@media (min-width: 1280px){.gallery-element-info .wrap-element-info .element-info-text{text-align:left}}.gallery-element-info .wrap-element-info .element-info-text{padding:0 25px 0 15px}.gallery-element-info .wrap-element-info .element-info-text:before{content:\"> \";position:absolute;top:-2px;left:0;font-family:var(--font-text);font-size:14px;color:rgba(var(--cl_icon, #222222),.7)}.gallery-element-info .wrap-element-info .element-info-icon{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;color:rgba(var(--cl_icon, #222222),.7);display:none}@media (min-width: 768px){.gallery-element-info .wrap-element-info{padding:25px 20px}}@media (min-width: 1024px){.gallery-element-info .wrap-element-info .element-info-icon{display:block}}@media (min-width: 1280px){.gallery-element-info{position:absolute;bottom:0;left:0;width:100%;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.gallery-element-info .wrap-element-info{background-color:#fff;min-width:473px}}.gallery-subnav-video{text-align:center;padding-top:40px}.gallery-subnav-video .video-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.gallery-subnav-video .video-title{text-align:left}}.gallery-subnav-video .video-title{padding-bottom:15px}.gallery-subnav-video .video-element{display:inline-block;width:90%;max-width:1280px}.gallery-subnav-video .video-element .wrap-video-element{position:relative;padding-top:56.66%}.gallery-subnav-video .video-element .video-element-media,.gallery-subnav-video .video-element .video-element-media iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width: 768px){.gallery-subnav-video .video-title{padding-bottom:40px}}.gallery-subnav{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;padding:12px;background-color:var(--cl_background_white, #ffffff);pointer-events:none;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.gallery-subnav.open{pointer-events:auto;opacity:1}.gallery-subnav.open .wrap-gallery-subnav{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.gallery-subnav .wrap-gallery-subnav{height:100%;background-color:var(--cl_background_white, #ffffff);overflow:auto;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.gallery-subnav .gallery-subnav-close{position:absolute;top:10px;right:10px;z-index:2}@media (min-width: 768px){.gallery-subnav{padding:15px}.gallery-subnav .gallery-subnav-close{top:25px;right:25px}}@media (min-width: 1280px){.gallery-subnav{padding:20px}.gallery-subnav .gallery-subnav-close{top:40px;right:40px}}.room-page{position:relative;padding-top:0}@media (min-width: 1680px){.room-page{padding-top:60px}}.room-page .wrap-gallery-page{padding-top:0%}@media (min-width: 1024px){.room-page .gallery-element-img{padding-top:62%}}.room-page .gallery-page-header{position:relative}.room-page .gallery-page-header .wrap-gallery-header{text-align:left;max-width:670px;margin:0}.room-page .gallery-page-header .wrap-gallery-header h1{text-align:left}.room-page .gallery-page-header .wrap-gallery-header p{font-size:17px;line-height:1.4}.room-page .gallery-content-element{cursor:pointer;padding:7px 30px}.room-page .gallery-content-element .element-info-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:50px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.room-page .gallery-content-element .element-info-icon{font-size:70px}}@media (min-width: 1280px){.room-page .gallery-content-element{padding:7px 60px 7px 7px}}.room-page .room-element-info{position:relative;text-align:center;padding:15px 40px 30px 15px}.room-page .room-element-info .wrap-element-info h3{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.room-page .room-element-info .wrap-element-info h3{font-size:34px}}@media (min-width: 768px){.room-page .room-element-info .wrap-element-info h3{font-size:34px}}@media (min-width: 1280px){.room-page .room-element-info .wrap-element-info h3{font-size:34px;text-align:left}}.room-page .room-element-info .wrap-element-info h3{padding-bottom:6px}.room-page .room-element-info .wrap-element-info p{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.room-page .room-element-info .wrap-element-info p{font-size:20px}}@media (min-width: 1280px){.room-page .room-element-info .wrap-element-info p{text-align:left}}.room-page .room-element-info .wrap-element-info p{padding-bottom:6px;text-transform:uppercase}@media (min-width: 1280px){.room-page .room-element-info .wrap-element-info h3{font-size:34px;line-height:123.5294117647%}}.products-gallery.rooms-page.secondary .wrap-products-gallery{padding-top:0}.products-gallery.rooms-page .products-slider-element .wrap-products-element{padding-bottom:50px}@media (min-width: 768px){.products-gallery.rooms-page .products-slider-element .wrap-products-element{padding-bottom:60px}}@media (min-width: 1280px){.products-gallery.rooms-page .global-header .wrap-global-header{padding-top:60px}.products-gallery.rooms-page .products-gallery-content .wrap-products-content{font-size:0;margin:0 -20px}.products-gallery.rooms-page .products-slider-element{display:inline-block;vertical-align:top;width:50%}}@media (min-width: 768px){.products-gallery.show-more .products-gallery-content .wrap-products-content{font-size:0;margin:0 -25px}.products-gallery.show-more .products-slider-element{display:inline-block;vertical-align:top;width:50%}.products-gallery.show-more .products-slider-element .wrap-products-element{padding:0 25px 60px}.products-gallery.show-more .products-element-img .wrap-products-img{padding-top:97%}.products-gallery.show-more .products-element-info .wrap-products-info .products-info-title{font-size:28px}}@media (min-width: 1280px){.products-gallery.show-more .products-slider-element{width:33.33%}}@media (min-width: 1680px){.products-gallery.show-more .products-slider-element{width:25%}}.products-gallery.products-slider .products-slider-element .wrap-products-element{padding:0 25px}.products-gallery.products-slider .products-element-img .wrap-products-img{padding-top:97%}@media (min-width: 768px){.products-gallery.products-slider .products-gallery-content .wrap-products-content{padding:0;margin:0 -80px}.products-gallery.products-slider .products-slider-element .wrap-products-element{padding:0 35px}}@media (min-width: 1024px){.products-gallery.products-slider .products-gallery-content .wrap-products-content{margin:0 -110px}.products-gallery.products-slider .products-element-info .wrap-products-info{text-align:left}}@media (min-width: 1280px){.products-gallery.products-slider .products-gallery-content .wrap-products-content{margin:0 -110px 0 -35px}}.products-gallery-header .wrap-products-header{text-align:center;padding-bottom:25px}.products-gallery-header .wrap-products-header .products-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.products-gallery-header .wrap-products-header .products-header-title{font-size:34px}}@media (min-width: 768px){.products-gallery-header .wrap-products-header .products-header-title{font-size:34px}}@media (min-width: 1280px){.products-gallery-header .wrap-products-header .products-header-title{font-size:34px;text-align:left}}.products-gallery-header .wrap-products-header .products-header-subtitle{display:none}.products-gallery-header .wrap-products-header .products-header-btn{margin-top:15px}@media (min-width: 768px){.products-gallery-header .wrap-products-header{padding-bottom:35px}.products-gallery-header .wrap-products-header .products-header-title{font-size:30px}.products-gallery-header .wrap-products-header .products-header-subtitle{display:block;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding-top:5px}}@media (min-width: 768px) and (min-width: 1280px){.products-gallery-header .wrap-products-header .products-header-subtitle{text-align:left}}@media (min-width: 768px){.products-gallery-header .wrap-products-header .products-header-btn{margin-top:25px}}@media (min-width: 1280px){.products-gallery-header .wrap-products-header{position:relative;text-align:left;font-size:0;padding-bottom:50px}.products-gallery-header .wrap-products-header .products-header-btn{margin-top:0;position:absolute;right:20px;bottom:50px}}@media (min-width: 1680px){.products-gallery-header .wrap-products-header .products-header-title,.products-gallery-header .wrap-products-header .products-header-subtitle{display:inline-block;vertical-align:baseline}.products-gallery-header .wrap-products-header .products-header-subtitle:before{content:\"\";display:inline-block;vertical-align:baseline;width:2px;height:15px;background-color:var(--cl_border-light, #ededed);margin:0 30px}}.products-gallery-content{position:relative}.products-gallery-content.var--smaller-container{max-width:1325px;margin:0 auto}.products-gallery-content .products-slider-counter{position:absolute;z-index:2;top:10px;right:35px}@media (max-width: 767px){.products-gallery-content .products-slider-counter:before{background-color:#fff;box-shadow:2px 2px 2px #21212166}.products-gallery-content .products-slider-counter .counter-num{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}}.products-gallery-content .products-slider-arrows{position:absolute;z-index:2;width:calc(100% + 38px);left:-19px;overflow:hidden;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.products-gallery-content .products-slider-arrows .swiper-arrow{pointer-events:auto}.products-gallery-content .products-slider-arrows .swiper-arrow.swiper-button-prev{float:left}.products-gallery-content .products-slider-arrows .swiper-arrow.swiper-button-next{float:right}.products-gallery-content .wrap-products-content{position:relative}.products-gallery-content .wrap-products-content .products-slider-counter{position:absolute;z-index:2;top:10px;right:10px}@media (max-width: 767px){.products-gallery-content .wrap-products-content .products-slider-counter:before{background-color:#fff;box-shadow:2px 2px 2px #21212166}.products-gallery-content .wrap-products-content .products-slider-counter .counter-num{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}}@media (min-width: 768px){.products-gallery-content .swiper{padding:0 150px}.products-gallery-content .products-slider-counter{right:55px;-webkit-transform:translateY(-80px);-moz-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px)}.products-gallery-content .products-slider-arrows{left:48px;width:calc(100% - 95px)}}@media (min-width: 1024px){.products-gallery-content .swiper{padding:0 250px}.products-gallery-content .products-slider-arrows{left:117px;width:calc(100% - 236px)}.products-gallery-content .products-slider-counter{right:127px}}@media (max-width: 1279px){.products-gallery-content .wrap-products-content{background-image:none!important}}@media (min-width: 1280px){.products-gallery-content .wrap-products-content{padding:0;background-position:50% 50%;background-size:cover;background-repeat:repeat}.products-gallery-content .swiper{padding:0 250px 0 0}.products-gallery-content .products-slider-counter{display:none}.products-gallery-content .products-slider-arrows{left:-66px;width:calc(100% - 52px)}}@media (min-width: 1680px){.products-gallery-content .products-slider-arrows{left:-72px;width:calc(100% - 44px)}}.products-slider-element.hidden{display:none}.products-slider-element.var-white-text .products-element-info .wrap-products-info .products-info-title{font-family:var(--font-title);font-weight:600;letter-spacing:0em}@media (min-width: 768px){.products-slider-element.var-white-text .wrap-products-element{position:relative}.products-slider-element.var-white-text .products-element-info{position:absolute;top:0;left:0}.products-slider-element.var-white-text .products-element-info .wrap-products-info{text-align:left;padding:20px 30px}.products-slider-element.var-white-text .products-element-info .wrap-products-info .products-info-title,.products-slider-element.var-white-text .products-element-info .wrap-products-info .products-info-subtitle{color:#fff;text-shadow:2px 2px 2px rgba(33,33,33,.4)}}@media (min-width: 1280px) and (min-width: 1025px){.products-slider-element.var-white-text .products-element-info .wrap-products-info .products-info-title{color:#fff}.products-slider-element.var-white-text .products-img-list{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}@media (min-width: 1280px){.products-slider-element.var-white-text .products-element-info{left:20px}.products-slider-element.var-white-text .products-element-info .wrap-products-info{padding:35px}}@media (min-width: 1680px){.products-slider-element.var-white-text .products-element-info .wrap-products-info .products-info-title{font-size:40px}}@media (min-width: 1025px){.products-slider-element .products-element-info .wrap-products-info .products-info-title{color:var(--cl_title, #222)}.products-slider-element .products-element-img .wrap-products-img .products-photo{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}}@media (min-width: 1280px){.products-slider-element .wrap-products-element{padding:0 20px}}.products-element-img .wrap-products-img{position:relative;padding-top:73%;overflow:hidden;border-radius:0}.products-element-img .wrap-products-img .products-photo{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.products-element-img .wrap-products-img .products-tag{position:absolute;z-index:2;bottom:0;left:0;width:100%;background-color:var(--cl_accent, #9b2743);font-family:var(--font-text);font-size:12px;font-weight:700;color:#fff;letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:9px 0}.products-element-img .wrap-products-img .products-tag .products-tag_icon{display:inline-block;vertical-align:middle;font-size:11px;color:#fff;padding-right:8px}.products-element-img .wrap-products-img .products-small-tag{position:absolute;z-index:2;bottom:0;left:0;display:inline-block;min-width:160px;background-color:rgba(var(--cl_corp, #0d0d0d),.85);font-family:var(--font-text);font-size:14px;font-weight:700;color:#fff;letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:9px 0}@media (min-width: 1280px){.products-element-img .wrap-products-img{padding-top:69%}}.products-element-info .wrap-products-info{padding:15px 0;text-align:center}.products-element-info .wrap-products-info .products-info-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.products-element-info .wrap-products-info .products-info-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.products-element-info .wrap-products-info .products-info-pretitle{text-align:left}}.products-element-info .wrap-products-info .products-info-pretitle{padding-bottom:10px;min-height:27px}.products-element-info .wrap-products-info .products-info-pretitle i{display:inline-block;vertical-align:middle;font-size:9px;color:#393939;padding-bottom:2px}.products-element-info .wrap-products-info .products-info-pretitle i.icon-key{font-size:14px}.products-element-info .wrap-products-info .products-info-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.products-element-info .wrap-products-info .products-info-title{font-size:34px}}@media (min-width: 768px){.products-element-info .wrap-products-info .products-info-title{font-size:34px}}@media (min-width: 1280px){.products-element-info .wrap-products-info .products-info-title{font-size:34px;text-align:left}}.products-element-info .wrap-products-info .products-info-title{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.products-element-info .wrap-products-info .products-info-title span{padding:0 10px;background-color:var(--cl_background_white, #ffffff);color:var(--cl_corp, #0d0d0d)}.products-element-info .wrap-products-info .products-info-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.products-element-info .wrap-products-info .products-info-subtitle{text-align:left}}.products-element-info .wrap-products-info .products-info-subtitle{padding-top:10px}@media (min-width: 768px){.products-element-info .wrap-products-info .products-info-title{font-size:36px}}@media (min-width: 1280px){.products-element-info .wrap-products-info .products-info-title{font-size:30px}}.products-element-btns .wrap-products-btns{text-align:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:30px}.section-hotels-header{display:block}@media (min-width: 1024px){.section-hotels-header{margin:100px 37px;display:flex;justify-content:space-between;align-items:center}}@media (min-width: 1366px){.section-hotels-header{margin:200px 114px 0}}@media (max-width: 1023px){.section-hotels-header .no-hero-breadcrumbs{display:none}}.section-hotels-header_header{text-align:center}@media (min-width: 1366px){.section-hotels-header_header{text-align:inherit}}.section-hotels-header_header h2{font-size:34px;padding:10px 0;color:#383838b8}@media (min-width: 768px){.section-hotels-header_header h2{font-size:44px}}.section-hotels-header_header p{color:#383838b8;font-family:var(--font-text);text-transform:uppercase}.section-hotels-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:10px;padding:20px}@media (min-width: 1366px){.section-hotels-list{margin:100px 100px 0 87px;padding:0}}.section-hotel-list-bg{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));padding:16px;gap:18px;margin-bottom:30px}@media (min-width: 1366px){.section-hotel-list-bg{margin:100px 100px 0 87px;padding:0}}.section-hotel-list-bg .wrap-viewer-element{text-align:center}.intro-module{overflow:hidden}.intro-module.open .intro-module-moretext{display:block}.intro-module-header{text-align:center}.intro-module-header .intro-header-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.intro-module-header .intro-header-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.intro-module-header .intro-header-pretitle{text-align:left}}.intro-module-header .intro-header-pretitle{padding-bottom:15px;text-align:center!important}.intro-module-header .intro-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.intro-module-header .intro-header-title{font-size:34px}}@media (min-width: 768px){.intro-module-header .intro-header-title{font-size:40px}}@media (min-width: 1280px){.intro-module-header .intro-header-title{font-size:44px;text-align:left}}.intro-module-header .intro-header-title{text-align:center!important}.intro-module-header .intro-header-btn{margin-top:25px}@media (min-width: 768px) and (max-width: 1279px){.intro-module-header{max-width:640px;margin:0 auto}}@media (min-width: 1280px) and (max-width: 1679px){.intro-module-header{max-width:1060px;margin:0 auto}}@media (min-width: 1680px){.intro-module-header{max-width:1270px;margin:0 auto}}.intro-module-moretext{display:none}.intro-module-moretext .wrap-intro-moretext{padding-top:45px}@media (min-width: 768px) and (max-width: 1279px){.intro-module-moretext{max-width:640px;margin:0 auto}}@media (min-width: 1280px){.intro-module-moretext{max-width:1060px;margin:0 auto}.intro-module-moretext .wrap-intro-moretext{display:-ms-grid;display:grid;grid-template-columns:1fr 1fr;-ms-grid-template-columns:1fr 1fr;margin:0 -35px}}@media (min-width: 1680px){.intro-module-moretext{max-width:1270px}.intro-module-moretext .wrap-intro-moretext{margin:0 -70px}}.intro-moretext-element{padding-bottom:40px}.intro-moretext-element .intro-moretext-element_photo{display:block;width:280px;padding-top:280px;margin:0 auto;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.intro-moretext-element .intro-moretext-element_pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.intro-moretext-element .intro-moretext-element_pretitle{padding-bottom:15px}}@media (min-width: 1280px){.intro-moretext-element .intro-moretext-element_pretitle{text-align:left}}.intro-moretext-element .intro-moretext-element_pretitle{padding:10px 0}.intro-moretext-element .intro-moretext-element_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.intro-moretext-element .intro-moretext-element_title{font-size:34px}}@media (min-width: 768px){.intro-moretext-element .intro-moretext-element_title{font-size:40px}}@media (min-width: 1280px){.intro-moretext-element .intro-moretext-element_title{font-size:44px;text-align:left}}.intro-moretext-element .spacer{padding-top:35px}.intro-moretext-element .intro-moretext-element_subtitle{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.intro-moretext-element .intro-moretext-element_subtitle{text-align:left}}.intro-moretext-element .intro-moretext-element_subtitle{padding-bottom:15px}.intro-moretext-element .intro-moretext-element_text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.intro-moretext-element .intro-moretext-element_text{font-size:20px}}@media (min-width: 1280px){.intro-moretext-element .intro-moretext-element_text{text-align:left}}.intro-moretext-element .intro-moretext-element_btn{display:table;margin:30px auto 0}@media (min-width: 768px){.intro-moretext-element{position:relative;padding-bottom:45px}.intro-moretext-element .intro-moretext-element_photo{width:430px;padding-top:430px}.intro-moretext-element .intro-moretext-element_subtitle{padding-bottom:20px}}@media (min-width: 1280px){.intro-moretext-element{font-size:0;padding:35px}.intro-moretext-element:nth-child(1),.intro-moretext-element:nth-child(4),.intro-moretext-element:nth-child(5),.intro-moretext-element:nth-child(8){-ms-grid-column:2;grid-column:2}.intro-moretext-element:nth-child(2),.intro-moretext-element:nth-child(3),.intro-moretext-element:nth-child(6),.intro-moretext-element:nth-child(7){-ms-grid-column:1;grid-column:1}.intro-moretext-element:nth-child(1),.intro-moretext-element:nth-child(2){-ms-grid-row:1;grid-row:1}.intro-moretext-element:nth-child(3),.intro-moretext-element:nth-child(4){-ms-grid-row:2;grid-row:2}.intro-moretext-element:nth-child(5),.intro-moretext-element:nth-child(6){-ms-grid-row:3;grid-row:3}.intro-moretext-element:nth-child(7),.intro-moretext-element:nth-child(8){-ms-grid-row:4;grid-row:4}.intro-moretext-element:after{content:\"\";position:relative;display:inline-block;vertical-align:middle;height:100%;width:0}.intro-moretext-element .intro-moretext-element_wrapper{display:inline-block;vertical-align:middle}.intro-moretext-element .intro-moretext-element_wrapper.align-bottom{vertical-align:bottom}.intro-moretext-element .intro-moretext-element_photo{width:100%;padding-top:96%;min-height:100%}.intro-moretext-element .intro-moretext-element_btn{margin:30px 0 0}}@media (min-width: 1680px){.intro-moretext-element{padding:40px 70px}}@media (min-width: 1024px) and (max-width: 1279px){.contact-page.full-page{margin-top:50px}}@media (min-width: 1280px){.contact-page.full-page .wrap-contact-page{overflow:hidden}.contact-page.full-page .contact-page-header{float:left;width:400px}.contact-page.full-page .contact-page-header .wrap-contact-header{border:none;padding-bottom:0}.contact-page.full-page .contact-page-info{float:left;width:400px;clear:both}.contact-page.full-page .contact-page-info .wrap-contact-info{padding-right:60px;padding-top:30px}.contact-page.full-page .contact-page-info .wrap-contact-info .contact-info-text{max-width:320px;font-size:18px}.contact-page.full-page .contact-page-form{float:right;width:calc(100% - 400px)}.contact-page.full-page .contact-page-form .contact-form-fields .wrap-contact-fields{padding-top:0;font-size:0}.contact-page.full-page .contact-page-form .left-box{display:inline-block;vertical-align:top;width:350px}.contact-page.full-page .contact-page-form .right-box{display:inline-block;vertical-align:top;width:calc(100% - 350px)}.contact-page.full-page .contact-page-form .contact-fields-element{width:100%}.contact-page.full-page .contact-page-form .contact-fields-element .input-element.textarea .wrap-input-element{height:530px}}@media (min-width: 1680px){.contact-page.full-page .contact-form-foot{width:calc(100% - 350px);margin:0 0 0 auto}}@media (min-width: 1280px){.contact-page{margin-top:0!important}}.contact-page-header .wrap-contact-header{padding:35px 0 30px;text-align:center;border-bottom:2px solid var(--cl_border-light, #ededed)}.contact-page-header .wrap-contact-header .contact-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.contact-page-header .wrap-contact-header .contact-header-title{font-size:34px}}@media (min-width: 768px){.contact-page-header .wrap-contact-header .contact-header-title{font-size:34px}}@media (min-width: 1280px){.contact-page-header .wrap-contact-header .contact-header-title{font-size:34px;text-align:left}}.contact-page-header .wrap-contact-header .contact-header-title{margin-top:30px}.contact-page-header .wrap-contact-header .contact-header-btn{display:none}@media (min-width: 768px){.contact-page-header .wrap-contact-header{position:relative;padding:50px 0 45px}.contact-page-header .wrap-contact-header .contact-header-btn{display:block;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.contact-page-header .wrap-contact-header{text-align:left}}.contact-page-info .wrap-contact-info{padding:35px 0 0}.contact-page-info .wrap-contact-info .contact-info-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.contact-page-info .wrap-contact-info .contact-info-text{font-size:20px}}@media (min-width: 1280px){.contact-page-info .wrap-contact-info .contact-info-text{text-align:left}}@media (min-width: 768px){.contact-page-info .wrap-contact-info{padding:45px 0 0}.contact-page-info .wrap-contact-info .contact-info-text{font-size:20px}}@media (min-width: 1280px) and (max-width: 1679px){.contact-page-info .wrap-contact-info .contact-info-text{font-size:18px}}.contact-page-form .wrap-contact-form{padding:20px 0}.contact-page-form .wrap-contact-form .contact-form-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.contact-page-form .wrap-contact-form .contact-form-title{font-size:34px}}@media (min-width: 768px){.contact-page-form .wrap-contact-form .contact-form-title{font-size:34px}}@media (min-width: 1280px){.contact-page-form .wrap-contact-form .contact-form-title{font-size:34px;text-align:left}}.contact-page-form .wrap-contact-form .contact-form-title{margin-bottom:0}.contact-page-form .wrap-contact-form .contact-form-text{font-family:var(--font-text);font-size:20px;font-weight:400;color:rgba(var(--cl_text, #444444),.7);letter-spacing:.02em;line-height:160%}@media (min-width: 768px){.contact-page-form .wrap-contact-form{padding:20px 0}}@media (min-width: 1024px){.contact-page-form .wrap-contact-form{padding:40px 0 20px}}.contact-form-fields .wrap-contact-fields{padding:35px 0 0 20px}@media (min-width: 768px){.contact-form-fields .wrap-contact-fields{padding:45px 0 0 20px;font-size:0;margin:0 -25px}}.contact-fields-element{padding-bottom:25px}@media (min-width: 768px){.contact-fields-element{display:inline-block;vertical-align:top;width:50%;padding:0 25px 40px}.contact-fields-element.full{width:100%}}.contact-form-foot .wrap-form-foot{padding:0 0 0 20px}@media (min-width: 768px){.contact-form-foot .wrap-form-foot{font-size:0}}.form-foot-checks .wrap-foot-checks,.form-foot-checks .wrap-foot-checks .must-element,.form-foot-checks .wrap-foot-checks .checkbox-element{padding-bottom:10px}@media (min-width: 768px){.form-foot-checks{display:inline-block;vertical-align:middle;width:calc(100% - 200px)}.form-foot-checks .wrap-foot-checks{padding-bottom:0}}@media (min-width: 1280px){.form-foot-checks{width:calc(100% - 250px)}}.must-element .must-element-text{position:relative;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.must-element .must-element-text{font-size:20px}}@media (min-width: 1280px){.must-element .must-element-text{text-align:left}}.must-element .must-element-text{padding-left:25px;font-size:14px!important}.must-element .must-element-text:before{content:\"\";position:absolute;top:8px;left:6px;width:8px;height:8px;border:2px solid var(--cl_border-light, #ededed);border-radius:50%}.form-foot-btns .wrap-foot-btns{text-align:center}@media (min-width: 768px){.form-foot-btns{display:inline-block;vertical-align:middle}}@media (min-width: 1280px){.form-foot-btns .btn-corp.btn-small .btn-corp-text{min-width:250px}}.contact-page-details .wrap-contact-details{padding:0 0 30px}@media (min-width: 768px){.contact-page-details .wrap-contact-details{padding:0 0 50px}}.contact-details-element.var-center .wrap-details-element{text-align:center}.contact-details-element.var-center .wrap-details-element .btn-linker{margin-top:15px}@media (min-width: 768px){.contact-details-element.var-center .details-element-content .wrap-details-content{text-align:left}}.contact-details-element:first-child .wrap-details-element{border-top:2px solid var(--cl_border-light, #ededed)}.contact-details-element .wrap-details-element{padding:35px 0;border-bottom:2px solid var(--cl_border-light, #ededed)}@media (min-width: 768px){.contact-details-element .wrap-details-element{font-size:0;padding:40px 0}}.details-element-header .wrap-details-header{padding-bottom:10px}.details-element-header .wrap-details-header .details-header-icon{font-size:50px;color:var(--cl_icon, #222222)}.details-element-header .wrap-details-header .details-header-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.details-element-header .wrap-details-header .details-header-title{text-align:left}}.details-element-header .wrap-details-header .details-header-title{text-align:left!important}@media (min-width: 768px){.details-element-header{display:inline-block;vertical-align:top;width:180px}.details-element-header .wrap-details-header{padding-bottom:0;padding-top:7px}}@media (max-width: 767px){.details-element-header .wrap-details-header{display:flex}.details-element-header .wrap-details-header .details-header-title{margin-right:6px}}.details-element-content .wrap-details-content{position:relative}.details-element-content .wrap-details-content .details-content-icon{position:absolute;top:-5px;right:0;font-size:20px;color:var(--cl_icon, #222222);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}@media (max-width: 1023px){.details-element-content .wrap-details-content .details-content-icon.icon-newsletter{display:none}}.details-element-content .wrap-details-content .details-content-text{display:table;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.details-element-content .wrap-details-content .details-content-text{font-size:20px}}@media (min-width: 1280px){.details-element-content .wrap-details-content .details-content-text{text-align:left}}.details-element-content .wrap-details-content .details-content-text{font-size:16px!important;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:left!important}.details-element-content .wrap-details-content .details-content-text small{font-weight:500;display:inline-block;vertical-align:baseline;padding-left:5px}.details-element-content .wrap-details-content .details-content-text .coordenates{display:inline-block;width:100px;font-size:16px;font-weight:500}.details-element-content .wrap-details-content .details-content-text img{display:inline-block;vertical-align:top;width:23px;height:auto;margin:2px 0 0 10px}.details-element-content .wrap-details-content .details-content-text.link{position:relative}.details-element-content .wrap-details-content .details-content-text.link:before{content:\"\";position:absolute;left:0;bottom:0;width:0%;height:1px;background-color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.details-element-content .wrap-details-content .details-content-text.link{color:var(--cl_corp, #0d0d0d)}.details-element-content .wrap-details-content .details-content-text.link:before{width:100%}}.details-element-content .wrap-details-content .details-content-social{position:relative;display:inline-block;vertical-align:top;margin:5px 10px 0;width:50px;height:50px;border:2px solid color(srgb .22 .22 .22 / .72);border-radius:50%;opacity:.7;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (max-width: 767px){.details-element-content .wrap-details-content .details-content-social{margin:5px 5px 0}}.details-element-content .wrap-details-content .details-content-social:before{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:15px;color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.details-element-content .wrap-details-content .details-content-social:after{content:\"\";position:absolute;bottom:-2px;left:50%;height:calc(100% + 4px);width:calc(100% + 4px);-webkit-transform:translateX(-50%) translateY(50%) scale(0);-moz-transform:translateX(-50%) translateY(50%) scale(0);-ms-transform:translateX(-50%) translateY(50%) scale(0);-o-transform:translateX(-50%) translateY(50%) scale(0);transform:translate(-50%) translateY(50%) scale(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%;will-change:transform;background-color:#383838b8}.details-element-content .wrap-details-content .details-content-social.icon-instagram:before{font-size:16px}.details-element-content .wrap-details-content .details-content-social.icon-instagram:after{background-color:#003a5d}.details-element-content .wrap-details-content .details-content-social.icon-facebook:before{font-size:17px}.details-element-content .wrap-details-content .details-content-social.icon-facebook:after{background-color:#4064ac}.details-element-content .wrap-details-content .details-content-social.icon-twitter:after{background-color:#00b3e4}.details-element-content .wrap-details-content .details-content-social.icon-linkedin:after{background-color:#0a66c2}.details-element-content .wrap-details-content .details-content-social.icon-youtube:before{font-size:13px}.details-element-content .wrap-details-content .details-content-social.icon-youtube:after{background-color:#d61d37}.details-element-content .wrap-details-content .details-content-social:first-child{margin-left:0}.details-element-content .wrap-details-content .details-content-social:last-child{margin-right:0}@media (min-width: 1025px){.details-element-content .wrap-details-content .details-content-social{opacity:1;background-color:var(--cl_corp, #0d0d0d);border-color:transparent}.details-element-content .wrap-details-content .details-content-social:before{color:#fff}.details-element-content .wrap-details-content .details-content-social:after{opacity:1;-webkit-transform:translateX(-50%) translateY(0%) scale(1);-moz-transform:translateX(-50%) translateY(0%) scale(1);-ms-transform:translateX(-50%) translateY(0%) scale(1);-o-transform:translateX(-50%) translateY(0%) scale(1);transform:translate(-50%) translateY(0) scale(1)}}@media (min-width: 768px){.details-element-content{display:inline-block;vertical-align:top;width:calc(100% - 180px)}.details-element-content .wrap-details-content{padding-left:40px}.details-element-content .wrap-details-content .details-content-icon{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;top:3px;right:auto;left:0}}@media (min-width: 1280px) and (max-width: 1365px){.details-element-content .wrap-details-content .details-content-social{margin:5px 3px 0}}.contact-page-guides .wrap-contact-guides{padding:30px 0 90px}.contact-page-guides .wrap-contact-guides .contact-guides-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.contact-page-guides .wrap-contact-guides .contact-guides-title{font-size:34px}}@media (min-width: 768px){.contact-page-guides .wrap-contact-guides .contact-guides-title{font-size:34px}}@media (min-width: 1280px){.contact-page-guides .wrap-contact-guides .contact-guides-title{font-size:34px;text-align:left}}.contact-page-guides .wrap-contact-guides .contact-guides-title{padding-bottom:20px}.contact-page-guides .wrap-contact-guides .contact-guides-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.contact-page-guides .wrap-contact-guides .contact-guides-subtitle{text-align:left}}.contact-page-guides .wrap-contact-guides .contact-guides-subtitle{border-bottom:1px solid var(--cl_border-light, #ededed)}@media (min-width: 768px){.contact-page-guides .wrap-contact-guides{padding:30px 0 110px}}@media (min-width: 1280px){.contact-page-guides .wrap-contact-guides{padding:30px 0 50px}}.contact-guides-element .wrap-guides-element{padding:40px 0;border-bottom:1px solid var(--cl_border-light, #ededed);cursor:pointer}.contact-guides-element .wrap-guides-element .guides-element-content{display:none}.contact-guides-element .wrap-guides-element:before{content:\"\";position:absolute;left:0;top:0;width:0px;height:3px;background-color:var(--cl_border-light, #ededed);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.contact-guides-element .wrap-guides-element.open:before{width:48px}@media (min-width: 768px){.contact-guides-element .wrap-guides-element{padding:40px 0 40px 94px;position:relative}.contact-guides-element .wrap-guides-element .guides-header-icon{position:absolute;top:44px;left:0;width:64px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:26px;color:var(--cl_icon, #222222)}.contact-guides-element .wrap-guides-element .guides-header-icon.icon-bus-shape,.contact-guides-element .wrap-guides-element .guides-header-icon.icon-flight-shape,.contact-guides-element .wrap-guides-element .guides-header-icon.icon-rent-a-car-shape{font-size:22px}}@media (max-width: 767px){.contact-guides-element .wrap-guides-element{padding:30px 0 30px 66px;position:relative}.contact-guides-element .wrap-guides-element .guides-header-icon{position:absolute;top:34px;left:0;width:54px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;color:var(--cl_icon, #222222)}.contact-guides-element .wrap-guides-element .guides-header-icon.icon-bus-shape,.contact-guides-element .wrap-guides-element .guides-header-icon.icon-flight-shape,.contact-guides-element .wrap-guides-element .guides-header-icon.icon-rent-a-car-shape{font-size:17px}}.guides-element-header .wrap-guides-header{position:relative;padding:0 40px 0 0}.guides-element-header .wrap-guides-header .guides-header-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#393939;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.guides-element-header .wrap-guides-header .guides-header-title{text-align:left}}.guides-element-header .wrap-guides-header .guides-header-title{text-align:left!important}.guides-element-header .wrap-guides-header .icon-arrow-circle{transform:rotate(90deg);display:inline-block;font-size:24px;color:#39393980;position:absolute;right:10px;top:-4px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.guides-element-header .wrap-guides-header.dropped .icon-arrow-circle{transform:rotate(-90deg)}.guides-element-header .wrap-guides-header.dropped i{transform:rotate(-180deg)}.guides-element-content .wrap-guides-content{padding:22px 0 0}.guides-element-content .wrap-guides-content .guides-content-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.guides-element-content .wrap-guides-content .guides-content-text{font-size:20px}}@media (min-width: 1280px){.guides-element-content .wrap-guides-content .guides-content-text{text-align:left}}.guides-element-content .wrap-guides-content .guides-content-text{text-align:left!important;font-size:16px!important}.guides-element-content .wrap-guides-content .guides-content-btn{margin-top:20px}@media (min-width: 768px){.guides-element-content .wrap-guides-content{padding:30px 30px 0 25px}}.faq-page-guides .wrap-contact-guides .contact-guides-title{font-size:36px;padding-bottom:10px}.faq-page-guides .wrap-contact-guides .contact-guides-subtitle{padding-bottom:60px}.faq-page-guides .contact-guides-element:first-child{border-top:1px solid var(--cl_border-light, #ededed)}.faq-page-guides .contact-guides-element .wrap-guides-element{padding-left:0}.faq-page-guides .contact-guides-element .wrap-guides-element.open .guides-element-header .wrap-guides-header .guides-header-title{opacity:1}.faq-page-guides .guides-element-header .wrap-guides-header .guides-header-title{font-size:24px;text-transform:none;opacity:.5;letter-spacing:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.faq-page-guides .guides-element-header .wrap-guides-header .arrow{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:absolute;right:20px;top:0;border:2px solid #fff;border-color:#565656b3;border-radius:100%;width:25px;height:25px;align-items:center;justify-content:center}.faq-page-guides .guides-element-header .wrap-guides-header .arrow i{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;position:relative;font-size:6px;color:#565656b3;width:100%;display:flex;height:100%;align-items:center;justify-content:center}.faq-page-guides .guides-element-header .wrap-guides-header .arrow i:after{content:\"\";position:absolute;bottom:-1px;left:-2px;height:24px;width:24px;background-color:#0d0d0d;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0;border-radius:50%;z-index:-1}@media (min-width: 1025px){.faq-page-guides .guides-element-header .wrap-guides-header .guides-header-title{opacity:1}.faq-page-guides .guides-element-header .wrap-guides-header .arrow:after{opacity:1}.faq-page-guides .guides-element-header .wrap-guides-header .arrow i{color:#fff}.faq-page-guides .guides-element-header .wrap-guides-header .arrow i:after{opacity:1}}.footer-hotels .wrap-footer-hotels{padding:40px 0 60px}@media (min-width: 1280px){.footer-hotels .wrap-footer-hotels{padding:40px 0 80px}}.footer-hotels .footer-hotels-element:last-child .wrap-hotels-element{border-bottom:1px solid var(--cl_border-light, #ededed)}.footer-hotels .footer-hotels-element .wrap-hotels-element{padding:35px 0;border-top:1px solid var(--cl_border-light, #ededed)}@media (min-width: 768px){.footer-hotels .footer-hotels-element .wrap-hotels-element{font-size:0}}.footer-hotels .hotels-element-multimedia{display:none}@media (min-width: 768px){.footer-hotels .hotels-element-multimedia{display:inline-block;vertical-align:top;width:150px}.footer-hotels .hotels-element-multimedia .wrap-hotels-multimedia{position:relative;height:100px;overflow:hidden;border-radius:2px}.footer-hotels .hotels-element-multimedia .hotels-multimedia-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}}.footer-hotels .hotels-element-finfo .wrap-hotels-info{position:relative}@media (min-width: 768px){.footer-hotels .hotels-element-finfo{display:inline-block;vertical-align:top;width:calc(100% - 150px)}.footer-hotels .hotels-element-finfo .wrap-hotels-info{padding-left:25px}}@media (min-width: 1024px){.footer-hotels .hotels-element-finfo .wrap-hotels-info{font-size:0}}.footer-hotels .hotels-info-btn{position:absolute;right:0;top:20px}.footer-hotels .hotels-info-btn i{border-color:#383838b8;background-color:transparent}.footer-hotels .hotels-info-btn i:before{color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 768px){.footer-hotels .hotels-info-btn{top:27px}}@media (min-width: 1280px){.footer-hotels .hotels-info-btn{display:none}}.footer-hotels .hotels-info-checker{display:none;pointer-events:none}.footer-hotels .hotels-info-checker:checked~.hotels-info-btn i{background-color:#383838b8}.footer-hotels .hotels-info-checker:checked~.hotels-info-btn i:before{content:\"\\e91e\";color:#fff}.footer-hotels .hotels-info-checker:checked~.hotels-info-box{display:block}@media (min-width: 1024px){.footer-hotels .hotels-info-checker:checked~.hotels-info-box{display:inline-block}}.footer-hotels .hotels-info-header .wrap-hotels-header{padding:0 50px 10px 0}.footer-hotels .hotels-info-header .hotels-header-logo{display:block;width:auto;max-height:65px;max-width:100%;min-width:1px}.footer-hotels .hotels-info-header .hotels-header-pretitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.footer-hotels .hotels-info-header .hotels-header-pretitle{padding-bottom:15px}}@media (min-width: 1280px){.footer-hotels .hotels-info-header .hotels-header-pretitle{text-align:left}}.footer-hotels .hotels-info-header .hotels-header-pretitle i{display:inline-block;vertical-align:middle;font-size:9px;color:#393939;padding-bottom:2px}.footer-hotels .hotels-info-header .hotels-header-pretitle i.icon-key{font-size:14px}.footer-hotels .hotels-info-header .hotels-header-title{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 768px){.footer-hotels .hotels-info-header .hotels-header-title{padding-bottom:15px}}@media (min-width: 1280px){.footer-hotels .hotels-info-header .hotels-header-title{text-align:left}}.footer-hotels .hotels-info-header .hotels-header-title{padding-top:10px}@media (min-width: 768px){.footer-hotels .hotels-info-header .wrap-hotels-header{font-size:0;padding:10px 50px 10px 0;min-height:100px}.footer-hotels .hotels-info-header .wrap-hotels-header:before{content:\"\";position:relative;width:0;height:80px;display:inline-block;vertical-align:middle}.footer-hotels .hotels-info-header .wrap-hotels-header .hotels-header-logo{display:inline-block;vertical-align:middle}.footer-hotels .hotels-info-header .hotels-header-title{font-size:28px}}@media (min-width: 1366px){.footer-hotels .hotels-info-header{display:inline-block;vertical-align:top;width:calc(100% - 680px)}}@media (min-width: 1680px){.footer-hotels .hotels-info-header{width:calc(100% - 720px)}}.footer-hotels .hotels-info-box{display:none}.footer-hotels .hotels-info-box .wrap-hotels-box{position:relative;padding:15px 0 0 35px}.footer-hotels .hotels-info-box .hotels-box-icon{position:absolute;top:17px;left:0;font-size:21px;color:var(--cl_icon, #222222)}.footer-hotels .hotels-info-box .hotels-box-text{display:block;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.footer-hotels .hotels-info-box .hotels-box-text{font-size:20px}}@media (min-width: 1280px){.footer-hotels .hotels-info-box .hotels-box-text{text-align:left}}.footer-hotels .hotels-info-box .hotels-box-btn{margin-top:15px}.footer-hotels .hotels-info-box a.hotels-box-text{margin-top:10px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.footer-hotels .hotels-info-box a.hotels-box-text:nth-child(2){margin-top:0}@media (min-width: 1025px){.footer-hotels .hotels-info-box a.hotels-box-text{color:var(--cl_corp, #0d0d0d)}}@media (min-width: 1024px){.footer-hotels .hotels-info-box{vertical-align:top;width:50%;padding-right:30px}.footer-hotels .hotels-info-box:last-child{padding-right:0;padding-left:30px}}@media (min-width: 1280px){.footer-hotels .hotels-info-box{display:inline-block}.footer-hotels .hotels-info-box .hotels-box-btn{display:none}}@media (min-width: 1366px){.footer-hotels .hotels-info-box{width:340px}}@media (min-width: 1680px){.footer-hotels .hotels-info-box{width:360px}}.offers-card{background-position:0 0;background-repeat:repeat}@media (min-width: 1024px) and (max-width: 1279px){.offers-card{padding-top:0}}@media (min-width: 1280px){.offers-card .wrap-offers-card{padding-bottom:50px}}.offers-card-header .wrap-card-header{text-align:center;padding:10px 0 15px}.offers-card-header .wrap-card-header .card-header-tag{display:inline-block;font-family:var(--font-text);font-size:15px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;padding:7px 25px;background-color:var(--cl_corp, #0d0d0d);border-radius:2px}.offers-card-header .wrap-card-header .card-header-btn{display:table;margin:15px auto 20px}.offers-card-header .wrap-card-header .card-header-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.offers-card-header .wrap-card-header .card-header-title{font-size:34px}}@media (min-width: 768px){.offers-card-header .wrap-card-header .card-header-title{font-size:34px}}@media (min-width: 1280px){.offers-card-header .wrap-card-header .card-header-title{font-size:34px;text-align:left}}.offers-card-header .wrap-card-header .card-header-title.upper{text-transform:uppercase;font-size:18px;margin-top:35px}.offers-card-header .wrap-card-header .card-header-date{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.offers-card-header .wrap-card-header .card-header-date{text-align:left}}.offers-card-header .wrap-card-header .card-header-date{padding-top:10px}.offers-card-header .wrap-card-header .card-header-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.offers-card-header .wrap-card-header .card-header-subtitle{text-align:left}}.offers-card-header .wrap-card-header .card-header-subtitle{padding-top:10px}@media (min-width: 768px){.offers-card-header .wrap-card-header{position:relative;padding:35px 0}.offers-card-header .wrap-card-header .card-header-btn{margin:0;position:absolute;top:45px;right:0}.offers-card-header .wrap-card-header .card-header-title{font-size:36px}.offers-card-header .wrap-card-header .card-header-tag{margin-bottom:30px}}@media (min-width: 1280px){.offers-card-header .wrap-card-header{text-align:left}.offers-card-header .wrap-card-header .card-header-tag{background-color:var(--cl_btn-call-hover, #ffc107);position:absolute;top:-15px;left:-85px;margin:0;color:var(--cl_title, #222)}.offers-card-header .wrap-card-header .card-header-btn{top:-10px}.offers-card-header .wrap-card-header .card-header-title{padding-top:0;border-top:none}.offers-card-header .wrap-card-header .card-header-title.noborder{padding-top:30px;border:none}}.offers-card-content .wrap-card-content{padding:25px 0 20px;border-top:1px solid var(--cl_border-light, #ededed)}.offers-card-content .wrap-card-content .card-content-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.offers-card-content .wrap-card-content .card-content-text{font-size:20px}}@media (min-width: 1280px){.offers-card-content .wrap-card-content .card-content-text{text-align:left}}.offers-card-content .wrap-card-content .card-content-text p,.offers-card-content .wrap-card-content .card-content-text span,.offers-card-content .wrap-card-content .card-content-text div,.offers-card-content .wrap-card-content .card-content-text h1,.offers-card-content .wrap-card-content .card-content-text h2,.offers-card-content .wrap-card-content .card-content-text h3,.offers-card-content .wrap-card-content .card-content-text h4{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.offers-card-content .wrap-card-content .card-content-text p,.offers-card-content .wrap-card-content .card-content-text span,.offers-card-content .wrap-card-content .card-content-text div,.offers-card-content .wrap-card-content .card-content-text h1,.offers-card-content .wrap-card-content .card-content-text h2,.offers-card-content .wrap-card-content .card-content-text h3,.offers-card-content .wrap-card-content .card-content-text h4{font-size:20px}}@media (min-width: 1280px){.offers-card-content .wrap-card-content .card-content-text p,.offers-card-content .wrap-card-content .card-content-text span,.offers-card-content .wrap-card-content .card-content-text div,.offers-card-content .wrap-card-content .card-content-text h1,.offers-card-content .wrap-card-content .card-content-text h2,.offers-card-content .wrap-card-content .card-content-text h3,.offers-card-content .wrap-card-content .card-content-text h4{text-align:left}}.offers-card-content .wrap-card-content .card-content-btn{margin-top:15px}@media (min-width: 768px){.offers-card-content .wrap-card-content{padding:50px 0 45px}}.offers-card-conditions.back-white{background-color:#fff;position:relative;padding:0rem 1rem}@media (min-width: 1024px){.offers-card-conditions.back-white{padding:0rem 3rem}}.offers-card-conditions.back-white .tag{background-color:var(--cl_btn-call-hover, #ffc107);text-transform:uppercase;font-size:16px;letter-spacing:.1em;font-weight:700;text-align:center;padding:10px 50px 5px;position:absolute;left:0;top:-15px;line-height:1}.offers-card-conditions .wrap-card-conditions{padding:35px 0;border-top:1px solid var(--cl_border-light, #ededed)}.offers-card-conditions .wrap-card-conditions.no-border{border-top:none}.offers-card-conditions .wrap-card-conditions .card-conditions-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.offers-card-conditions .wrap-card-conditions .card-conditions-title{text-align:left}}.offers-card-conditions .wrap-card-conditions .card-conditions-subtitle{margin-top:20px;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.offers-card-conditions .wrap-card-conditions .card-conditions-subtitle{font-size:20px}}@media (min-width: 1280px){.offers-card-conditions .wrap-card-conditions .card-conditions-subtitle{text-align:left}}.offers-card-conditions .wrap-card-conditions .card-conditions-subtitle.separator-off{border:none;margin-top:0;padding-top:0!important}.offers-card-conditions .wrap-card-conditions .card-conditions-subtitle.separator-off:before{content:none!important}.offers-card-conditions .wrap-card-conditions .foot{font-family:var(--font-text);font-size:20px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.035em;line-height:190%;margin-top:40px;margin-bottom:60px}@media (min-width: 768px){.offers-card-conditions .wrap-card-conditions{padding:50px 0}.offers-card-conditions .wrap-card-conditions .card-conditions-title{font-size:36px}}.card-conditions-list{padding-top:10px}.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element{padding-top:30px;padding-bottom:30px;border-top:1px solid var(--cl_border-light, #ededed)}.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element:before{color:#393939;top:32px}.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element .conditions-element-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element .conditions-element-text{font-size:20px}}@media (min-width: 1280px){.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element .conditions-element-text{text-align:left}}.card-conditions-list.webmap .conditions-list-element .wrap-conditions-element .conditions-element-text{text-align:left!important}.card-conditions-list.faq{padding-top:40px}.card-conditions-list.faq .conditions-list-element .wrap-conditions-element{padding-top:30px;padding-bottom:30px;border-top:1px solid var(--cl_border-light, #ededed)}.card-conditions-list.faq .conditions-list-element .wrap-conditions-element:before{color:#393939;top:35px}.card-conditions-list.faq .conditions-list-element .wrap-conditions-element .conditions-element-text{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.card-conditions-list.faq .conditions-list-element .wrap-conditions-element .conditions-element-text{text-align:left}}@media (min-width: 768px){.card-conditions-list{padding-top:20px}}@media (min-width: 1025px){.conditions-list-element a .wrap-conditions-element:before{color:var(--cl_corp, #0d0d0d)}.conditions-list-element a .wrap-conditions-element .conditions-element-text{color:var(--cl_corp, #0d0d0d)}}.conditions-list-element .wrap-conditions-element{position:relative;padding:10px 0 10px 15px}.conditions-list-element .wrap-conditions-element:before{content:\"> \";position:absolute;top:20px;left:0;font-family:var(--font-text);font-size:20px;color:#393939;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.conditions-list-element .wrap-conditions-element .conditions-element-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.conditions-list-element .wrap-conditions-element .conditions-element-text{font-size:20px}}@media (min-width: 1280px){.conditions-list-element .wrap-conditions-element .conditions-element-text{text-align:left}}.conditions-list-element .wrap-conditions-element .conditions-element-text{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;text-align:left!important}.conditions-list-element .wrap-conditions-element .conditions-element-info{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.conditions-list-element .wrap-conditions-element .conditions-element-info{font-size:20px}}@media (min-width: 1280px){.conditions-list-element .wrap-conditions-element .conditions-element-info{text-align:left}}.conditions-list-element .wrap-conditions-element .conditions-element-info{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;padding-top:15px}.offers-card-price .wrap-card-price{padding:35px 0;border-top:1px solid var(--cl_border-light, #ededed);overflow:hidden}.offers-card-price .wrap-card-price .card-price-title{float:left;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.offers-card-price .wrap-card-price .card-price-title{text-align:left}}.offers-card-price .wrap-card-price .card-price-title{padding-top:15px}.offers-card-price .wrap-card-price .card-price-box{float:right;font-size:0}.offers-card-price .wrap-card-price .card-price-box .price-box-num{display:inline-block;vertical-align:middle;font-family:var(--font-title);font-size:76px;font-weight:400;color:var(--cl_title, #222);line-height:.75;text-transform:uppercase}.offers-card-price .wrap-card-price .card-price-box .price-box-val{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:35px;font-weight:500;color:#393939;line-height:.75;padding-left:5px;text-transform:uppercase}@media (min-width: 768px){.offers-card-price .wrap-card-price{padding:50px 0 35px}}.offers-card-btns .wrap-card-btns{text-align:center;padding:25px 0;border-top:1px solid var(--cl_border-light, #ededed)}.offers-card-btns .wrap-card-btns .card-btns-element{margin:5px 10px}@media (min-width: 768px){.offers-card-btns .wrap-card-btns{padding:35px 0}}.offers-card-foot .wrap-card-foot{padding:35px 0 70px;text-align:right;border-top:1px solid var(--cl_border-light, #ededed)}.offers-card-foot .btn-linker .btn-linker-text{margin-right:25px}@media (min-width: 1280px){.offers-card-foot .wrap-card-foot{padding:35px 0}}@media (min-width: 1280px){.half-multimedia{right:auto;left:0;width:calc(50% + 45px)}.half-multimedia-box{padding-left:0;padding-bottom:0;padding-top:5px}.half-multimedia-box .wrap-multimedia-box{border-radius:0}.half-wrapper{padding-right:0;padding-left:calc(50% - 200px);padding-top:280px}.half-wrapper .wrapper{padding-left:0}.offers-card-header,.offers-card-content,.offers-card-conditions,.offers-card-price,.offers-card-btns,.offers-card-foot{position:relative;z-index:9;background-color:#fff;padding-left:100px;padding-right:50px}#half-endpoint{padding-top:40px}}@media (min-width: 1680px){.half-multimedia{width:calc(50% + 300px)}.half-wrapper{padding-left:50%}.half-wrapper .half-breadcrumbs{right:50px}}.items-gallery .items-gallery-title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 540px){.items-gallery .items-gallery-title{font-size:34px}}@media (min-width: 768px){.items-gallery .items-gallery-title{font-size:40px}}@media (min-width: 1280px){.items-gallery .items-gallery-title{font-size:44px;text-align:left}}.items-gallery .items-gallery-title{padding-bottom:20px}@media (min-width: 768px){.items-gallery .items-gallery-title{padding-bottom:35px}}@media (min-width: 1024px){.items-gallery{font-size:0}.items-gallery .wrap-items-gallery{padding-bottom:0}.items-gallery .items-gallery-list{margin:0 -22px}}@media (min-width: 1280px){.items-gallery{font-size:0}.items-gallery .wrap-items-gallery{padding-bottom:0}.items-gallery .items-gallery-list{margin:0 -30px}}@media (min-width: 1680px){.items-gallery .items-gallery-list{padding:0 90px}}.items-gallery-element .wrap-items-element{padding:0 0 40px}.items-gallery-element .items-element-media{position:relative;padding-top:93%;margin-bottom:30px}.items-gallery-element .items-element-media .element-media-img{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.items-gallery-element .items-element-title{font-family:var(--font-text);font-size:14px;font-weight:400;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.items-gallery-element .items-element-title{text-align:left}}.items-gallery-element .items-element-title{text-align:center}.items-gallery-element .items-element-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);line-height:1.4;letter-spacing:.035em;text-align:center}@media (min-width: 768px){.items-gallery-element .items-element-text{font-size:20px}}@media (min-width: 1280px){.items-gallery-element .items-element-text{text-align:left}}.items-gallery-element .items-element-text{padding-top:10px}@media (max-width: 767px){.items-gallery-element:last-child .wrap-items-element{padding-bottom:0}}@media (max-width: 1023px){.items-gallery-element{max-width:430px;margin:0 auto}}@media (min-width: 1024px){.items-gallery-element{display:inline-block;vertical-align:top;width:50%}.items-gallery-element .wrap-items-element{padding:22px}}@media (min-width: 1280px){.items-gallery-element{display:inline-block;vertical-align:top;width:33.33%;max-width:initial}.items-gallery-element .wrap-items-element{padding:0 30px 40px}.items-gallery-element .items-element-title{text-align:left}}.map-module-box{background-color:#f6f6f3;padding:40px 20px}.map-module-box .map-box-header{padding-bottom:25px;text-align:center}.map-module-box .map-box-header_title{font-family:var(--font-title);font-size:28px;font-weight:500;color:#393939;line-height:111.7647058824%;letter-spacing:0;text-align:center}@media (min-width: 768px){.map-module-box .map-box-header_title{font-size:40px}}@media (min-width: 1280px){.map-module-box .map-box-header_title{font-size:44px;text-align:left}}.map-module-box .map-box-header_subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.map-module-box .map-box-header_subtitle{text-align:left}}.map-module-box .map-box-header_subtitle{padding-top:10px}.map-module-box .map-box-img{display:block;width:100%;height:auto;margin:0 auto}.map-module-box .map-box-logo{display:block;width:170px;height:auto;margin:20px auto 0}@media (min-width: 540px){.map-module-box .map-box-header_title{font-size:34px}}@media (min-width: 768px){.map-module-box{padding:40px}.map-module-box .map-box-header{padding-bottom:35px}.map-module-box .map-box-header_title{font-size:40px}.map-module-box .map-box-img{max-width:625px}.map-module-box .map-box-logo{width:210px;margin-top:30px}}@media (min-width: 1280px){.map-module-box{position:relative;padding:30px 45px;font-size:0}.map-module-box .map-box-header{display:inline-block;vertical-align:top;width:420px;padding-right:50px;padding-bottom:0;text-align:left}.map-module-box .map-box-img{display:inline-block;vertical-align:top;width:calc(100% - 420px);max-width:initial}.map-module-box .map-box-logo{position:absolute;bottom:30px;left:45px}}@media (min-width: 1680px){.map-module-box{padding:50px 65px}.map-module-box .map-box-header{width:640px}.map-module-box .map-box-header_title{font-size:60px}.map-module-box .map-box-header_subtitle{font-size:20px;padding-top:25px}.map-module-box .map-box-img{width:calc(100% - 640px)}.map-module-box .map-box-logo{left:70px;bottom:70px}}.client-bar{position:fixed;z-index:4;top:90px;left:0;width:100%;background-color:#000000b3;padding:0 50px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) 1s;-o-transition:all cubic-bezier(.785,.135,.15,.86) 1s;transition:all cubic-bezier(.785,.135,.15,.86) 1s}.client-bar.adjust{top:0}.client-bar .wrap-bar{position:relative;height:75px}.client-bar .wrap-bar .client-login{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:0}.client-bar .wrap-bar .client-login .client-icon{display:inline-block;vertical-align:middle;position:relative;width:40px;height:40px;border:2px solid #fff;border-radius:50%;padding:7px 9px}.client-bar .wrap-bar .client-login .client-icon:before{display:inline-block;color:#fff;font-size:19px;-webkit-animation:zoom-shake 3s ease-out infinite;-moz-animation:zoom-shake 3s ease-out infinite;-o-animation:zoom-shake 3s ease-out infinite;animation:zoom-shake 3s ease-out infinite}.client-bar .wrap-bar .client-login .client-name{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:18px;font-weight:400;color:#fff;letter-spacing:.02em;padding-left:15px}.client-bar .wrap-bar .close-bar{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:0}.client-bar .wrap-bar .close-bar .close-text{position:relative;display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:500;text-transform:uppercase;color:#fff;padding:0 15px}.client-bar .wrap-bar .close-bar .close-text.text-link:after{content:\"\";position:absolute;bottom:-3px;width:0;height:1px;left:15px;background-color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-bar .wrap-bar .close-bar .close-text.text-link.active:after{width:calc(100% - 30px)}.client-bar .wrap-bar .close-bar .close-text.no-bar:before{display:none}.client-bar .wrap-bar .close-bar .close-text:before{content:\"\";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:10px;background-color:#ffffff80}@media (min-width: 1025px){.client-bar .wrap-bar .close-bar .close-text:after{width:calc(100% - 30px)}.client-bar .wrap-bar .close-bar .close-text+.close-icon{border-color:transparent}.client-bar .wrap-bar .close-bar .close-text+.close-icon:before,.client-bar .wrap-bar .close-bar .close-text+.close-icon:after{-webkit-transform:skew(30deg) translateX(0%) translateZ(0);-moz-transform:skew(30deg) translateX(0%) translateZ(0);-ms-transform:skew(30deg) translateX(0%) translateZ(0);-o-transform:skew(30deg) translateX(0%) translateZ(0);transform:skew(30deg) translate(0) translateZ(0);opacity:1}.client-bar .wrap-bar .close-bar .close-text+.close-icon .icon-cerrar:before{color:var(--cl_corp, #0d0d0d)}}.client-bar .wrap-bar .close-bar .btn-close{border-color:#fff;color:#fff}.client-bar .wrap-bar .close-bar .btn-close:before{color:#fff}@media (max-width: 1679px){.client-bar{top:80px;padding:0 45px}}@media (max-width: 1023px){.client-bar{top:0;padding:0 37px}}@media (max-width: 767px){.client-bar{padding:0 23px}}@media (max-width: 539px){.client-bar{padding:0 18px}.client-bar .wrap-bar{height:65px}.client-bar .wrap-bar .client-login .client-name{font-size:15px}.client-bar .wrap-bar .client-login .client-icon{width:35px;height:35px;padding:5px 8px}.client-bar .wrap-bar .client-login .client-icon:before{font-size:19px}.client-bar .wrap-bar .close-bar .close-text{display:none}.client-bar .wrap-bar .close-bar .close-icon{width:35px;height:35px}.client-bar .wrap-bar .close-bar .close-icon .icon-cerrar:before{font-size:12px}}@media (max-width: 1023px){.client-bar .wrap-bar .close-bar .close-text.sesion{display:none}}@media (max-width: 767px){.client-bar .wrap-bar .close-bar .close-text{font-size:13px}}.client-module{padding-top:90px}.client-module .wrap-module{padding-top:75px;padding-bottom:80px;min-height:calc(100vh - 332px)}.client-module .wrap-module .module-head .wrap-head{padding:60px 0 40px;border-bottom:2px solid var(--cl_border-light, #ededed)}.client-module .wrap-module .module-head .wrap-head .resp-link{display:none}.client-module .wrap-module .module-head .wrap-head .head-title{font-family:var(--font-title);font-size:36px;font-weight:500;color:var(--cl_corp, #0d0d0d);letter-spacing:.02em}.client-module .wrap-module .module-head .wrap-head .head-subtitle{font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.client-module .wrap-module .module-head .wrap-head .head-subtitle{text-align:left}}.client-module .wrap-module .module-head .wrap-head .head-subtitle{padding-top:8px}.client-module .wrap-module .module-content .wrap-content .reserve-element{padding:45px 0;border-bottom:2px solid var(--cl_border-light, #ededed)}.client-module .wrap-module .module-content .wrap-content .reserve-element.cancelled{background-color:#0003}.client-module .wrap-module .module-content .wrap-content .reserve-element.cancelled .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns{pointer-events:none}.client-module .wrap-module .module-content .wrap-content .reserve-element.cancelled .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .price-btn .btn-corp-text{border:none;background-color:red;color:#fff;pointer-events:none}.client-module .wrap-module .module-content .wrap-content .reserve-element.cancelled .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel{display:none}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element{position:relative;width:calc(100% - 260px);padding-left:260px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head{padding-bottom:15px;font-size:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .reserve-img{position:absolute;top:0;left:0;width:225px;height:150px;overflow:hidden}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .reserve-img .img{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);height:105%;width:auto}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text{display:inline-block;vertical-align:middle;width:calc(100% - 225px)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-title{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:14px;font-weight:600;color:#383838b8;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-align:center}@media (min-width: 1280px){.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-title{text-align:left}}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-stars{display:inline-block;vertical-align:middle;padding-left:10px;font-size:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-stars .icon-estrella{display:inline-block;vertical-align:top;padding:0 2.5px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-stars .icon-estrella:before{font-size:10px;color:var(--cl_corp, #0d0d0d)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates{padding:10px 0 20px;font-size:0;border-top:2px solid var(--cl_border-light, #ededed);border-bottom:2px solid var(--cl_border-light, #ededed)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element{display:inline-block;vertical-align:top;padding-top:10px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:first-child .wrap-date{padding-left:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:nth-last-child(2) .wrap-date{margin-right:20px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:last-child .wrap-date{padding-left:0;padding-right:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:last-child .wrap-date:after{display:none}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date{position:relative;font-size:0;padding:0 20px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date:after{content:\"\";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) translateX(50%);-moz-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);-o-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translate(50%);width:1px;height:12px;background-color:var(--cl_border-light, #ededed)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-title{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:18px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.02em}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-arrow{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:18px;font-weight:400;color:#383838b8;letter-spacing:.02em;padding:0 10px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-info{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:18px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.02em}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info{padding-top:20px;font-size:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box{display:inline-block;vertical-align:top;width:calc(100% - 250px);padding-right:35px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-name{font-family:var(--font-text);font-size:17px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.02em;padding-bottom:10px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-product{font-family:var(--font-text);font-size:22px;font-weight:700;color:#383838b8;text-transform:uppercase;letter-spacing:.005em;line-height:109.0909090909%;padding-bottom:10px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-extra{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-bottom:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns{font-size:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info{display:inline-block;vertical-align:top;position:relative;padding:5px 0;border-bottom:2px solid var(--cl_border-light, #ededed);cursor:pointer}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info:after{content:\"\";position:absolute;bottom:-1px;left:0;width:0%;height:1px;background-color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions{padding:5px 0;margin-right:30px;border-radius:2px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions:before{content:\"\\e91b\";position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:icomoon;font-size:9px;color:#fff;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions.active{padding:5px 35px 3px 15px;background-color:var(--cl_corp, #0d0d0d);opacity:.7}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions.active:before{opacity:1}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions.active .btn-info-text{color:#fff;display:none}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions.active .btn-info-text.toclose{display:inline-block}@media (min-width: 1025px){.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info.conditions.active{opacity:1}}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info .btn-info-text{font-family:var(--font-text);font-size:14px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.05em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info .btn-info-text.toclose{display:none}@media (min-width: 1025px){.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info:after{width:100%}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .wrap-btns .btn-info .btn-info-text{color:#383838b8}}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box{display:inline-block;vertical-align:top;width:250px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box{position:relative}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info{text-align:right}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price{font-size:0;padding-bottom:12px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .price{display:inline-block;vertical-align:baseline;font-family:var(--font-text);font-size:52px;font-weight:700;color:var(--cl_text, #444444)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .price small{font-size:35px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .coin{display:inline-block;vertical-align:baseline;font-family:var(--font-text);font-size:35px;font-weight:700;color:var(--cl_text, #444444)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts{font-size:0;padding-bottom:12px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element{display:inline-block;vertical-align:middle;padding:0 8px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element.discount-price .past-price{opacity:.7;color:var(--cl_text, #444444);text-decoration:line-through}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element.discount-minus .minus-price{color:var(--cl_corp, #0d0d0d)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element.discount-percent{opacity:.7;padding:5px 12px;border-radius:4px;background-color:var(--cl_corp, #0d0d0d);color:#fff;margin-left:8px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .past-price,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .minus-price,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .percent-price{font-family:var(--font-text);font-size:17px;font-weight:700;letter-spacing:-.05em}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-stand{font-size:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-stand .stand-price{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:16px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-right:5px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-stand .stand-text{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:16px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns{position:absolute;top:0;right:-40px;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%);text-align:center;width:200px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .price-btn{margin-bottom:20px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .price-btn .btn-corp-text{min-width:200px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel{position:relative;display:inline-block}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel:after{content:\"\";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:red;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel .btn-cancel-link{display:inline-block;padding:5px 0;font-family:var(--font-text);font-size:14px;font-weight:700;color:red;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 1025px){.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel:after{width:100%}}.client-module .wrap-module .reserve-conditions{width:calc(100% - 260px);padding-top:0;padding-left:260px;height:0;overflow:hidden;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.client-module .wrap-module .reserve-conditions.open{padding-top:20px}.client-module .wrap-module .reserve-conditions .wrap-conditions{position:relative;border-radius:4px;border:2px solid var(--cl_border-light, #ededed);padding:0 70px}.client-module .wrap-module .reserve-conditions .wrap-conditions .close-conditions{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer}.client-module .wrap-module .reserve-conditions .wrap-conditions .close-conditions:before{color:#fff}@media (min-width: 1025px){.client-module .wrap-module .reserve-conditions .wrap-conditions .close-conditions .icon-cerrar:before{color:#fff}}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section{padding:40px 0;border-bottom:2px solid var(--cl_border-light, #ededed)}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section:last-child{border-bottom:none}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section p{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;line-height:122.2222222222%;padding-top:10px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section p strong{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:18px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.02em;padding-right:5px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .section-title{font-family:var(--font-text);font-size:20px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.005em}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list{padding-top:20px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element{position:relative;padding-left:12px;margin-bottom:10px;font-size:0}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element:last-child{margin-bottom:0}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element:before{content:\"\\e91d\";position:absolute;top:16px;left:0;font-family:icomoon;font-size:6px;color:var(--cl_text, #444444)}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element .element-title{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:18px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.02em;padding-right:5px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element .element-text{display:inline-block;vertical-align:top;font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;line-height:122.2222222222%}@media (max-width: 1679px){.client-module{padding-top:80px}.client-module .wrap-module{min-height:calc(100vh - 322px)}.client-module .wrap-module .reserve-conditions .wrap-conditions{padding:0 40px}}@media (max-width: 1365px){.client-module .wrap-module{min-height:initial}.client-module .wrap-module .reserve-conditions,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element{width:100%}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box{width:calc(100% - 320px)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box{width:320px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns{position:relative;right:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;margin:25px 0 0 auto}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .price-btn{margin-bottom:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel{position:absolute;top:50%;right:calc(100% + 45px);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width: 1279px){.client-module .wrap-module .reserve-conditions{padding-left:0}.client-module .wrap-module .module-content .wrap-content .reserve-element{padding:25px 0 35px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element{padding-left:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head{font-size:0;padding-bottom:25px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .reserve-img{display:inline-block;vertical-align:middle;position:relative;width:135px;height:90px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text{width:calc(100% - 135px)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-title{padding-left:25px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-product{max-width:355px}}@media (max-width: 1023px){.client-module .wrap-module{padding-top:0}.client-module .wrap-module .module-head .wrap-head{padding:45px 0 30px;text-align:center}}@media (max-width: 767px){.client-module .wrap-module .reserve-conditions .wrap-conditions{padding:0 25px}.client-module .wrap-module .reserve-conditions .wrap-conditions:before,.client-module .wrap-module .reserve-conditions .wrap-conditions:after{font-size:20px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section{padding:35px 0}.client-module .wrap-module .module-head .wrap-head{padding:35px 0;text-align:center}.client-module .wrap-module .module-head .wrap-head .head-title{font-size:26px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-stars{display:block;padding-left:25px;padding-top:5px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date{padding:0 20px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date:after{height:40px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-title{display:block}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-arrow{display:none}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-info{display:block;padding-top:5px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box{display:block;width:100%;padding-right:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box{display:block;width:100%;padding-top:30px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box{padding-top:30px;text-align:center;border-top:2px solid var(--cl_border-light, #ededed)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info{text-align:center}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns{margin:25px auto 0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-btns .btn-cancel{position:relative;top:0;right:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;margin-top:20px}}@media (max-width: 539px){.client-module{padding-top:70px}.client-module .wrap-module .module-head .wrap-head .resp-link{display:block;padding-bottom:15px;font-size:0}.client-module .wrap-module .module-head .wrap-head .resp-link .link-text{position:relative;display:inline-block;vertical-align:top;width:50%;font-family:var(--font-text);font-size:14px;font-weight:500;color:rgba(var(--cl_corp, #0d0d0d),.7);text-transform:uppercase;letter-spacing:.02em;padding:0 15px}.client-module .wrap-module .module-head .wrap-head .resp-link .link-text.active{text-decoration:underline;color:var(--cl_corp, #0d0d0d)}.client-module .wrap-module .module-head .wrap-head .resp-link .link-text:first-child{text-align:right;padding-left:0}.client-module .wrap-module .module-head .wrap-head .resp-link .link-text:first-child:before{content:\"\";position:absolute;top:50%;right:0;width:1px;height:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(var(--cl_corp, #0d0d0d),.7)}.client-module .wrap-module .module-head .wrap-head .resp-link .link-text:nth-child(2){text-align:left;padding-right:0}.client-module .wrap-module .reserve-conditions .wrap-conditions{padding:0 15px}.client-module .wrap-module .reserve-conditions .wrap-conditions .close-conditions{top:15px;right:15px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section{padding:25px 0}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section:nth-child(2){padding-top:40px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section p,.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section p strong{font-size:15px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .section-title{font-size:18px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list{padding-top:15px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element:before{top:4px}.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element .element-title,.client-module .wrap-module .reserve-conditions .wrap-conditions .conditions-section .conditions-list .list-element .element-text{font-size:15px}.client-module .wrap-module .module-head .wrap-head{padding:35px 0 20px}.client-module .wrap-module .module-content .wrap-content .reserve-element{padding:15px 0 30px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head{padding-bottom:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .reserve-img{width:70px;height:70px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text{width:calc(100% - 70px)}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-title{font-size:20px;line-height:100%;padding-left:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-head .wrap-head .wrap-text .reserve-stars{padding-left:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates{padding:15px 0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element{width:50%;text-align:center}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:first-child .wrap-date{padding-left:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:nth-child(2) .wrap-date:after{display:none}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:nth-last-child(2) .wrap-date{margin-right:0}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element:last-child .wrap-date{padding-right:15px;padding-left:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date{padding:0 15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date:after{height:30px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-title{font-size:14px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-dates .wrap-dates .date-element .wrap-date .date-info{font-size:14px;letter-spacing:0;padding-top:3px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-name{font-size:15px;padding-bottom:8px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-product{font-size:20px;line-height:120%;padding-bottom:8px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .info-box .wrap-box .info-extra{font-size:14px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box{padding-top:25px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .price{font-size:46px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .price small,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-price .coin{font-size:31px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .past-price,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .minus-price,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-discounts .discount-element .percent-price{font-size:15px}.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-stand .stand-price,.client-module .wrap-module .module-content .wrap-content .reserve-element .wrap-element .reserve-info .wrap-info .price-box .wrap-box .price-info .wrap-stand .stand-text{font-size:14px}}@media (max-width: 374px){.client-module{padding-top:60px}}.user-page{background-position:0 0;background-repeat:repeat;padding-top:90px}.user-page .user-wrapper{padding:75px 0 120px}.user-page .user-wrapper .user-head .wrap-head{padding:50px 0 35px;font-size:0}.user-page .user-wrapper .user-head .wrap-head .resp-link{display:none}.user-page .user-wrapper .user-head .wrap-head .user-icon{position:relative;display:inline-block;vertical-align:middle;width:55px;height:55px;border:2px solid var(--cl_corp, #0d0d0d);border-radius:50%}.user-page .user-wrapper .user-head .wrap-head .user-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:26px;color:var(--cl_corp, #0d0d0d)}.user-page .user-wrapper .user-head .wrap-head .user-credentials{display:inline-block;vertical-align:middle;padding-left:20px}.user-page .user-wrapper .user-head .wrap-head .user-credentials .user-name{font-family:var(--font-text);font-size:24px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.005em}.user-page .user-wrapper .user-head .wrap-head .user-credentials .user-mail{font-family:var(--font-text);font-size:16px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-top:5px}.user-page .user-wrapper .user-content .wrap-content{font-size:0;margin:0 -15px}.user-page .user-wrapper .user-content .wrap-content .user-info{display:inline-block;vertical-align:top;width:50%;padding:0 15px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info{position:relative;padding:35px 50px;border:2px solid var(--cl_border-light, #ededed);border-radius:4px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-head{padding-bottom:15px;border-bottom:2px solid var(--cl_border-light, #ededed)}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-head .info-title{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.05em}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form{padding-top:40px;font-size:0;margin:0 -17px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field{display:inline-block;vertical-align:top;width:50%;padding:0 17px 25px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .field-title{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-bottom:10px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth{margin:0 -3px;font-size:0}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element{display:inline-block;vertical-align:top;width:30%;padding:0 3px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element.year{width:40%}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element:before{right:10px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element:after{right:35px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element .input-element-text{left:5px;padding:5px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element .input-element-field{padding:0 35px 0 10px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field input{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field input{box-shadow:2px 2px 2px rgba(var(--cl_corp, #0d0d0d),.4)}}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .wrap-check{padding:0 17px;width:100%}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .btn-user{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);padding:0;background-color:#fff}.user-page .user-wrapper .user-content .wrap-content .user-mod{display:inline-block;vertical-align:top;width:50%;padding:0 15px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{position:relative;padding:35px 50px 0;border:2px solid var(--cl_border-light, #ededed);border-radius:4px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-head{padding-bottom:15px;border-bottom:2px solid var(--cl_border-light, #ededed)}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-head .mod-title{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.05em}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form{max-width:50%;margin:0 auto}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form{margin:0 -17px;padding:77px 0 78px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field{padding:0 17px 25px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field .field-title{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-bottom:10px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field input{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field input{box-shadow:2px 2px 2px rgba(var(--cl_corp, #0d0d0d),.4)}}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .mod-btn{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);padding:0;background-color:#fff}@media (min-width: 1280px){.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{min-height:407px}}@media (max-width: 1679px){.user-page{padding-top:80px}.user-page .user-wrapper .user-content .wrap-content .user-info{width:calc(100% - 490px)}.user-page .user-wrapper .user-content .wrap-content .user-mod{width:490px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form{max-width:295px}}@media (max-width: 1365px){.user-page .user-wrapper .user-content .wrap-content .user-info{width:calc(100% - 425px)}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form{margin:0 -15px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field{padding:0 15px 25px}.user-page .user-wrapper .user-content .wrap-content .user-mod{width:425px}}@media (max-width: 1279px){.user-page .user-wrapper .user-content .wrap-content{margin:0}.user-page .user-wrapper .user-content .wrap-content .user-info{width:100%;padding:0}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info{padding:35px}.user-page .user-wrapper .user-content .wrap-content .user-mod{width:100%;margin-top:50px;padding:0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{padding:35px 35px 0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form{max-width:initial}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form{padding:40px 0 55px;font-size:0;margin:0 -15px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field{display:inline-block;padding:0 15px 25px;width:50%}}@media (max-width: 1023px){.user-page .user-wrapper{padding:0 0 220px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form{margin:0 -10px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field{padding:0 10px 25px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form{margin:0 -10px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field{padding:0 10px 25px}}@media (max-width: 767px){.user-page .user-wrapper .user-head .wrap-head{padding:25px 0}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info{padding:25px 35px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-head{text-align:center}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form{margin:0;padding-top:25px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field{display:block;width:100%;max-width:295px;margin:0 auto;padding:0 0 15px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .form-field .field-title{font-size:16px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form .wrap-check{padding:0;max-width:235px;margin:5px auto 0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{padding:25px 35px 0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-head{text-align:center}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form{margin:0;padding:25px 0 35px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field{display:block;width:100%;max-width:295px;margin:0 auto;padding:0 0 15px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form .form-field .field-title{font-size:16px}}@media (max-width: 539px){.user-page{padding-top:70px}.user-page .user-wrapper .user-head .wrap-head{text-align:center;padding:15px 0 20px}.user-page .user-wrapper .user-head .wrap-head .resp-link{display:block;padding-bottom:30px;font-size:0}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text{position:relative;display:inline-block;vertical-align:top;width:50%;font-family:var(--font-text);font-size:14px;font-weight:500;color:rgba(var(--cl_text, #444444),.7);text-transform:uppercase;letter-spacing:.02em;padding:0 15px}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text.active{text-decoration:underline;color:var(--cl_corp, #0d0d0d)}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text:first-child{text-align:right;padding-left:0}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text:first-child:before{content:\"\";position:absolute;top:50%;right:0;width:1px;height:10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--cl_border-light, #ededed)}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text:nth-child(2){text-align:left;padding-right:0}.user-page .user-wrapper .user-head .wrap-head .user-icon{width:32px;height:32px;border-width:1px}.user-page .user-wrapper .user-head .wrap-head .user-icon:before{font-size:18px}.user-page .user-wrapper .user-head .wrap-head .user-credentials{display:block;padding-left:0;padding-top:12px}.user-page .user-wrapper .user-head .wrap-head .user-credentials .user-name{font-size:22px}.user-page .user-wrapper .user-head .wrap-head .user-credentials .user-mail{font-size:14px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info{padding:25px 20px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info .info-form .wrap-form{padding-top:20px}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{padding:25px 20px 0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod .mod-form .wrap-form{padding:20px 0 35px}}@media (max-width: 374px){.user-page{padding-top:60px}.user-page .user-wrapper .user-head .wrap-head .resp-link .link-text{padding:0 12px;font-size:13px}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info{border:none;padding:20px 0}.user-page .user-wrapper .user-content .wrap-content .user-info .wrap-info:before{content:\"\";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:30px;height:1px;background-color:rgba(var(--cl_corp, #0d0d0d),.4)}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod{border:none;padding:27px 0 0}.user-page .user-wrapper .user-content .wrap-content .user-mod .wrap-mod:before{content:\"\";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:30px;height:1px;background-color:rgba(var(--cl_corp, #0d0d0d),.4)}}.registry-page{padding-top:80px;font-size:0;background-position:0 0;background-repeat:repeat}.registry-page .big-wrapper{font-size:0;text-align:center}.registry-page .big-wrapper:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:calc(100vh - 130px);opacity:0}.registry-page .registry-wrapper{padding:40px 0 75px;max-width:640px;margin:0 auto;display:inline-block;vertical-align:middle;width:100%}.registry-page .registry-wrapper .registry-head .wrap-head{padding:35px 0 30px;font-size:0;text-align:center}.registry-page .registry-wrapper .registry-head .wrap-head .registry-icon{position:relative;display:inline-block;vertical-align:middle;width:55px;height:55px;border:2px solid var(--cl_corp, #0d0d0d);border-radius:50%}.registry-page .registry-wrapper .registry-head .wrap-head .registry-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:33px;color:var(--cl_corp, #0d0d0d)}.registry-page .registry-wrapper .registry-head .wrap-head .registry-title{font-family:var(--font-title);font-size:36px;font-weight:500;color:var(--cl_corp, #0d0d0d);letter-spacing:.005em;padding-top:20px}.registry-page .registry-wrapper .registry-content .wrap-content{font-size:0;margin:0 -15px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form{font-size:0;margin:0 -17px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field{display:inline-block;vertical-align:top;width:50%;padding:0 17px 15px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .field-title{font-family:var(--font-text);font-size:12px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.05em;text-transform:uppercase;padding-bottom:5px;text-align:left}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-input .input-text{text-transform:none}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth{margin:0 -3px;font-size:0}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element{display:inline-block;vertical-align:top;width:30%;padding:0 3px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element.year{width:40%}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element:before{right:10px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element:after{right:35px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element .input-element-text{left:5px;padding:5px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field .wrap-birth .input-element .wrap-input-element .input-element-field{padding:0 35px 0 10px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field input{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field input{box-shadow:2px 2px 2px rgba(var(--cl_corp, #0d0d0d),.4)}}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .btn-registry{display:table;margin:10px auto 0;background-color:#fff;padding:0}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot{font-size:0;padding-top:25px;text-align:center}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .must-fields{position:relative;display:inline-block;vertical-align:middle;width:50%;padding:0 17px;text-align:right}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .must-fields .must-text{position:relative;display:inline-block;font-family:var(--font-text);font-size:15px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.02em;padding-left:15px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .must-fields .must-text:before{content:\"\";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:8px;border:2px solid color(srgb .22 .22 .22 / .72);border-radius:50%}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check{display:inline-block;vertical-align:middle;width:50%;padding:0 17px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check .legal-text{text-align:left}.registry-page .registry-wrapper .form-nav{margin:0 auto}.registry-page .registry-wrapper .form-nav .wrap-nav{margin-top:40px;padding-top:30px;border-top:2px solid var(--cl_border-light, #ededed);text-align:center;font-size:0}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element{position:relative;display:inline-block;vertical-align:top;padding:0 15px}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element:before{content:\"\";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:10px;background-color:var(--cl_border-light, #ededed)}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element:first-child{padding-left:0}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element:first-child:before{display:none}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element:last-child{padding-right:0}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text{position:relative;display:inline-block;padding:3px 0;font-family:var(--font-text);font-size:14px;font-weight:400;color:var(--cl_text, #444444);cursor:pointer;letter-spacing:.02em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text:before{content:\"\";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#383838b8;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text.active{color:#383838b8}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text.active:before{width:100%}@media (min-width: 1025px){.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text{color:#383838b8}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element .nav-text:before{width:100%}}@media (max-width: 1679px){.registry-page .big-wrapper:before{height:calc(100vh - 130px)}}@media (max-width: 1023px){.registry-page{padding-top:0}.registry-page .big-wrapper:before{height:calc(100vh - 200px)}}@media (max-width: 767px){.registry-page .registry-wrapper{padding:0 0 150px}.registry-page .registry-wrapper .registry-head .wrap-head{padding:35px 0 15px}.registry-page .registry-wrapper .registry-content{max-width:300px;margin:0 auto}.registry-page .registry-wrapper .registry-content .wrap-content,.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form{margin:0}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-field{width:100%;padding:0 0 15px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .must-fields{display:block;width:100%;text-align:center;padding:0 0 15px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check{display:block;width:100%;padding:0;text-align:center}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check .legal-text{width:calc(100% - 80px)}}@media (max-width: 539px){.registry-page .registry-wrapper{padding:0 0 130px}.registry-page .registry-wrapper .registry-head .wrap-head{padding:25px 0 15px}.registry-page .registry-wrapper .registry-head .wrap-head .registry-icon{width:33px;height:33px;border-width:1px}.registry-page .registry-wrapper .registry-head .wrap-head .registry-icon:before{font-size:18px}.registry-page .registry-wrapper .registry-head .wrap-head .registry-title{padding-top:10px}.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check .legal-text{width:calc(100% - 50px)}.registry-page .registry-wrapper .form-nav .wrap-nav{padding-top:20px}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element{display:block;padding:5px 0!important}.registry-page .registry-wrapper .form-nav .wrap-nav .nav-element:before{display:none}}@media (max-width: 374px){.registry-page .registry-wrapper .registry-content .wrap-content .registry-form .wrap-form .form-foot .wrap-foot .wrap-check .legal-text{width:calc(100% - 50px)}}.login-nav{position:fixed;z-index:2;bottom:0;left:0;width:100%}.login-nav .wrap-nav{background-color:var(--cl_corp, #0d0d0d);padding:14px 0 12px}.login-nav .wrap-nav .nav-list{font-size:0;text-align:center}.login-nav .wrap-nav .nav-list .nav-element{display:inline-block;vertical-align:top}.login-nav .wrap-nav .nav-list .nav-element.active .wrap-element .element-link{color:#fff}.login-nav .wrap-nav .nav-list .nav-element.active .wrap-element .element-link:before{width:100%}.login-nav .wrap-nav .nav-list .nav-element:last-child .wrap-element:before{display:none}.login-nav .wrap-nav .nav-list .nav-element .wrap-element{position:relative;padding:0 12px}.login-nav .wrap-nav .nav-list .nav-element .wrap-element:before{content:\"\";position:absolute;top:50%;right:0;height:10px;width:1px;background-color:#fff6;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.login-nav .wrap-nav .nav-list .nav-element .wrap-element .element-link{position:relative;font-family:var(--font-text);font-size:11px;font-weight:400;color:#fff6;text-transform:uppercase;padding-bottom:3px;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;cursor:pointer}.login-nav .wrap-nav .nav-list .nav-element .wrap-element .element-link:before{content:\"\";position:absolute;bottom:0;left:0;height:1px;width:0;background-color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.login-nav .wrap-nav .nav-list .nav-element .wrap-element .element-link{color:#fff}.login-nav .wrap-nav .nav-list .nav-element .wrap-element .element-link:before{width:100%}}@media (max-width: 1023px){.login-nav{bottom:80px}}@media (max-width: 539px){.login-nav{bottom:70px}}.login-page .wrap-login .login-data{background-position:0 0;background-repeat:repeat;position:relative;float:right;height:calc(100vh - 90px);width:50%}.login-page .wrap-login .login-data .wrap-data{position:absolute;width:360px;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-title{font-family:var(--font-title);font-size:36px;font-weight:500;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em;line-height:105.8823529412%}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-subtitle{font-family:var(--font-text);font-size:16px;font-weight:700;color:#383838b8;letter-spacing:.1em;line-height:133.3333333333%;text-transform:uppercase;padding-top:10px}.login-page .wrap-login .login-advantages{float:left;width:50%;background-color:var(--cl_background_white, #ffffff);background-position:0 0;background-repeat:repeat}@media (max-width: 1023px){.login-page .wrap-login{padding:0}.login-page .wrap-login .login-data{float:initial;width:100%;height:auto;padding:60px 0}.login-page .wrap-login .login-data .wrap-data{position:relative;margin:0 auto;left:0;top:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header{height:110px}.login-page .wrap-login .login-advantages{float:initial;width:100%}.login-page .wrap-login .login-advantages .wrap-advantages{padding:60px 0 200px}.login-page .wrap-login .login-advantages .wrap-advantages:before{display:none}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box{display:block}}@media (max-width: 767px){.login-page .wrap-login .login-data{padding:40px 0}.login-page .wrap-login .login-advantages .wrap-advantages{padding:40px 0 180px}}@media (max-width: 539px){.login-page .wrap-login{padding-bottom:70px}.login-page .wrap-login .login-data{padding:30px 0}.login-page .wrap-login .login-data .wrap-data{width:320px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header{padding-bottom:10px;height:90px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-title{font-size:30px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-subtitle,.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-sublink{padding-top:5px;font-size:14px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content{height:260px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content{left:15px;width:calc(100% - 30px)}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav{padding-top:20px}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element{display:block;padding:5px 0!important}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:before{display:none}.login-page .wrap-login .login-advantages .wrap-advantages{padding:50px 0 120px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header{padding-bottom:10px;max-width:320px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-title{font-size:24px;line-height:105.8823529412%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-subtitle{padding-top:5px;font-size:14px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content{max-width:320px}}.motor-advantages{display:inline-block;vertical-align:middle}.motor-advantages .wrap-motor-advantages{max-width:620px;margin:0 auto}@media (max-width: 1679px){.motor-advantages .wrap-motor-advantages{max-width:initial;padding:80px 70px 40px}}@media (max-width: 1279px){.motor-advantages .wrap-motor-advantages{max-width:initial;padding:80px 40px 40px}}@media (max-width: 1023px){.motor-advantages .wrap-motor-advantages{max-width:initial;padding:0 40px}}@media (max-width: 374px){.motor-advantages .wrap-motor-advantages{max-width:initial;padding:0 15px}}.motor-advantages-header .wrap-advantages-header{padding-bottom:35px;text-align:center}.motor-advantages-header .wrap-advantages-header .advantages-header-title{font-family:var(--font-title);font-size:36px;font-weight:500;color:var(--cl_corp, #0d0d0d)}.motor-advantages-header .wrap-advantages-header .advantages-header-subtitle{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.1em;line-height:144.4444444444%;text-transform:uppercase;padding-top:8px}@media (max-width: 1679px){.motor-advantages-header .wrap-advantages-header{padding-bottom:25px}}@media (max-width: 1279px){.motor-advantages-header .wrap-advantages-header{padding-bottom:20px}}@media (max-width: 539px){.motor-advantages-header .wrap-advantages-header{padding-bottom:15px}.motor-advantages-header .wrap-advantages-header .advantages-header-title{font-size:30px}.motor-advantages-header .wrap-advantages-header .advantages-header-subtitle{font-size:14px;letter-spacing:.02em}}.motor-advantages-content .wrap-advantages-content .motor-advantages-list{font-size:0;margin:0 -10px;display:flex;flex-wrap:wrap;flex-direction:row}.motor-advantages-content .wrap-advantages-content .advantages-btn{padding-top:30px;margin-top:10px;text-align:center;border-top:1px solid rgba(var(--cl_text, #444444),.6)}.motor-advantages-content .wrap-advantages-content .advantages-btn .btn-corp .btn-corp-link{background-color:rgba(var(--cl_corp, #0d0d0d),.8);color:#fff;border-color:transparent}@media (max-width: 1679px){.motor-advantages-content .wrap-advantages-content .motor-advantages-list{margin:0}}@media (max-width: 1365px){.motor-advantages-content .wrap-advantages-content .motor-advantages-list{margin:0 auto;max-width:400px}}@media (max-width: 1023px){.motor-advantages-content .wrap-advantages-content .motor-advantages-list{max-width:650px}}.motor-advantages-element{display:inline-block;vertical-align:top;width:50%;display:flex;flex:1 0 auto;min-width:50%;padding:0 10px}.motor-advantages-element .wrap-advantages-element{width:100%;border-top:2px solid var(--cl_border-light, #ededed);padding:35px 10px;font-size:0}.motor-advantages-element .wrap-advantages-element .advantages-element-icon{position:relative;display:inline-block;vertical-align:top;width:40px;height:40px;border-radius:50%;border:2px solid color(srgb .22 .22 .22 / .72)}.motor-advantages-element .wrap-advantages-element .advantages-element-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:c2t!important;font-size:30px;color:#383838b8}.motor-advantages-element .wrap-advantages-element .advantages-element-info{display:inline-block;vertical-align:top;padding-top:2px;padding-left:12px;width:calc(100% - 40px)}.motor-advantages-element .wrap-advantages-element .advantages-element-info .element-info-title{font-family:var(--font-text);font-size:15px;font-weight:500;color:#383838b8;text-transform:uppercase;letter-spacing:.02em;line-height:120%}.motor-advantages-element .wrap-advantages-element .advantages-element-info .element-info-text{font-family:var(--font-text);font-size:16px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.005em;line-height:112.5%;padding-top:5px}@media (max-width: 1679px) and (min-width: 1366px){.motor-advantages-element .wrap-advantages-element{padding:25px 10px;text-align:center}.motor-advantages-element .wrap-advantages-element .advantages-element-icon{width:50px;height:50px}.motor-advantages-element .wrap-advantages-element .advantages-element-icon:before{font-size:36px}.motor-advantages-element .wrap-advantages-element .advantages-element-info{display:block;width:100%;padding-left:0;padding-top:10px}}@media (max-width: 1365px){.motor-advantages-element{width:100%;min-width:100%;display:block;text-align:left}}@media (max-width: 1023px) and (min-width: 768px){.motor-advantages-element{width:50%;min-width:50%;display:inline-block}.motor-advantages-element .wrap-advantages-element{padding:25px 10px;text-align:center}.motor-advantages-element .wrap-advantages-element .advantages-element-icon{width:50px;height:50px}.motor-advantages-element .wrap-advantages-element .advantages-element-icon:before{font-size:36px}.motor-advantages-element .wrap-advantages-element .advantages-element-info{display:block;width:100%;padding-left:0;padding-top:10px}}@media (max-width: 539px){.motor-advantages-element .wrap-advantages-element{padding:20px 0}}@media (max-width: 374px){.motor-advantages-element .wrap-advantages-element .advantages-element-info{padding-left:10px}.motor-advantages-element .wrap-advantages-element .advantages-element-info .element-info-title{letter-spacing:0}.motor-advantages-element .wrap-advantages-element .advantages-element-info .element-info-text{font-size:15px}}.sta-menus-air_nav-action-subtn{display:none!important}.slash-module{position:relative;padding-top:80px;background-position:0 0;background-repeat:repeat}.slash-module.hotel .slash-content{padding-top:75px}.slash-module .slash-img{position:fixed;width:50%;right:0;top:80px;bottom:0;height:calc(100% - 80px);z-index:1}@media (min-width: 1280px){.slash-module .slash-img.stop{position:absolute!important;bottom:0!important;right:0!important;top:auto!important;height:calc(100vh - 90px)!important}}@media (min-width: 1280px) and (max-width: 1679px){.slash-module .slash-img.stop{height:calc(100vh - 80px)!important}}.slash-module .slash-img .container,.slash-module .slash-img .container .img-gallery{height:100%}.slash-module .slash-img .container .img-gallery .img-element{position:relative;height:100%}.slash-module .slash-img .container .img-gallery .img-element .wrap-img{position:relative;height:100%;overflow:hidden}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-map{position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;height:100%;width:100%}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .img{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);-webkit-backface-visibility:hidden;min-height:100%;min-width:100%;object-fit:cover}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps{background-color:#aadaff;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;height:100%;width:100%}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map{position:absolute;top:calc(50% - 20px);left:0;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-header{text-align:center;max-width:300px;margin:0 auto}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-header .map-title{font-family:var(--font-text);font-size:32px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.03em;padding-bottom:15px}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-header .map-subtitle{font-family:var(--font-text);font-size:17px;font-weight:400;color:rgba(var(--cl_corp, #0d0d0d),.7);letter-spacing:.02em;border-top:1px solid rgba(var(--cl_corp, #0d0d0d),.4);padding-top:15px}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-content{padding:70px 60px 0}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-content .wrap-svg{max-width:600px;margin:0 auto}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-content .wrap-svg svg{width:100%}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .slash-svg-maps .svg-map .map-content .wrap-svg svg .map-point{-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;opacity:0}.slash-module .slash-img .container .img-gallery .img-element .img-zoom{position:absolute;bottom:30px;left:50px}.slash-module .slash-img .container .img-gallery .img-element .img-zoom:before,.slash-module .slash-img .container .img-gallery .img-element .img-zoom:after{z-index:0}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-icon:before,.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-icon:after{z-index:1}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-icon .iconloyal-flecha_escalado{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-icon .iconloyal-flecha_escalado:before{font-size:13px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-tag{position:absolute;bottom:calc(100% + 10px);left:50%;-webkit-transform:translateX(-50%) translateY(10px) scale(.5);-moz-transform:translateX(-50%) translateY(10px) scale(.5);-ms-transform:translateX(-50%) translateY(10px) scale(.5);-o-transform:translateX(-50%) translateY(10px) scale(.5);transform:translate(-50%) translateY(10px) scale(.5);opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;border-radius:4px;text-align:center;min-width:130px;background-color:rgba(var(--cl_corp, #0d0d0d),.9)}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-tag:after{content:\"\\e91c\";position:absolute;top:calc(100% - 1px);left:50%;-webkit-transform:translateX(-50%) rotate(90deg);-moz-transform:translateX(-50%) rotate(90deg);-ms-transform:translateX(-50%) rotate(90deg);-o-transform:translateX(-50%) rotate(90deg);transform:translate(-50%) rotate(90deg);font-family:icomoon;font-size:8px;color:rgba(var(--cl_corp, #0d0d0d),.9)}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-tag .tag-text{padding:9px 15px;font-family:var(--font-text);font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 1025px){.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-icon .iconloyal-flecha_escalado:before{color:var(--cl_corp, #0d0d0d)}.slash-module .slash-img .container .img-gallery .img-element .img-zoom .zoom-tag{opacity:1;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);-o-transform:translateX(-50%) translateY(0) scale(1);transform:translate(-50%) translateY(0) scale(1)}}.slash-module .slash-img .container .img-counter{position:absolute;bottom:32px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:35px;height:35px}.slash-module .slash-img .container .img-counter:before{content:\"/\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:var(--font-text);font-size:36px;font-weight:300;color:#fff}.slash-module .slash-img .container .img-counter .count-left{position:absolute;top:0;left:0;font-family:var(--font-text);font-weight:500;font-size:14px;color:#fff;text-transform:uppercase}.slash-module .slash-img .container .img-counter .count-right{position:absolute;bottom:0;right:0;font-family:var(--font-text);font-weight:500;font-size:14px;color:#fff;text-transform:uppercase}.slash-module .slash-img .container .client-link{position:absolute;right:30px;bottom:20px;cursor:pointer}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client{margin:0 auto}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client:before,.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client:after{z-index:0}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client .iconloyal-user{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client .iconloyal-user:before{font-size:22px;color:#fff;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.slash-module .slash-img .container .client-link .wrap-client .client-text{text-align:center;font-family:var(--font-text);font-weight:400;font-size:11px;color:#fff;text-transform:uppercase;padding-top:10px}@media (min-width: 1025px){.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client{border-color:transparent}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client:before,.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client:after{-webkit-transform:skew(30deg) translateX(0%) translateZ(0);-moz-transform:skew(30deg) translateX(0%) translateZ(0);-ms-transform:skew(30deg) translateX(0%) translateZ(0);-o-transform:skew(30deg) translateX(0%) translateZ(0);transform:skew(30deg) translate(0) translateZ(0);opacity:1}.slash-module .slash-img .container .client-link .wrap-client .iconloyal-client .iconloyal-user:before{color:var(--cl_corp, #0d0d0d)}}.slash-module .slash-img .container .module-phrase{position:absolute;z-index:2;top:95px;right:44px}.slash-module .slash-img .container .module-phrase .wrap-phrase{font-size:0}.slash-module .slash-img .container .module-phrase .wrap-phrase .phrase-text{display:inline-block;vertical-align:middle;font-family:var(--font-text);font-size:19px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;padding-right:20px}.slash-module .slash-img .container .module-phrase .wrap-phrase .iconloyal-phrase{position:relative;display:inline-block;vertical-align:middle;width:40px;height:40px;border:2px solid #fff;border-radius:50%;padding:10px 9px}.slash-module .slash-img .container .module-phrase .wrap-phrase .iconloyal-phrase:before{display:inline-block;font-size:18px;color:#fff;-webkit-animation:zoom-shake 5s ease-out infinite;-moz-animation:zoom-shake 5s ease-out infinite;-o-animation:zoom-shake 5s ease-out infinite;animation:zoom-shake 5s ease-out infinite}@media (max-width: 1679px){.slash-module .slash-img .container .module-phrase{top:90px}}@media (max-width: 1279px){.slash-module .slash-img .container .module-phrase{top:125px;right:30px}}@media (max-width: 1023px){.slash-module .slash-img .container .module-phrase{top:20px;right:39px}}@media (max-width: 767px){.slash-module .slash-img .container .module-phrase{right:25px}}@media (max-width: 539px){.slash-module .slash-img .container .module-phrase{top:20px;left:25px;right:auto}.slash-module .slash-img .container .module-phrase .wrap-phrase{position:relative;padding-left:30px}.slash-module .slash-img .container .module-phrase .wrap-phrase .phrase-text{font-size:15px;padding-right:0;padding-left:15px}.slash-module .slash-img .container .module-phrase .wrap-phrase .iconloyal-phrase{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;padding:6px 5px}.slash-module .slash-img .container .module-phrase .wrap-phrase .iconloyal-phrase:before{font-size:15px}}@media (max-width: 374px){.slash-module .slash-img .container .module-phrase .wrap-phrase .phrase-text{font-size:14px;padding-left:10px}}.slash-module .slash-img .container .resp-social{display:none;position:absolute;top:15px;right:20px}.slash-module .slash-img .container .resp-social .social-icon{display:block;width:30px;height:30px;border:2px solid #fff;border-radius:50%}.slash-module .slash-img .container .resp-social .social-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-size:13px;color:#fff}.slash-module .slash-content{width:50%;margin-right:50%}@media (max-width: 1365px){.slash-module{padding-top:80px}.slash-module .slash-img{top:80px;height:calc(100% - 80px)}}@media (max-width: 1279px){.slash-module.hotel .slash-content{padding-top:0}.slash-module.resp-noimg .slash-img{display:none}.slash-module .slash-img{position:relative;top:0;height:550px;width:100%;bottom:auto;right:auto}.slash-module .slash-img .container .img-gallery .img-element .wrap-img .img{min-width:100%;height:auto;max-width:120%}.slash-module .slash-img .container .img-gallery .img-element .img-zoom{display:none}.slash-module .slash-img .container .img-counter{bottom:35px;right:35px;left:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.slash-module .slash-img .container .client-link{display:none}.slash-module .slash-content{width:100%;margin-right:0}}@media (max-width: 1023px){.slash-module{padding-top:0}.slash-module.hotel{padding-top:193px}.slash-module .slash-img{height:510px}}@media (max-width: 767px){.slash-module.hotel{padding-top:185px}.slash-module .slash-img{height:355px}.slash-module .slash-img .container .img-counter{right:25px;bottom:25px}}@media (max-width: 539px){.slash-module.hotel{padding-top:173px}.slash-module .slash-img{height:250px}.slash-module .slash-img .container .img-counter{right:12px;bottom:12px}.slash-module .slash-img .container .resp-social{display:block}}@media (max-width: 374px){.slash-module.hotel{padding-top:161px}.slash-module .slash-img{height:214px}}.loyalty-module .wrap-loyalty{position:relative;padding-top:110px;text-align:center;max-width:620px;margin:0 auto}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-title{font-family:var(--font-title);font-size:55px;font-weight:500;color:var(--cl_corp, #0d0d0d)}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-subtitle{padding:30px 0;font-family:var(--font-text);font-size:24px;font-weight:700;color:#383838b8;line-height:125%}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-text{padding:30px 15px;font-family:var(--font-text);font-size:17px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.01em;line-height:158.8235294118%;border-top:2px solid var(--cl_border-light, #ededed)}.loyalty-module .wrap-loyalty .loyalty-info:last-child .wrap-info{padding-bottom:10px}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info{padding:70px 0;border-top:2px solid var(--cl_border-light, #ededed)}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-title{font-family:var(--font-text);font-size:30px;font-weight:700;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-text{padding:30px 15px 20px;font-family:var(--font-text);font-size:17px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.01em;line-height:158.8235294118%}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-btns{text-align:center}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-btns .info-btn{margin:10px 10px 0}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-btns .info-btn .btn-corp-link{min-width:270px;padding:14px 25px 12px}@media (max-width: 1279px){.loyalty-module .wrap-loyalty{padding-top:45px}}@media (max-width: 767px){.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-title{font-size:60px}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-subtitle{font-size:22px}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-text{font-size:16px}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info{padding:40px 0}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-title{font-size:26px;line-height:115.3846153846%}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-text{padding:15px;font-size:16px}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-btns .info-btn{margin:10px 0 0}}@media (max-width: 539px){.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-title{font-size:45px}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-subtitle{font-size:18px;padding:10px 0 30px}.loyalty-module .wrap-loyalty .loyalty-intro .wrap-intro .intro-text{padding:30px 0}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info{padding:35px 0}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-title{font-size:24px}.loyalty-module .wrap-loyalty .loyalty-info .wrap-info .info-text{padding:15px 0}}.offers-fullbanner{background-position:0 0;background-repeat:repeat;padding-bottom:60px}.offers-fullbanner.not-all .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter{z-index:2}.offers-fullbanner .full-wrapper .wrap-offers .offers-header{position:relative;padding-bottom:50px;text-align:center}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-title{font-family:var(--font-title);font-size:36px;font-weight:400;color:var(--cl_corp, #0d0d0d);text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-subtitle{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.02em;text-transform:uppercase;padding-top:15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-btn{position:absolute;bottom:50px;right:60px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content{position:relative;overflow:hidden}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content{position:relative}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 70px);background-color:#f8f8f8}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box{height:100%;font-size:0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-graphic{display:inline-block;vertical-align:top;margin-left:25%;width:50%;height:100%;background-image:url(/static/svg/backmask.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter{position:relative;display:inline-block;vertical-align:top;width:25%;height:100%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) translateZ(0);-moz-transform:translateY(-50%) translateX(-50%) translateZ(0);-ms-transform:translateY(-50%) translateX(-50%) translateZ(0);-o-transform:translateY(-50%) translateX(-50%) translateZ(0);transform:translateY(-50%) translate(-50%) translateZ(0);width:100%;max-width:440px;padding:0 50px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-icon{position:relative;display:block;margin:0 auto 20px;width:50px;height:50px;border-radius:50%;border:1px solid var(--cl_text, #444444)}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-icon:before{content:\"\\e917\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%) translateZ(0);-moz-transform:translateY(-50%) translateX(-50%) translateZ(0);-ms-transform:translateY(-50%) translateX(-50%) translateZ(0);-o-transform:translateY(-50%) translateX(-50%) translateZ(0);transform:translateY(-50%) translate(-50%) translateZ(0);font-size:17px;color:var(--cl_text, #444444)}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-title{font-family:var(--font-text);font-size:24px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.005em;line-height:116.6666666667%;padding-bottom:15px;border-bottom:2px solid var(--cl_border-light, #ededed);text-align:center}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-text{font-family:var(--font-text);font-size:18px;font-weight:400;color:var(--cl_text, #444444);letter-spacing:.01em;line-height:111.1111111111%;padding-top:15px;text-align:center}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input{padding-top:35px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input{position:relative;border:2px solid var(--cl_border-light, #ededed);border-radius:4px;height:42px;overflow:hidden;max-width:210px;margin:0 auto}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email{display:block;width:100%;height:100%;font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase;padding:12px 0 10px 10px;background-color:transparent}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email.placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email:-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email::-moz-placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email:-ms-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email::-webkit-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .input-email:-o-input-placeholder{font-family:var(--font-text);font-size:12px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.03em;line-height:116.6666666667%;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .button-email{position:absolute;top:0;right:0;height:100%;width:35px;background-color:transparent}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input .wrap-input .button-email:before{content:\"\\e917\";position:absolute;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%) translateZ(0) rotate(180deg);-moz-transform:translateY(-50%) translateX(50%) translateZ(0) rotate(180deg);-ms-transform:translateY(-50%) translateX(50%) translateZ(0) rotate(180deg);-o-transform:translateY(-50%) translateX(50%) translateZ(0) rotate(180deg);transform:translateY(-50%) translate(50%) translateZ(0) rotate(180deg);font-family:icomoon;font-size:14px;color:var(--cl_text, #444444)}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery{margin:0 -2.5px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .btn-slide-square{top:calc(50% - 35px)}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element{position:relative;padding:5px 2.5px 70px;background-color:#fff}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element{position:relative;padding-top:118%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head{position:absolute;top:0;left:0;width:100%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head{padding:25px 45px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-title{font-family:var(--font-text);font-size:33px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.005em;line-height:106.0606060606%;padding-bottom:13px;border-bottom:1px dashed #fff}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-text{font-family:var(--font-text);font-size:17px;font-weight:700;color:#fff;letter-spacing:.02em;line-height:117.6470588235%;text-transform:uppercase;padding-top:12px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot{position:absolute;bottom:0;left:0;width:100%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot{padding:0 45px 25px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .since{font-family:var(--font-text);font-size:12px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.08em;line-height:117.6470588235%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price{font-family:var(--font-text);font-size:60px;font-weight:700;color:#fff;text-transform:uppercase}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price small{font-size:40px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo{position:absolute;bottom:35px;right:15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo{padding:0 30px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-tag{position:absolute;bottom:100%;left:50%;-webkit-transform:translateY(5px) translateX(-50%) translateZ(0) scale(.5);-moz-transform:translateY(5px) translateX(-50%) translateZ(0) scale(.5);-ms-transform:translateY(5px) translateX(-50%) translateZ(0) scale(.5);-o-transform:translateY(5px) translateX(-50%) translateZ(0) scale(.5);transform:translateY(5px) translate(-50%) translateZ(0) scale(.5);background-color:rgba(var(--cl_corp, #0d0d0d),.9);border-radius:4px;min-width:100px;text-align:center;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-tag:after{top:100%;left:50%;-webkit-transform:translateX(-50%) translateZ(0);-moz-transform:translateX(-50%) translateZ(0);-ms-transform:translateX(-50%) translateZ(0);-o-transform:translateX(-50%) translateZ(0);transform:translate(-50%) translateZ(0);content:\"\";display:block;position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(var(--cl_corp, #0d0d0d),.9);margin-top:-2px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-tag .tag-text{font-family:var(--font-text);font-size:12px;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase;padding:7px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon{position:relative;display:block;margin:0 auto;width:40px;height:40px;border:2px solid #fff;border-radius:50%;opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon:before{content:\"\\e90e\";position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);font-family:icomoon;font-size:19px;color:#fff}@media (min-width: 1025px){.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-tag{-webkit-transform:translateY(-10px) translateX(-50%) scale(1);-moz-transform:translateY(-10px) translateX(-50%) scale(1);-ms-transform:translateY(-10px) translateX(-50%) scale(1);-o-transform:translateY(-10px) translateX(-50%) scale(1);transform:translateY(-10px) translate(-50%) scale(1);opacity:1;transition-delay:.4s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .btn-offer{position:absolute;bottom:0;left:50%;-webkit-transform:translateY(-15px) translateX(-50%) translateZ(0);-moz-transform:translateY(-15px) translateX(-50%) translateZ(0);-ms-transform:translateY(-15px) translateX(-50%) translateZ(0);-o-transform:translateY(-15px) translateX(-50%) translateZ(0);transform:translateY(-15px) translate(-50%) translateZ(0);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}@media (min-width: 1025px){.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .btn-offer{opacity:1;-webkit-transform:translateY(0) translateX(-50%) translateZ(0);-moz-transform:translateY(0) translateX(-50%) translateZ(0);-ms-transform:translateY(0) translateX(-50%) translateZ(0);-o-transform:translateY(0) translateX(-50%) translateZ(0);transform:translateY(0) translate(-50%) translateZ(0)}}@media (max-width: 1679px){.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter{padding:0 36px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-icon{width:40px;height:40px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-icon:before{font-size:14px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-title{font-size:21px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-text{font-size:16px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter .wrap-newsletter .newsletter-input{padding-top:25px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element{padding-top:109%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head{padding:15px 40px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-title{font-size:28px;line-height:107.1428571429%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-text{font-size:14px;line-height:114.2857142857%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot{padding:0 40px 15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price{font-size:49px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price small{font-size:39px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo{bottom:20px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon{width:30px;height:30px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon:before{font-size:14px}}@media (max-width: 1279px){.offers-fullbanner .full-wrapper .wrap-offers .offers-header{padding-bottom:35px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-btn{position:relative;bottom:0;right:0;margin:35px auto 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-graphic{margin-left:33.33%;width:33.33%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter{width:33.33%}}@media (max-width: 1023px){.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-graphic{margin-left:0;width:50%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box .wrap-box .background-newsletter{width:50%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon{width:40px;height:40px;opacity:1;-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1);-ms-transform:translateZ(0) scale(1);-o-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo .wrap-moreinfo .moreinfo-icon:before{font-size:19px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .btn-offer{opacity:1;-webkit-transform:translateY(0) translateX(-50%) translateZ(0);-moz-transform:translateY(0) translateX(-50%) translateZ(0);-ms-transform:translateY(0) translateX(-50%) translateZ(0);-o-transform:translateY(0) translateX(-50%) translateZ(0);transform:translateY(0) translate(-50%) translateZ(0)}}@media (max-width: 767px){.offers-fullbanner .full-wrapper .wrap-offers .offers-header{padding-bottom:25px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-title{font-size:26px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-subtitle{letter-spacing:.1em;line-height:142.8571428571%;padding-top:15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-btn{opacity:.7;margin:20px auto 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-btn .btn-corp-link{min-width:150px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .background-box{display:none}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head{padding:25px 70px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-title{font-size:33px;line-height:106.0606060606%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-text{font-size:17px;line-height:117.6470588235%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot{padding:0 70px 25px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price{font-size:60px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price small{font-size:40px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo{bottom:30px;right:35px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .btn-offer .btn-corp-link{min-width:200px}}@media (max-width: 539px){.offers-fullbanner .full-wrapper .wrap-offers .offers-header{padding-bottom:25px;max-width:240px;margin:0 auto}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-title{font-size:26px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-subtitle{letter-spacing:.01em;line-height:130.7692307692%;font-size:13px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head{padding:15px 40px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-title{font-size:28px;line-height:107.1428571429%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head .offer-text{font-size:14px;line-height:121.4285714286%}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot{padding:0 40px 15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price{font-size:49px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot .price small{font-size:33px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo{bottom:20px;right:10px}}@media (max-width: 374px){.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-head .wrap-head{padding:15px 30px 0}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-foot .wrap-foot{padding:0 30px 15px}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element .offer-moreinfo{bottom:20px;right:0}}.full-phrase{padding-bottom:60px}.full-phrase .wrap-phrase{text-align:center}.full-phrase .wrap-phrase .phrase-text{font-family:var(--font-text);font-size:77px;font-weight:100;color:var(--cl_corp, #0d0d0d);text-transform:uppercase}@media (max-width: 1365px){.full-phrase .wrap-phrase .phrase-text{font-size:71px}}@media (max-width: 1279px){.full-phrase .wrap-phrase .phrase-text{font-size:63px}}@media (max-width: 1023px){.full-phrase .wrap-phrase .phrase-text{font-size:59px;line-height:98.3050847458%}}@media (max-width: 767px){.full-phrase .wrap-phrase .phrase-text{font-size:45px;line-height:97.7777777778%}}.levels-module{padding:60px 0}.levels-module .wrap-levels-module{position:relative;padding:45px 80px;font-size:0;min-height:420px;background-color:var(--cl_background_white, #ffffff);border:2px solid var(--cl_border-light, #ededed)}@media (max-width: 1365px){.levels-module .wrap-levels-module{padding:45px 60px}}@media (max-width: 1279px){.levels-module{padding:40px 0}.levels-module .wrap-levels-module{padding:40px}}@media (max-width: 1023px){.levels-module .wrap-levels-module{text-align:center}}@media (max-width: 539px){.levels-module .big-wrapper{padding:0}.levels-module .wrap-levels-module{padding:40px 20px}}.levels-info{display:inline-block;vertical-align:top;max-width:430px}.levels-info .wrap-levels-info .levels-info-title{font-family:var(--font-title);font-size:55px;font-weight:500;color:var(--cl_corp, #0d0d0d);line-height:120%}.levels-info .wrap-levels-info .levels-info-subtitle{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_text, #444444);line-height:135.7142857143%;letter-spacing:.02em;text-transform:uppercase}.levels-info .wrap-levels-info .levels-info-text{font-family:var(--font-text);font-size:17px;font-weight:400;color:var(--cl_text, #444444);line-height:158.8235294118%;letter-spacing:.01em;padding-top:55px}.levels-info .wrap-levels-info .levels-info-btn{margin-top:25px}@media (max-width: 1279px){.levels-info .wrap-levels-info .levels-info-title{font-size:48px}.levels-info .wrap-levels-info .levels-info-text{padding-top:20px}}@media (max-width: 1023px){.levels-info .wrap-levels-info{text-align:center}.levels-info .wrap-levels-info .levels-info-title{font-size:42px}}@media (max-width: 539px){.levels-info .wrap-levels-info .levels-info-title{font-size:36px}.levels-info .wrap-levels-info .levels-info-subtitle{letter-spacing:.08em}.levels-info .wrap-levels-info .levels-info-text{font-size:16px;line-height:150%}}.levels-graphic{position:absolute;bottom:0;right:110px;width:41%}.levels-graphic .wrap-levels-graphic{width:100%}.levels-graphic .wrap-levels-graphic .graphic-img{display:block;width:100%;height:auto}@media (max-width: 1365px){.levels-graphic{right:60px}}@media (max-width: 1279px){.levels-graphic{right:40px}}@media (max-width: 1023px){.levels-graphic{position:relative;right:auto;width:100%;padding-top:25px}}.client-module{padding-top:0;background-position:0 0;background-repeat:repeat}.client-module .wrap-module{min-height:auto;padding-top:0}.offers-fullbanner.inreserve{padding-top:240px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header{text-align:left;padding-bottom:20px;max-width:initial}.offers-fullbanner .full-wrapper .wrap-offers .offers-content .wrap-content .offers-gallery .offers-element .wrap-element{padding-top:80%}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-title{font-weight:700;letter-spacing:initial}.offers-fullbanner .full-wrapper .wrap-offers .offers-header .header-subtitle{padding-top:10px}.client-module .wrap-module .module-head .wrap-head{padding-top:0}@media (max-width: 1679px){.offers-fullbanner.inreserve{padding-top:200px}}@media (max-width: 1023px){.offers-fullbanner.inreserve{padding-top:100px}.offers-fullbanner .full-wrapper .wrap-offers .offers-header{text-align:center}}.login-data .wrap-login-data{font-size:0;padding:65px 0;border-radius:12px;border:2px solid var(--cl_border-light, #ededed)}@media (max-width: 1279px){.login-data .wrap-login-data{padding:50px 0}}@media (max-width: 1023px){.login-data .wrap-login-data{padding:20px 0;max-width:300px;margin:0 auto}}.login-data-element{display:inline-block;vertical-align:bottom;width:25%;text-align:center;position:relative}.login-data-element:last-child:after{content:none}.login-data-element:after{content:\"\";position:absolute;right:0;top:50%;height:100px;width:2px;background-color:var(--cl_border-light, #ededed);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.login-data-element .wrap-login-element{display:inline-block;padding:0 60px;text-align:left}.login-data-element .wrap-login-element .login-element-info{font-family:var(--font-text);font-size:28px;font-weight:700;color:var(--cl_corp, #0d0d0d);letter-spacing:.02em;line-height:121.4285714286%;padding-bottom:10px}.login-data-element .wrap-login-element .login-element-info.medium{font-size:40px}.login-data-element .wrap-login-element .login-element-info.big{font-size:50px;letter-spacing:-.05em;padding-bottom:5px}.login-data-element .wrap-login-element .login-element-tag{font-family:var(--font-text);font-size:16px;font-weight:700;color:var(--cl_text, #444444);letter-spacing:.06em;line-height:118.75%;text-transform:uppercase}@media (max-width: 1365px){.login-data-element .wrap-login-element{padding:0 25px}.login-data-element .wrap-login-element .login-element-info{font-size:24px}.login-data-element .wrap-login-element .login-element-info.medium{font-size:36px}.login-data-element .wrap-login-element .login-element-info.big{font-size:46px}.login-data-element .wrap-login-element .login-element-tag{font-size:15px}}@media (max-width: 1279px){.login-data-element .wrap-login-element{padding:0 20px}.login-data-element .wrap-login-element .login-element-info{font-size:20px}.login-data-element .wrap-login-element .login-element-info.medium{font-size:30px}.login-data-element .wrap-login-element .login-element-info.big{font-size:40px}.login-data-element .wrap-login-element .login-element-tag{font-size:14px}}@media (max-width: 1023px){.login-data-element{width:100%;text-align:center}.login-data-element:after{bottom:0;right:50%;top:auto;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translate(50%);width:35px;height:1px}.login-data-element .wrap-login-element{padding:25px;text-align:center}}.login-page .wrap-login{padding-top:80px;overflow:hidden}.login-page .wrap-login .login-data{position:relative;float:right;height:calc(100vh - 90px);width:50%}@media (min-width: 1024px){.login-page .wrap-login .login-data{position:fixed;bottom:0;right:0;float:inherit}}.login-page .wrap-login .login-data .wrap-data{position:absolute;width:400px;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.login-page .wrap-login .login-data .wrap-data .form-box{opacity:0;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.login-page .wrap-login .login-data .wrap-data .form-box.inactive{display:none}.login-page .wrap-login .login-data .wrap-data .form-box.active{opacity:1}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header{padding-bottom:25px;text-align:center;height:89px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-title{font-family:var(--font-text);font-size:36px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.01em;line-height:105.8823529412%}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-subtitle{font-family:var(--font-text);font-size:15px;font-weight:500;color:#383838b8;letter-spacing:.01em;line-height:133.3333333333%;padding-top:10px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-sublink{font-family:var(--font-text);font-size:15px;font-weight:500;color:var(--cl_text, #444444);letter-spacing:.01em;line-height:133.3333333333%;padding-top:5px;text-decoration:underline;cursor:pointer}@media (min-width: 1024px){.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-sublink{display:none}}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content{position:relative;height:280px;border-top:2px solid var(--cl_border-light, #ededed);border-bottom:2px solid var(--cl_border-light, #ededed)}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 60px);left:30px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content .form-field{padding:7px 0}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content .form-field .field-title{font-family:var(--font-text);font-size:15px;font-weight:500;color:var(--cl_text, #444444);text-transform:uppercase;padding-bottom:5px;letter-spacing:.03em}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content .form-field .wrap-input .input-text{text-transform:none}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content .form-btn{text-align:center;padding-top:20px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content .form-btn .btn-corp{background-color:transparent;padding:0}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav{padding-top:30px;text-align:center;font-size:0}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element{position:relative;display:inline-block;vertical-align:top;padding:0 15px}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:before{content:\"\";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:10px;background-color:var(--cl_border-light, #ededed)}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:first-child{padding-left:0}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:first-child:before{display:none}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:last-child{padding-right:0}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text{position:relative;display:inline-block;padding:3px 0;font-family:var(--font-text);font-size:14px;font-weight:400;color:var(--cl_text, #444444);cursor:pointer;letter-spacing:.02em;-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text:before{content:\"\";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--cl_corp, #0d0d0d);-webkit-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-moz-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-ms-transition:all cubic-bezier(.785,.135,.15,.86) .7s;-o-transition:all cubic-bezier(.785,.135,.15,.86) .7s;transition:all cubic-bezier(.785,.135,.15,.86) .7s}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text.active{color:var(--cl_corp, #0d0d0d)}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text.active:before{width:100%}@media (min-width: 1025px){.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text{color:var(--cl_corp, #0d0d0d)}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element .nav-text:before{width:100%}}.login-page .wrap-login .login-advantages{float:left;width:50%}.login-page .wrap-login .login-advantages .wrap-advantages{font-size:0;text-align:center}.login-page .wrap-login .login-advantages .wrap-advantages:before{content:\"\";display:inline-block;vertical-align:middle;width:0;height:calc(100vh - 90px);opacity:0}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box{display:inline-block;vertical-align:middle}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box{text-align:center}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header{padding-bottom:25px;max-width:400px;margin:0 auto}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-title{font-family:var(--font-text);font-size:34px;font-weight:700;color:var(--cl_corp, #0d0d0d);text-transform:uppercase;letter-spacing:.01em;line-height:155.8823529412%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-subtitle{font-family:var(--font-text);font-size:15px;font-weight:500;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em;line-height:133.3333333333%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content{max-width:360px;margin:0 auto}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-element .wrap-element{padding:15px 0;border-top:1px solid rgba(var(--cl_corp, #0d0d0d),.7)}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-element .wrap-element .element-title{font-family:var(--font-text);font-size:24px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.02em;line-height:120.8333333333%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-element .wrap-element .element-subtitle{font-family:var(--font-text);font-size:15px;font-weight:400;color:var(--cl_corp, #0d0d0d);letter-spacing:.01em;line-height:120%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-btn{text-align:center;padding-top:30px;border-top:1px solid rgba(var(--cl_corp, #0d0d0d),.7)}@media (max-width: 1679px){.login-page .wrap-login .login-advantages .wrap-advantages:before{height:calc(100vh - 80px)}.login-page .wrap-login .login-data{height:calc(100vh - 80px)}}@media (max-width: 1023px){.login-page .wrap-login{padding-top:0;padding-bottom:160px}.login-page .wrap-login .login-data{float:initial;width:100%;height:auto;padding:60px 0}.login-page .wrap-login .login-data .wrap-data{position:relative;margin:0 auto;left:0;top:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header{height:110px}.login-page .wrap-login .login-advantages{float:initial;width:100%}.login-page .wrap-login .login-advantages .wrap-advantages{padding:60px 0}.login-page .wrap-login .login-advantages .wrap-advantages:before{display:none}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box{display:block}}@media (max-width: 767px){.login-page .wrap-login .login-data,.login-page .wrap-login .login-advantages .wrap-advantages{padding:40px 0}}@media (max-width: 539px){.login-page .wrap-login{padding-bottom:70px}.login-page .wrap-login .login-data{padding:30px 0}.login-page .wrap-login .login-data .wrap-data{width:320px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header{padding-bottom:10px;height:90px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-title{font-size:30px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-subtitle,.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-header .form-sublink{padding-top:5px;font-size:14px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content{height:260px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content{left:15px;width:calc(100% - 30px)}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav{padding-top:20px}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element{display:block;padding:5px 0!important}.login-page .wrap-login .login-data .wrap-data .form-nav .wrap-nav .nav-element:before{display:none}.login-page .wrap-login .login-advantages .wrap-advantages{padding:50px 0 80px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header{padding-bottom:10px;max-width:320px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-title{font-size:24px;line-height:105.8823529412%}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header .advantages-subtitle{padding-top:5px;font-size:14px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content{max-width:320px}}@media (max-width: 374px){.login-page .wrap-login .login-data .wrap-data{width:280px}.login-page .wrap-login .login-data .wrap-data .form-box .wrap-form .form-content .wrap-content{width:100%;left:0}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-header,.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content{max-width:280px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-element .wrap-element .element-title{font-size:22px}.login-page .wrap-login .login-advantages .wrap-advantages .advantages-box .wrap-box .advantages-content .advantages-element .wrap-element .element-subtitle{font-size:14px}}@media (max-width: 1024px){.btn-corp{background-color:#fd8700!important}.btn-corp .btn-corp-text{border-color:#fd8700;color:#fff}}.estilovariante .section-slider-arrows{left:-85%;right:auto}@media (max-width: 1300px){.estilovariante .section-slider-arrows{display:none}}.estilovariante .section-slider-arrows .counter{opacity:1;margin-bottom:2rem}.estilovariante .section-slider-arrows .swiper-btn{right:0!important}.estilovariante .js-slider-arrows{flex-direction:column;align-items:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
331
313
|
}
|
|
@@ -353,4 +335,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
353
335
|
}], data: [{
|
|
354
336
|
type: Input
|
|
355
337
|
}] } });
|
|
356
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWwtdjIvc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWwtdjIvc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbEUsT0FBTyxFQUdILFNBQVMsRUFFVCxNQUFNLEVBQ04sS0FBSyxFQUtMLFdBQVcsRUFFWCxTQUFTLEVBQ1QsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sTUFBTSxFQUFFLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLE1BQU0sUUFBUSxDQUFDO0FBQzlFLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLDRFQUE0RSxDQUFDOzs7QUFZN0gsTUFBTSxXQUFXLEdBQTBCO0lBQ3ZDLFlBQVksRUFBRSx5Q0FBeUM7SUFDdkQsWUFBWSxFQUFFLGFBQWE7SUFDM0IsTUFBTSxFQUFFO1FBQ0osSUFBSSxFQUFFLG1CQUFtQjtRQUN6QixXQUFXLEVBQUUsSUFBSTtRQUNqQixZQUFZLEVBQUUsa0JBQWtCO1FBQ2hDLFFBQVEsRUFBRSxLQUFLO1FBQ2YsSUFBSSxFQUFFLElBQUk7UUFDVixRQUFRLEVBQUUsSUFBSTtRQUNkLFFBQVEsRUFBRSxDQUFDO1FBQ1gsWUFBWSxFQUFFLENBQUM7UUFDZixZQUFZLEVBQUUsQ0FBQztRQUNmLFlBQVksRUFBRSxDQUFDO0tBQ2xCO0lBQ0QsS0FBSyxFQUFFO1FBQ0gsTUFBTSxFQUFFO1lBQ0o7Z0JBQ0ksZUFBZSxFQUFFLEVBQUU7Z0JBQ25CLFdBQVcsRUFBRSxFQUFFO2dCQUNmLFNBQVMsRUFBRSxFQUFFO2dCQUNiLFlBQVksRUFBRSxFQUFFO2FBQ25CO1NBQ0o7S0FDSjtJQUNELElBQUksRUFBRTtRQUNGLFFBQVEsRUFBRSxFQUFFO1FBQ1osS0FBSyxFQUFFLEVBQUU7UUFDVCxJQUFJLEVBQUUsRUFBRTtLQUNYO0NBQ0osQ0FBQztBQVVGLE1BQU0sT0FBTyx1QkFBdUI7SUF5QmhDLFlBQ3FCLE1BQWMsRUFDZCxHQUFzQjtRQUR0QixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUF4Qm5DLFVBQUssR0FBMEIsV0FBVyxDQUFDO1FBQzNDLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMxQixvQkFBZSxHQUFHLEtBQUssQ0FBQztRQUVmLGVBQVUsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDbEQsaUJBQVksR0FBRyxDQUFDLENBQUM7UUFDakIsZ0JBQVcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDO0lBbUIxQyxDQUFDO0lBRUosSUFDSSxJQUFJLENBQUMsS0FBNEI7UUFDakMsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLElBQUksV0FBVyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUN4QixJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDckIsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1NBQ3JCO0lBQ0wsQ0FBQztJQUVELElBQUksSUFBSTtRQUNKLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBRUQsSUFBSSxNQUFNO1FBQ04sTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMscUJBQXFCLENBQy9DLElBQUksQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUM1QixDQUFDO1FBQ0YsSUFBSSxnQkFBZ0IsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQzdCLE9BQU8sZ0JBQWdCLENBQUM7U0FDM0I7UUFFRCxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3JELElBQUksVUFBVSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDdkIsT0FBTyxVQUFVLENBQUM7U0FDckI7UUFFRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sSUFBSSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxVQUFVLEVBQUU7WUFDdEIsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsTUFBTSxJQUFJLENBQUM7WUFDeEQsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLEVBQUUsTUFBTSxJQUFJLENBQUM7WUFDOUIsY0FBYyxFQUFFLElBQUksQ0FBQyxJQUFJLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLElBQUksQ0FBQztTQUN4RCxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsZUFBZTtRQUNYLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDO1FBQzVCLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQztRQUNqRSxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUM5QixNQUFNLGFBQWEsR0FDZixDQUFDLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN2RSxJQUFJLENBQUMsYUFBYSxFQUFFO1lBQ2hCLE9BQU87U0FDVjtRQUVELElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUN6QixJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsRUFBRTtZQUN6QixpQkFBaUIsRUFBRSxDQUFDLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQztZQUMxQyxZQUFZLEVBQUUsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUM7WUFDaEMsV0FBVyxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDO1lBQzlCLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU07U0FDN0IsQ0FBQyxDQUFDO1FBRUgsSUFBSSxJQUFJLENBQUMsZUFBZSxJQUFJLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUM1RCxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDckIsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1NBQ3JCO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELFVBQVUsQ0FBQyxLQUFhO1FBQ3BCLE9BQU8sS0FBSyxDQUFDO0lBQ2pCLENBQUM7SUFFRCxhQUFhLENBQUMsS0FBYTtRQUN2QixPQUFPLEtBQUssR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVELGVBQWUsQ0FBQyxLQUEwQjtRQUN0QyxNQUFNLFFBQVEsR0FBRyxLQUFLLENBQUMsV0FBVyxJQUFJLEtBQUssQ0FBQyxlQUFlLENBQUM7UUFDNUQsT0FBTyxPQUFPLFFBQVEsR0FBRyxDQUFDO0lBQzlCLENBQUM7SUFFTyxVQUFVO1FBQ2QsSUFDSSxJQUFJLENBQUMsaUJBQWlCO1lBQ3RCLE9BQU8sTUFBTSxLQUFLLFdBQVc7WUFDN0IsQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUNyQjtZQUNFLE9BQU87U0FDVjtRQUVELGNBQWMsQ0FBQyxHQUFHLEVBQUU7WUFDaEIsSUFBSSxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFFO2dCQUMvQyxPQUFPO2FBQ1Y7WUFFRCxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO1lBQzNCLElBQUksTUFBTSxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7Z0JBQ3JCLElBQUksQ0FBQyxRQUFRLENBQUMsK0JBQStCLENBQUMsQ0FBQztnQkFDL0MsT0FBTzthQUNWO1lBRUQsTUFBTSxTQUFTLEdBQ1gsSUFBSSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsZ0JBQWdCLENBQzdDLGVBQWUsQ0FDbEIsQ0FBQyxNQUFNLENBQUM7WUFDYixJQUFJLFNBQVMsS0FBSyxDQUFDLEVBQUU7Z0JBQ2pCLElBQUksQ0FBQyxRQUFRLENBQUMsMENBQTBDLENBQUMsQ0FBQztnQkFDMUQsT0FBTzthQUNWO1lBRUQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxZQUFZLEVBQUUsRUFBRSxNQUFNLEVBQUUsTUFBTSxDQUFDLE1BQU0sRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDO1lBQ2xFLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDO1lBQ3RDLE1BQU0sZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FDN0IsWUFBWSxDQUFDLFFBQVEsRUFDckIsWUFBWSxDQUFDLFlBQVksRUFDekIsWUFBWSxDQUFDLFlBQVksRUFDekIsWUFBWSxDQUFDLFlBQVksQ0FDNUIsQ0FBQztZQUNGLE1BQU0saUJBQWlCLEdBQUcsTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7WUFDNUMsTUFBTSxVQUFVLEdBQ1osaUJBQWlCLElBQUksTUFBTSxDQUFDLE1BQU0sR0FBRyxnQkFBZ0IsQ0FBQztZQUMxRCxNQUFNLGFBQWEsR0FDZixpQkFBaUI7Z0JBQ2pCLFlBQVksQ0FBQyxXQUFXO2dCQUN4QixJQUFJLENBQUMsVUFBVTtnQkFDZixJQUFJLENBQUMsVUFBVSxDQUFDO1lBQ3BCLE1BQU0sYUFBYSxHQUNmLGlCQUFpQjtnQkFDakIsWUFBWSxDQUFDLFFBQVE7Z0JBQ3JCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztZQUUxQixJQUFJLENBQUMsV0FBVyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUM7WUFFakMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUU7Z0JBQy9CLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxNQUFNLENBQzVCLElBQUksQ0FBQyxhQUFjLENBQUMsYUFBYSxFQUNqQztvQkFDSSxPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxVQUFVLENBQUM7b0JBQ3ZELGFBQWEsRUFBRSxZQUFZLENBQUMsWUFBWTtvQkFDeEMsY0FBYyxFQUFFLFlBQVksQ0FBQyxZQUFZO29CQUN6QyxLQUFLLEVBQUUsR0FBRztvQkFDVixJQUFJLEVBQUUsVUFBVTtvQkFDaEIsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLE1BQU0sRUFBRSxPQUFPO29CQUNmLFVBQVUsRUFBRSxZQUFZLENBQUMsSUFBSTt3QkFDekIsQ0FBQyxDQUFDLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRTt3QkFDckIsQ0FBQyxDQUFDLFNBQVM7b0JBQ2YsUUFBUSxFQUFFLFlBQVksQ0FBQyxRQUFRO3dCQUMzQixDQUFDLENBQUM7NEJBQ0ksS0FBSyxFQUFFLElBQUk7NEJBQ1gsb0JBQW9CLEVBQUUsS0FBSzt5QkFDOUI7d0JBQ0gsQ0FBQyxDQUFDLEtBQUs7b0JBQ1gsVUFBVSxFQUFFLGFBQWE7d0JBQ3JCLENBQUMsQ0FBQzs0QkFDSSxNQUFNLEVBQUUsSUFBSSxDQUFDLFVBQVcsQ0FBQyxhQUFhOzRCQUN0QyxNQUFNLEVBQUUsSUFBSSxDQUFDLFVBQVcsQ0FBQyxhQUFhO3lCQUN6Qzt3QkFDSCxDQUFDLENBQUMsS0FBSztvQkFDWCxVQUFVLEVBQUUsYUFBYTt3QkFDckIsQ0FBQyxDQUFDOzRCQUNJLEVBQUUsRUFBRSxJQUFJLENBQUMsZ0JBQWlCLENBQUMsYUFBYTs0QkFDeEMsU0FBUyxFQUFFLElBQUk7eUJBQ2xCO3dCQUNILENBQUMsQ0FBQyxLQUFLO29CQUNYLFdBQVcsRUFBRTt3QkFDVCxHQUFHLEVBQUU7NEJBQ0QsYUFBYSxFQUFFLFlBQVksQ0FBQyxZQUFZOzRCQUN4QyxjQUFjLEVBQUUsWUFBWSxDQUFDLFlBQVk7eUJBQzVDO3dCQUNELElBQUksRUFBRTs0QkFDRixhQUFhLEVBQUUsWUFBWSxDQUFDLFlBQVk7NEJBQ3hDLGNBQWMsRUFBRSxZQUFZLENBQUMsWUFBWTt5QkFDNUM7d0JBQ0QsSUFBSSxFQUFFOzRCQUNGLGFBQWEsRUFBRSxZQUFZLENBQUMsUUFBUTs0QkFDcEMsY0FBYyxFQUFFLFlBQVksQ0FBQyxRQUFRO3lCQUN4QztxQkFDSjtvQkFDRCxFQUFFLEVBQUU7d0JBQ0EsSUFBSSxFQUFFLENBQUMsTUFBTSxFQUFFLEVBQUU7NEJBQ2IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFO2dDQUNqQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDO2dDQUN0QyxNQUFNLFdBQVcsR0FBRyxNQUFNLEVBQUUsU0FBUyxJQUFJLENBQUMsQ0FBQztnQ0FDM0MsSUFBSSxDQUFDLFlBQVksR0FBRyxXQUFXLEdBQUcsQ0FBQyxDQUFDO2dDQUNwQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLENBQUM7Z0NBQ3BDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLENBQUM7NEJBQzdCLENBQUMsQ0FBQyxDQUFDO3dCQUNQLENBQUM7d0JBQ0QsV0FBVyxFQUFFLENBQUMsTUFBTSxFQUFFLEVBQUU7NEJBQ3BCLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRTtnQ0FDakIsTUFBTSxXQUFXLEdBQUcsTUFBTSxFQUFFLFNBQVMsSUFBSSxDQUFDLENBQUM7Z0NBQzNDLElBQUksQ0FBQyxZQUFZLEdBQUcsV0FBVyxHQUFHLENBQUMsQ0FBQztnQ0FDcEMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFdBQVcsQ0FBQyxDQUFDO2dDQUNwQyxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDOzRCQUM3QixDQUFDLENBQUMsQ0FBQzt3QkFDUCxDQUFDO3FCQUNKO2lCQUNKLENBQ0osQ0FBQztnQkFDRixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1lBQ2xDLENBQUMsQ0FBQyxDQUFDO1FBQ1AsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8sYUFBYTtRQUNqQixJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixJQUFJLENBQUMsSUFBSSxDQUFDLGNBQWMsRUFBRTtZQUNqRCxPQUFPO1NBQ1Y7UUFFRCxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDeEMsSUFBSSxDQUFDLGNBQWMsR0FBRyxTQUFTLENBQUM7UUFDaEMsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDO0lBRU8sZUFBZTtRQUNuQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0UsQ0FBQztJQUVPLHFCQUFxQixDQUN6QixNQUF3QjtRQUV4QixJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUN4QixPQUFPLEVBQUUsQ0FBQztTQUNiO1FBRUQsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUF3QixDQUFDLEdBQUcsRUFBRSxLQUFLLEVBQUUsRUFBRTtZQUN2RCxNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ3hDLE1BQU0sR0FBRyxHQUFHLEtBQUssRUFBRSxHQUFHLEVBQUUsR0FBRyxJQUFJLEtBQUssRUFBRSxHQUFHLElBQUksRUFBRSxDQUFDO1lBQ2hELElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ04sT0FBTyxHQUFHLENBQUM7YUFDZDtZQUVELEdBQUcsQ0FBQyxJQUFJLENBQUM7Z0JBQ0wsZUFBZSxFQUFFLEdBQUc7Z0JBQ3BCLFNBQVMsRUFBRSxHQUFHO2dCQUNkLFlBQVksRUFBRSxHQUFHO2dCQUNqQixXQUFXLEVBQUUsR0FBRztnQkFDaEIsS0FBSyxFQUFFLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxLQUFLLENBQUM7YUFDM0MsQ0FBQyxDQUFDO1lBQ0gsT0FBTyxHQUFHLENBQUM7UUFDZixDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRU8sZ0JBQWdCLENBQ3BCLEtBQXdDO1FBRXhDLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxJQUFJLEtBQUssQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFO1lBQzdDLE9BQU8sRUFBRSxDQUFDO1NBQ2I7UUFFRCxNQUFNLEtBQUssR0FBRyxLQUFLLENBQUMsQ0FBQyxDQUFpQyxDQUFDO1FBQ3ZELElBQUssS0FBc0IsRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTtZQUN2RCxPQUFRLEtBQXdCLENBQUMsT0FBTyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDOUMsSUFBSSxDQUFDLHFCQUFxQixDQUFDLElBQUksRUFBRSxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQ3pELENBQUM7U0FDTDtRQUVELE9BQU8sSUFBSSxDQUFDLHFCQUFxQixDQUFDLEtBQXdCLENBQUMsQ0FBQztJQUNoRSxDQUFDO0lBRU8sZUFBZSxDQUFDLEtBQVU7UUFDOUIsTUFBTSxNQUFNLEdBQ1IsS0FBSyxFQUFFLEdBQUcsRUFBRSxHQUFHO1lBQ2YsS0FBSyxFQUFFLEdBQUc7WUFDVixLQUFLLEVBQUUsSUFBSSxFQUFFLElBQUk7WUFDakIsS0FBSyxFQUFFLElBQUksRUFBRSxRQUFRO1lBQ3JCLEtBQUssRUFBRSxVQUFVLEVBQUUsQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJO1lBQy9CLEtBQUssRUFBRSxVQUFVLEVBQUUsQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJO1lBQy9CLEtBQUssRUFBRSxVQUFVLEVBQUUsQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJO1lBQy9CLEVBQUUsQ0FBQztRQUVQLElBQUksQ0FBQyxNQUFNLElBQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFO1lBQ3ZDLE9BQU8sRUFBRSxDQUFDO1NBQ2I7UUFFRCxJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDO1lBQzVCLE1BQU0sQ0FBQyxVQUFVLENBQUMsVUFBVSxDQUFDO1lBQzdCLE1BQU0sQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDO1lBQ3ZCLE1BQU0sQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDO1lBQzFCLE1BQU0sQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDO1lBQzFCLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLEVBQ3hCO1lBQ0UsT0FBTyxNQUFNLENBQUM7U0FDakI7UUFFRCxPQUFPLElBQUksTUFBTSxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVPLGlCQUFpQixDQUFDLFdBQW9CO1FBQzFDLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUM7UUFDM0IsSUFBSSxNQUFNLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtZQUNyQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUM7WUFDOUIsT0FBTztTQUNWO1FBRUQsTUFBTSxLQUFLLEdBQ1AsT0FBTyxXQUFXLEtBQUssUUFBUTtZQUMzQixDQUFDLENBQUMsV0FBVztZQUNiLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUNKLENBQUMsRUFDRCxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQ3JELENBQUM7UUFDWixNQUFNLFVBQVUsR0FBRyxNQUFNLENBQUMsS0FBSyxDQUFDLEVBQUUsS0FBSyxDQUFDO1FBQ3hDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUM7WUFDMUMsQ0FBQyxDQUFDLFVBQVU7WUFDWixDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQXdCO1FBQ3ZDLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDUixPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUVELE9BQU8sT0FBTyxDQUNWLEtBQUssQ0FBQyxRQUFRO1lBQ2QsS0FBSyxDQUFDLFFBQVE7WUFDZCxLQUFLLENBQUMsS0FBSztZQUNYLEtBQUssQ0FBQyxXQUFXO1lBQ2pCLEtBQUssQ0FBQyxJQUFJLENBQ2IsQ0FBQztJQUNOLENBQUM7SUFFTyxxQkFBcUIsQ0FDekIsS0FBb0I7UUFFcEIsTUFBTSxRQUFRLEdBQ1YsS0FBSyxFQUFFLFFBQVE7WUFDZixLQUFLLEVBQUUsVUFBVTtZQUNoQixLQUFhLEVBQUUsV0FBVztZQUMzQixFQUFFLENBQUM7UUFDUCxNQUFNLFFBQVEsR0FDVixLQUFLLEVBQUUsUUFBUTtZQUNmLEtBQUssRUFBRSxVQUFVO1lBQ2hCLEtBQWEsRUFBRSxXQUFXO1lBQzNCLEVBQUUsQ0FBQztRQUNQLE1BQU0sS0FBSyxHQUNQLEtBQUssRUFBRSxLQUFLLElBQUksS0FBSyxFQUFFLE9BQU8sSUFBSyxLQUFhLEVBQUUsUUFBUSxJQUFJLEVBQUUsQ0FBQztRQUNyRSxNQUFNLFdBQVcsR0FBRyxLQUFLLEVBQUUsV0FBVyxJQUFJLEVBQUUsQ0FBQztRQUU3QyxNQUFNLEtBQUssR0FBcUI7WUFDNUIsUUFBUSxFQUFFLFFBQVEsSUFBSSxRQUFRLElBQUksRUFBRTtZQUNwQyxLQUFLO1lBQ0wsV0FBVztTQUNkLENBQUM7UUFFRixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO0lBQ3RELENBQUM7SUFFTyxRQUFRLENBQUMsT0FBZSxFQUFFLE9BQWlCO1FBQy9DLDZFQUE2RTtRQUM3RSxPQUFPLENBQUMsR0FBRyxDQUFDLGtCQUFrQixFQUFFLE9BQU8sRUFBRSxPQUFPLElBQUksRUFBRSxDQUFDLENBQUM7SUFDNUQsQ0FBQzsrR0F0WVEsdUJBQXVCO21HQUF2Qix1QkFBdUIscWtCQ3RFcEMsbXNKQThGQSx1MGgyQkQ3QmMsWUFBWTs7NEZBS2IsdUJBQXVCO2tCQVJuQyxTQUFTOytCQUNJLHFCQUFxQixjQUNuQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsK0JBQStCLENBQUMsaUJBR3pDLGlCQUFpQixDQUFDLFFBQVE7MkdBY2hDLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFHTixhQUFhO3NCQURaLFNBQVM7dUJBQUMsZUFBZSxFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtnQkFHN0MsVUFBVTtzQkFEVCxTQUFTO3VCQUFDLFlBQVksRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBRzFDLFVBQVU7c0JBRFQsU0FBUzt1QkFBQyxZQUFZLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO2dCQUcxQyxnQkFBZ0I7c0JBRGYsU0FBUzt1QkFBQyxrQkFBa0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBUzVDLElBQUk7c0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBFbGVtZW50UmVmLFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBOZ1pvbmUsXG4gICAgT25DaGFuZ2VzLFxuICAgIE9uRGVzdHJveSxcbiAgICBPbkluaXQsXG4gICAgUExBVEZPUk1fSUQsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IFN3aXBlciwgeyBBdXRvcGxheSwgRWZmZWN0RmFkZSwgTmF2aWdhdGlvbiwgUGFnaW5hdGlvbiB9IGZyb20gJ3N3aXBlcic7XG5pbXBvcnQgeyBCYWJ5bG9uU3dpcGVyQ3NzTG9hZGVyRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zd2lwZXItY3NzLWxvYWRlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uSW1hZ2VJLFxuICAgIEJhYnlsb25JdGVtSSxcbiAgICBCYWJ5bG9uTXVsdGltZWRpYUksXG4gICAgQmFieWxvblRleHRJbmZvSSxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQge1xuICAgIFNsaUMySW1nVHh0TFYyQ29udGVudCxcbiAgICBTbGlDMkltZ1R4dExWMlNsaWRlLFxufSBmcm9tICcuL3NsaS1jMi1pbWctdHh0LWwtdjIuaW50ZXJmYWNlcyc7XG5cbmNvbnN0IGRlZmF1bHREYXRhOiBTbGlDMkltZ1R4dExWMkNvbnRlbnQgPSB7XG4gICAgc2VjdGlvbkNsYXNzOiAnc2VjdGlvbi1nYWxsZXJ5IGluZm8tbGVmdCBtb2R1bGUtc3BhY2VyJyxcbiAgICB3cmFwcGVyQ2xhc3M6ICdiaWctd3JhcHBlcicsXG4gICAgc2xpZGVyOiB7XG4gICAgICAgIG5hbWU6ICdqcy1zZWN0aW9uLXNsaWRlcicsXG4gICAgICAgIHNob3dCdXR0b25zOiB0cnVlLFxuICAgICAgICBidXR0b25zQ2xhc3M6ICdidG4tc2xpZGUtY2lyY2xlJyxcbiAgICAgICAgc2hvd0RvdHM6IGZhbHNlLFxuICAgICAgICBmYWRlOiB0cnVlLFxuICAgICAgICBhdXRvcGxheTogdHJ1ZSxcbiAgICAgICAgc2xpZGVzUGM6IDEsXG4gICAgICAgIHNsaWRlc0xhcHRvcDogMSxcbiAgICAgICAgc2xpZGVzVGFibGV0OiAxLFxuICAgICAgICBzbGlkZXNNb2JpbGU6IDEsXG4gICAgfSxcbiAgICBtZWRpYToge1xuICAgICAgICBzbGlkZXM6IFtcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kSW1hZ2U6ICcnLFxuICAgICAgICAgICAgICAgIGRhdGFMYXp5aW1nOiAnJyxcbiAgICAgICAgICAgICAgICBhcmlhTGFiZWw6ICcnLFxuICAgICAgICAgICAgICAgIGRhdGFGaWxlbmFtZTogJycsXG4gICAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgIH0sXG4gICAgaW5mbzoge1xuICAgICAgICBzdWJ0aXRsZTogJycsXG4gICAgICAgIHRpdGxlOiAnJyxcbiAgICAgICAgdGV4dDogJycsXG4gICAgfSxcbn07XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnc2xpLWMyLWltZy10eHQtbC12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWJ5bG9uU3dpcGVyQ3NzTG9hZGVyRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3NsaS1jMi1pbWctdHh0LWwtdjIuY29tcG9uZW50LnNjc3MnLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLkVtdWxhdGVkLFxufSlcbmV4cG9ydCBjbGFzcyBTbGlDMkltZ1R4dExWMkNvbXBvbmVudFxuICAgIGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveVxue1xuICAgIHByaXZhdGUgX2RhdGE6IFNsaUMySW1nVHh0TFYyQ29udGVudCA9IGRlZmF1bHREYXRhO1xuICAgIHByaXZhdGUgc2xpZGVySW5pdGlhbGl6ZWQgPSBmYWxzZTtcbiAgICBwcml2YXRlIHZpZXdJbml0aWFsaXplZCA9IGZhbHNlO1xuICAgIHByaXZhdGUgc3dpcGVySW5zdGFuY2U/OiBTd2lwZXI7XG4gICAgcHJpdmF0ZSByZWFkb25seSBwbGF0Zm9ybUlkID0gaW5qZWN0KFBMQVRGT1JNX0lEKTtcbiAgICBjdXJyZW50U2xpZGUgPSAxO1xuICAgIHRvdGFsU2xpZGVzID0gdGhpcy5fZGF0YS5tZWRpYS5zbGlkZXMubGVuZ3RoO1xuICAgIGFjdGl2ZVRleHRzPzogQmFieWxvblRleHRJbmZvSTtcblxuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcbiAgICBASW5wdXQoKSBpdGVtcz86IEJhYnlsb25JdGVtSVtdO1xuICAgIEBJbnB1dCgpIG11bHRpbWVkaWE/OiBCYWJ5bG9uTXVsdGltZWRpYUk7XG5cbiAgICBAVmlld0NoaWxkKCdzZWN0aW9uU2xpZGVyJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gICAgc2VjdGlvblNsaWRlcj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuICAgIEBWaWV3Q2hpbGQoJ3NsaWRlclByZXYnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBzbGlkZXJQcmV2PzogRWxlbWVudFJlZjxIVE1MQnV0dG9uRWxlbWVudD47XG4gICAgQFZpZXdDaGlsZCgnc2xpZGVyTmV4dCcsIHsgc3RhdGljOiBmYWxzZSB9KVxuICAgIHNsaWRlck5leHQ/OiBFbGVtZW50UmVmPEhUTUxCdXR0b25FbGVtZW50PjtcbiAgICBAVmlld0NoaWxkKCdzbGlkZXJQYWdpbmF0aW9uJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gICAgc2xpZGVyUGFnaW5hdGlvbj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgbmdab25lOiBOZ1pvbmUsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZlxuICAgICkge31cblxuICAgIEBJbnB1dCgpXG4gICAgc2V0IGRhdGEodmFsdWU6IFNsaUMySW1nVHh0TFYyQ29udGVudCkge1xuICAgICAgICB0aGlzLl9kYXRhID0gdmFsdWUgPz8gZGVmYXVsdERhdGE7XG4gICAgICAgIHRoaXMuc3luY1NsaWRlc1N0YXRlKCk7XG4gICAgICAgIGlmICh0aGlzLnNsaWRlckluaXRpYWxpemVkKSB7XG4gICAgICAgICAgICB0aGlzLmRlc3Ryb3lTbGlkZXIoKTtcbiAgICAgICAgICAgIHRoaXMuaW5pdFNsaWRlcigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0IGRhdGEoKTogU2xpQzJJbWdUeHRMVjJDb250ZW50IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2RhdGE7XG4gICAgfVxuXG4gICAgZ2V0IHNsaWRlcygpOiBTbGlDMkltZ1R4dExWMlNsaWRlW10ge1xuICAgICAgICBjb25zdCBtdWx0aW1lZGlhU2xpZGVzID0gdGhpcy5tYXBNdWx0aW1lZGlhVG9TbGlkZXMoXG4gICAgICAgICAgICB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzXG4gICAgICAgICk7XG4gICAgICAgIGlmIChtdWx0aW1lZGlhU2xpZGVzLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIHJldHVybiBtdWx0aW1lZGlhU2xpZGVzO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgaXRlbVNsaWRlcyA9IHRoaXMubWFwSXRlbXNUb1NsaWRlcyh0aGlzLml0ZW1zKTtcbiAgICAgICAgaWYgKGl0ZW1TbGlkZXMubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgcmV0dXJuIGl0ZW1TbGlkZXM7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gdGhpcy5kYXRhLm1lZGlhLnNsaWRlcyA/PyBbXTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zeW5jU2xpZGVzU3RhdGUoKTtcbiAgICAgICAgdGhpcy51cGRhdGVBY3RpdmVUZXh0cygpO1xuICAgICAgICB0aGlzLmxvZ0RlYnVnKCduZ09uSW5pdCcsIHtcbiAgICAgICAgICAgIG11bHRpbWVkaWFJbWFnZXM6IHRoaXMubXVsdGltZWRpYT8uaW1hZ2VuZXM/Lmxlbmd0aCA/PyAwLFxuICAgICAgICAgICAgaXRlbXM6IHRoaXMuaXRlbXM/Lmxlbmd0aCA/PyAwLFxuICAgICAgICAgICAgZmFsbGJhY2tTbGlkZXM6IHRoaXMuZGF0YT8ubWVkaWE/LnNsaWRlcz8ubGVuZ3RoID8/IDAsXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy52aWV3SW5pdGlhbGl6ZWQgPSB0cnVlO1xuICAgICAgICB0aGlzLnN5bmNTbGlkZXNTdGF0ZSgpO1xuICAgICAgICB0aGlzLnVwZGF0ZUFjdGl2ZVRleHRzKCk7XG4gICAgICAgIHRoaXMubG9nRGVidWcoJ25nQWZ0ZXJWaWV3SW5pdCcsIHsgc2xpZGVzOiB0aGlzLnNsaWRlcy5sZW5ndGggfSk7XG4gICAgICAgIHRoaXMuaW5pdFNsaWRlcigpO1xuICAgIH1cblxuICAgIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qgc2hvdWxkUmVmcmVzaCA9XG4gICAgICAgICAgICAhIWNoYW5nZXNbJ211bHRpbWVkaWEnXSB8fCAhIWNoYW5nZXNbJ2l0ZW1zJ10gfHwgISFjaGFuZ2VzWydkYXRhJ107XG4gICAgICAgIGlmICghc2hvdWxkUmVmcmVzaCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5zeW5jU2xpZGVzU3RhdGUoKTtcbiAgICAgICAgdGhpcy51cGRhdGVBY3RpdmVUZXh0cygpO1xuICAgICAgICB0aGlzLmxvZ0RlYnVnKCduZ09uQ2hhbmdlcycsIHtcbiAgICAgICAgICAgIG11bHRpbWVkaWFDaGFuZ2VkOiAhIWNoYW5nZXNbJ211bHRpbWVkaWEnXSxcbiAgICAgICAgICAgIGl0ZW1zQ2hhbmdlZDogISFjaGFuZ2VzWydpdGVtcyddLFxuICAgICAgICAgICAgZGF0YUNoYW5nZWQ6ICEhY2hhbmdlc1snZGF0YSddLFxuICAgICAgICAgICAgc2xpZGVzOiB0aGlzLnNsaWRlcy5sZW5ndGgsXG4gICAgICAgIH0pO1xuXG4gICAgICAgIGlmICh0aGlzLnZpZXdJbml0aWFsaXplZCAmJiBpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgICB0aGlzLmRlc3Ryb3lTbGlkZXIoKTtcbiAgICAgICAgICAgIHRoaXMuaW5pdFNsaWRlcigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZGVzdHJveVNsaWRlcigpO1xuICAgIH1cblxuICAgIHRyYWNrU2xpZGUoaW5kZXg6IG51bWJlcik6IG51bWJlciB7XG4gICAgICAgIHJldHVybiBpbmRleDtcbiAgICB9XG5cbiAgICBmb3JtYXRDb3VudGVyKHZhbHVlOiBudW1iZXIpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdmFsdWUgPCAxMCA/IGAwJHt2YWx1ZX1gIDogYCR7dmFsdWV9YDtcbiAgICB9XG5cbiAgICBiYWNrZ3JvdW5kSW1hZ2Uoc2xpZGU6IFNsaUMySW1nVHh0TFYyU2xpZGUpOiBzdHJpbmcge1xuICAgICAgICBjb25zdCBpbWFnZVVybCA9IHNsaWRlLmRhdGFMYXp5aW1nIHx8IHNsaWRlLmJhY2tncm91bmRJbWFnZTtcbiAgICAgICAgcmV0dXJuIGB1cmwoJHtpbWFnZVVybH0pYDtcbiAgICB9XG5cbiAgICBwcml2YXRlIGluaXRTbGlkZXIoKTogdm9pZCB7XG4gICAgICAgIGlmIChcbiAgICAgICAgICAgIHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgfHxcbiAgICAgICAgICAgIHR5cGVvZiB3aW5kb3cgPT09ICd1bmRlZmluZWQnIHx8XG4gICAgICAgICAgICAhdGhpcy5zZWN0aW9uU2xpZGVyXG4gICAgICAgICkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgcXVldWVNaWNyb3Rhc2soKCkgPT4ge1xuICAgICAgICAgICAgaWYgKHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgfHwgIXRoaXMuc2VjdGlvblNsaWRlcikge1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgY29uc3Qgc2xpZGVzID0gdGhpcy5zbGlkZXM7XG4gICAgICAgICAgICBpZiAoc2xpZGVzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgICAgIHRoaXMubG9nRGVidWcoJ2luaXRTbGlkZXIgc2tpcHBlZDogbm8gc2xpZGVzJyk7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBjb25zdCBkb21TbGlkZXMgPVxuICAgICAgICAgICAgICAgIHRoaXMuc2VjdGlvblNsaWRlci5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoXG4gICAgICAgICAgICAgICAgICAgICcuc3dpcGVyLXNsaWRlJ1xuICAgICAgICAgICAgICAgICkubGVuZ3RoO1xuICAgICAgICAgICAgaWYgKGRvbVNsaWRlcyA9PT0gMCkge1xuICAgICAgICAgICAgICAgIHRoaXMubG9nRGVidWcoJ2luaXRTbGlkZXIgc2tpcHBlZDogRE9NIHNsaWRlcyBub3QgcmVhZHknKTtcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHRoaXMubG9nRGVidWcoJ2luaXRTbGlkZXInLCB7IHNsaWRlczogc2xpZGVzLmxlbmd0aCwgZG9tU2xpZGVzIH0pO1xuICAgICAgICAgICAgY29uc3Qgc2xpZGVyQ29uZmlnID0gdGhpcy5kYXRhLnNsaWRlcjtcbiAgICAgICAgICAgIGNvbnN0IG1heFNsaWRlc1BlclZpZXcgPSBNYXRoLm1heChcbiAgICAgICAgICAgICAgICBzbGlkZXJDb25maWcuc2xpZGVzUGMsXG4gICAgICAgICAgICAgICAgc2xpZGVyQ29uZmlnLnNsaWRlc0xhcHRvcCxcbiAgICAgICAgICAgICAgICBzbGlkZXJDb25maWcuc2xpZGVzVGFibGV0LFxuICAgICAgICAgICAgICAgIHNsaWRlckNvbmZpZy5zbGlkZXNNb2JpbGVcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgICBjb25zdCBoYXNNdWx0aXBsZVNsaWRlcyA9IHNsaWRlcy5sZW5ndGggPiAxO1xuICAgICAgICAgICAgY29uc3Qgc2hvdWxkTG9vcCA9XG4gICAgICAgICAgICAgICAgaGFzTXVsdGlwbGVTbGlkZXMgJiYgc2xpZGVzLmxlbmd0aCA+IG1heFNsaWRlc1BlclZpZXc7XG4gICAgICAgICAgICBjb25zdCBoYXNOYXZpZ2F0aW9uID1cbiAgICAgICAgICAgICAgICBoYXNNdWx0aXBsZVNsaWRlcyAmJlxuICAgICAgICAgICAgICAgIHNsaWRlckNvbmZpZy5zaG93QnV0dG9ucyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVyUHJldiAmJlxuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVyTmV4dDtcbiAgICAgICAgICAgIGNvbnN0IGhhc1BhZ2luYXRpb24gPVxuICAgICAgICAgICAgICAgIGhhc011bHRpcGxlU2xpZGVzICYmXG4gICAgICAgICAgICAgICAgc2xpZGVyQ29uZmlnLnNob3dEb3RzICYmXG4gICAgICAgICAgICAgICAgdGhpcy5zbGlkZXJQYWdpbmF0aW9uO1xuXG4gICAgICAgICAgICB0aGlzLnRvdGFsU2xpZGVzID0gc2xpZGVzLmxlbmd0aDtcblxuICAgICAgICAgICAgdGhpcy5uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSBuZXcgU3dpcGVyKFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnNlY3Rpb25TbGlkZXIhLm5hdGl2ZUVsZW1lbnQsXG4gICAgICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1vZHVsZXM6IFtOYXZpZ2F0aW9uLCBQYWdpbmF0aW9uLCBBdXRvcGxheSwgRWZmZWN0RmFkZV0sXG4gICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiBzbGlkZXJDb25maWcuc2xpZGVzTW9iaWxlLFxuICAgICAgICAgICAgICAgICAgICAgICAgc2xpZGVzUGVyR3JvdXA6IHNsaWRlckNvbmZpZy5zbGlkZXNNb2JpbGUsXG4gICAgICAgICAgICAgICAgICAgICAgICBzcGVlZDogMzAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgbG9vcDogc2hvdWxkTG9vcCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGF1dG9IZWlnaHQ6IHRydWUsXG4gICAgICAgICAgICAgICAgICAgICAgICBlZmZlY3Q6ICdzbGlkZScsXG4gICAgICAgICAgICAgICAgICAgICAgICBmYWRlRWZmZWN0OiBzbGlkZXJDb25maWcuZmFkZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8geyBjcm9zc0ZhZGU6IHRydWUgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogdW5kZWZpbmVkLFxuICAgICAgICAgICAgICAgICAgICAgICAgYXV0b3BsYXk6IHNsaWRlckNvbmZpZy5hdXRvcGxheVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRlbGF5OiAzMDAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRpc2FibGVPbkludGVyYWN0aW9uOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IGZhbHNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbjogaGFzTmF2aWdhdGlvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5leHRFbDogdGhpcy5zbGlkZXJOZXh0IS5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByZXZFbDogdGhpcy5zbGlkZXJQcmV2IS5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogZmFsc2UsXG4gICAgICAgICAgICAgICAgICAgICAgICBwYWdpbmF0aW9uOiBoYXNQYWdpbmF0aW9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZWw6IHRoaXMuc2xpZGVyUGFnaW5hdGlvbiEubmF0aXZlRWxlbWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGlja2FibGU6IHRydWUsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrcG9pbnRzOiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgNzY4OiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNsaWRlc1BlclZpZXc6IHNsaWRlckNvbmZpZy5zbGlkZXNUYWJsZXQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNsaWRlc1Blckdyb3VwOiBzbGlkZXJDb25maWcuc2xpZGVzVGFibGV0LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgMTI4MDoge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiBzbGlkZXJDb25maWcuc2xpZGVzTGFwdG9wLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJHcm91cDogc2xpZGVyQ29uZmlnLnNsaWRlc0xhcHRvcCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDE2ODA6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2xpZGVzUGVyVmlldzogc2xpZGVyQ29uZmlnLnNsaWRlc1BjLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJHcm91cDogc2xpZGVyQ29uZmlnLnNsaWRlc1BjLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgb246IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpbml0OiAoc3dpcGVyKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubmdab25lLnJ1bigoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnRvdGFsU2xpZGVzID0gdGhpcy5zbGlkZXMubGVuZ3RoO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgYWN0aXZlSW5kZXggPSBzd2lwZXI/LnJlYWxJbmRleCA/PyAwO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBhY3RpdmVJbmRleCArIDE7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZUNoYW5nZTogKHN3aXBlcikgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm5nWm9uZS5ydW4oKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgYWN0aXZlSW5kZXggPSBzd2lwZXI/LnJlYWxJbmRleCA/PyAwO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBhY3RpdmVJbmRleCArIDE7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgPSB0cnVlO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgZGVzdHJveVNsaWRlcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLnNsaWRlckluaXRpYWxpemVkIHx8ICF0aGlzLnN3aXBlckluc3RhbmNlKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLnN3aXBlckluc3RhbmNlLmRlc3Ryb3kodHJ1ZSwgdHJ1ZSk7XG4gICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSB1bmRlZmluZWQ7XG4gICAgICAgIHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHN5bmNTbGlkZXNTdGF0ZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50b3RhbFNsaWRlcyA9IHRoaXMuc2xpZGVzLmxlbmd0aDtcbiAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBNYXRoLm1pbih0aGlzLmN1cnJlbnRTbGlkZSwgdGhpcy50b3RhbFNsaWRlcykgfHwgMTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG1hcE11bHRpbWVkaWFUb1NsaWRlcyhcbiAgICAgICAgaW1hZ2VzPzogQmFieWxvbkltYWdlSVtdXG4gICAgKTogU2xpQzJJbWdUeHRMVjJTbGlkZVtdIHtcbiAgICAgICAgaWYgKCFBcnJheS5pc0FycmF5KGltYWdlcykpIHtcbiAgICAgICAgICAgIHJldHVybiBbXTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBpbWFnZXMucmVkdWNlPFNsaUMySW1nVHh0TFYyU2xpZGVbXT4oKGFjYywgaW1hZ2UpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHNyYyA9IHRoaXMucmVzb2x2ZUltYWdlU3JjKGltYWdlKTtcbiAgICAgICAgICAgIGNvbnN0IGFsdCA9IGltYWdlPy5pbWc/LmFsdCA/PyBpbWFnZT8uYWx0ID8/ICcnO1xuICAgICAgICAgICAgaWYgKCFzcmMpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYWNjO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBhY2MucHVzaCh7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZEltYWdlOiBzcmMsXG4gICAgICAgICAgICAgICAgYXJpYUxhYmVsOiBhbHQsXG4gICAgICAgICAgICAgICAgZGF0YUZpbGVuYW1lOiBhbHQsXG4gICAgICAgICAgICAgICAgZGF0YUxhenlpbWc6IHNyYyxcbiAgICAgICAgICAgICAgICB0ZXh0czogdGhpcy5leHRyYWN0VGV4dHNGcm9tSW1hZ2UoaW1hZ2UpLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICByZXR1cm4gYWNjO1xuICAgICAgICB9LCBbXSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBtYXBJdGVtc1RvU2xpZGVzKFxuICAgICAgICBpdGVtcz86IEJhYnlsb25JdGVtSVtdIHwgQmFieWxvbkltYWdlSVtdXG4gICAgKTogU2xpQzJJbWdUeHRMVjJTbGlkZVtdIHtcbiAgICAgICAgaWYgKCFBcnJheS5pc0FycmF5KGl0ZW1zKSB8fCBpdGVtcy5sZW5ndGggPT09IDApIHtcbiAgICAgICAgICAgIHJldHVybiBbXTtcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnN0IGZpcnN0ID0gaXRlbXNbMF0gYXMgQmFieWxvbkl0ZW1JICYgQmFieWxvbkltYWdlSTtcbiAgICAgICAgaWYgKChmaXJzdCBhcyBCYWJ5bG9uSXRlbUkpPy5tdWx0aW1lZGlhPy5pbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gKGl0ZW1zIGFzIEJhYnlsb25JdGVtSVtdKS5mbGF0TWFwKChpdGVtKSA9PlxuICAgICAgICAgICAgICAgIHRoaXMubWFwTXVsdGltZWRpYVRvU2xpZGVzKGl0ZW0/Lm11bHRpbWVkaWE/LmltYWdlbmVzKVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB0aGlzLm1hcE11bHRpbWVkaWFUb1NsaWRlcyhpdGVtcyBhcyBCYWJ5bG9uSW1hZ2VJW10pO1xuICAgIH1cblxuICAgIHByaXZhdGUgcmVzb2x2ZUltYWdlU3JjKGltYWdlOiBhbnkpOiBzdHJpbmcge1xuICAgICAgICBjb25zdCByYXdTcmMgPVxuICAgICAgICAgICAgaW1hZ2U/LmltZz8uc3JjID8/XG4gICAgICAgICAgICBpbWFnZT8uc3JjID8/XG4gICAgICAgICAgICBpbWFnZT8ucGF0aD8ud2VicCA/P1xuICAgICAgICAgICAgaW1hZ2U/LnBhdGg/Lm9yaWdpbmFsID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEzNjZdPy53ZWJwID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEyODBdPy53ZWJwID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEwMjRdPy53ZWJwID8/XG4gICAgICAgICAgICAnJztcblxuICAgICAgICBpZiAoIXJhd1NyYyB8fCB0eXBlb2YgcmF3U3JjICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2h0dHA6Ly8nKSB8fFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2h0dHBzOi8vJykgfHxcbiAgICAgICAgICAgIHJhd1NyYy5zdGFydHNXaXRoKCcvLycpIHx8XG4gICAgICAgICAgICByYXdTcmMuc3RhcnRzV2l0aCgnZGF0YTonKSB8fFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2Jsb2I6JykgfHxcbiAgICAgICAgICAgIHJhd1NyYy5zdGFydHNXaXRoKCcvJylcbiAgICAgICAgKSB7XG4gICAgICAgICAgICByZXR1cm4gcmF3U3JjO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGAvJHtyYXdTcmN9YDtcbiAgICB9XG5cbiAgICBwcml2YXRlIHVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4PzogbnVtYmVyKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHNsaWRlcyA9IHRoaXMuc2xpZGVzO1xuICAgICAgICBpZiAoc2xpZGVzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgdGhpcy5hY3RpdmVUZXh0cyA9IHRoaXMudGV4dHM7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBjb25zdCBpbmRleCA9XG4gICAgICAgICAgICB0eXBlb2YgYWN0aXZlSW5kZXggPT09ICdudW1iZXInXG4gICAgICAgICAgICAgICAgPyBhY3RpdmVJbmRleFxuICAgICAgICAgICAgICAgIDogTWF0aC5tYXgoXG4gICAgICAgICAgICAgICAgICAgICAgMCxcbiAgICAgICAgICAgICAgICAgICAgICBNYXRoLm1pbih0aGlzLmN1cnJlbnRTbGlkZSAtIDEsIHNsaWRlcy5sZW5ndGggLSAxKVxuICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgY29uc3Qgc2xpZGVUZXh0cyA9IHNsaWRlc1tpbmRleF0/LnRleHRzO1xuICAgICAgICB0aGlzLmFjdGl2ZVRleHRzID0gdGhpcy5oYXNBbnlUZXh0KHNsaWRlVGV4dHMpXG4gICAgICAgICAgICA/IHNsaWRlVGV4dHNcbiAgICAgICAgICAgIDogdGhpcy50ZXh0cztcbiAgICB9XG5cbiAgICBwcml2YXRlIGhhc0FueVRleHQodGV4dHM/OiBCYWJ5bG9uVGV4dEluZm9JKTogYm9vbGVhbiB7XG4gICAgICAgIGlmICghdGV4dHMpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBCb29sZWFuKFxuICAgICAgICAgICAgdGV4dHMucHJldGl0bGUgfHxcbiAgICAgICAgICAgIHRleHRzLnN1YnRpdGxlIHx8XG4gICAgICAgICAgICB0ZXh0cy50aXRsZSB8fFxuICAgICAgICAgICAgdGV4dHMuZGVzY3JpcHRpb24gfHxcbiAgICAgICAgICAgIHRleHRzLnRleHRcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGV4dHJhY3RUZXh0c0Zyb21JbWFnZShcbiAgICAgICAgaW1hZ2U6IEJhYnlsb25JbWFnZUlcbiAgICApOiBCYWJ5bG9uVGV4dEluZm9JIHwgdW5kZWZpbmVkIHtcbiAgICAgICAgY29uc3QgcHJldGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnByZXRpdGxlID8/XG4gICAgICAgICAgICBpbWFnZT8ubmRQcmV0aXRsZSA/P1xuICAgICAgICAgICAgKGltYWdlIGFzIGFueSk/Lm5kX3ByZXRpdGxlID8/XG4gICAgICAgICAgICAnJztcbiAgICAgICAgY29uc3Qgc3VidGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnN1YnRpdGxlID8/XG4gICAgICAgICAgICBpbWFnZT8ubmRTdWJ0aXRsZSA/P1xuICAgICAgICAgICAgKGltYWdlIGFzIGFueSk/Lm5kX3N1YnRpdGxlID8/XG4gICAgICAgICAgICAnJztcbiAgICAgICAgY29uc3QgdGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnRpdGxlID8/IGltYWdlPy5uZFRpdGxlID8/IChpbWFnZSBhcyBhbnkpPy5uZF90aXRsZSA/PyAnJztcbiAgICAgICAgY29uc3QgZGVzY3JpcHRpb24gPSBpbWFnZT8uZGVzY3JpcHRpb24gPz8gJyc7XG5cbiAgICAgICAgY29uc3QgdGV4dHM6IEJhYnlsb25UZXh0SW5mb0kgPSB7XG4gICAgICAgICAgICBzdWJ0aXRsZTogc3VidGl0bGUgfHwgcHJldGl0bGUgfHwgJycsXG4gICAgICAgICAgICB0aXRsZSxcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uLFxuICAgICAgICB9O1xuXG4gICAgICAgIHJldHVybiB0aGlzLmhhc0FueVRleHQodGV4dHMpID8gdGV4dHMgOiB1bmRlZmluZWQ7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBsb2dEZWJ1ZyhtZXNzYWdlOiBzdHJpbmcsIHBheWxvYWQ/OiB1bmtub3duKTogdm9pZCB7XG4gICAgICAgIC8vIERlYnVnIHRlbXBvcmFsIHBhcmEgdmVyaWZpY2FyIGNpY2xvIGRlIHZpZGEgeSBlbnRyYWRhIGRlIGRhdG9zIGRlbCBzbGlkZXIuXG4gICAgICAgIGNvbnNvbGUubG9nKCdbU2xpQzJJbWdUeHRMVjJdJywgbWVzc2FnZSwgcGF5bG9hZCA/PyAnJyk7XG4gICAgfVxufVxuIiwiQGlmIChkYXRhKSB7XG4gIDxzZWN0aW9uIFthdHRyLmNsYXNzXT1cImRhdGEuc2VjdGlvbkNsYXNzXCI+XG4gICAgPGRpdiBbYXR0ci5jbGFzc109XCJkYXRhLndyYXBwZXJDbGFzc1wiPlxuICAgICAgPGRpdiBjbGFzcz1cIndyYXAtc2VjdGlvbi1nYWxsZXJ5IGVzdGlsb3ZhcmlhbnRlXCI+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICBjbGFzcz1cInNlY3Rpb24tZ2FsbGVyeS1jb250ZW50IGpzLWFjdGl2ZS1zbGlkZXJcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVyX25hbWVdPVwiZGF0YS5zbGlkZXIubmFtZVwiXG4gICAgICAgICAgW2F0dHIuZGF0YS1zbGlkZXJfc2hvd2J0bnNdPVwiZGF0YS5zbGlkZXIuc2hvd0J1dHRvbnNcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVyX2J0bnNdPVwiZGF0YS5zbGlkZXIuYnV0dG9uc0NsYXNzXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlcl9zaG93ZG90c109XCJkYXRhLnNsaWRlci5zaG93RG90c1wiXG4gICAgICAgICAgW2F0dHIuZGF0YS1zbGlkZXJfZmFkZV09XCJkYXRhLnNsaWRlci5mYWRlXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlcl9hdXRvcGxheV09XCJkYXRhLnNsaWRlci5hdXRvcGxheVwiXG4gICAgICAgICAgW2F0dHIuZGF0YS1zbGlkZXNfcGNdPVwiZGF0YS5zbGlkZXIuc2xpZGVzUGNcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVzX2xhcHRvcF09XCJkYXRhLnNsaWRlci5zbGlkZXNMYXB0b3BcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVzX3RhYmxldF09XCJkYXRhLnNsaWRlci5zbGlkZXNUYWJsZXRcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVzX21vYmlsZV09XCJkYXRhLnNsaWRlci5zbGlkZXNNb2JpbGVcIlxuICAgICAgICA+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cIndyYXAtZ2FsbGVyeS1jb250ZW50XCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ2FsbGVyeS1jb250ZW50LWVsZW1lbnRcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdhbGxlcnktY29udGVudC1tdWx0aW1lZGlhXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIndyYXAtY29udGVudC1tdWx0aW1lZGlhXCI+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VjdGlvbi1zbGlkZXItY291bnRlciBjb3VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY291bnRlci1udW0gYWN0dWFsXCI+e3sgZm9ybWF0Q291bnRlcihjdXJyZW50U2xpZGUpIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNvdW50ZXItbnVtIHRvdGFsXCI+e3sgZm9ybWF0Q291bnRlcih0b3RhbFNsaWRlcykgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uLXNsaWRlci1hcnJvd3MganMtc2xpZGVyLWFycm93c1wiPlxuICAgICAgICAgICAgICAgICAgICBAaWYgKHNsaWRlcy5sZW5ndGggPiAxICYmIGRhdGEuc2xpZGVyLnNob3dCdXR0b25zKSB7XG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbXBsZXgtaW5mby1tZWRpYV9jb3VudGVyIGNvdW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY291bnRlci1udW0gYWN0dWFsXCI+e3sgZm9ybWF0Q291bnRlcihjdXJyZW50U2xpZGUpIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjb3VudGVyLW51bSB0b3RhbFwiPnt7IGZvcm1hdENvdW50ZXIodG90YWxTbGlkZXMpIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic3dpcGVyLWJ0biBzd2lwZXItYXJyb3cgc3dpcGVyLWJ1dHRvbi1wcmV2XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cImRhdGEuc2xpZGVyLmJ1dHRvbnNDbGFzc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJBbnRlcmlvclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAjc2xpZGVyUHJldlxuICAgICAgICAgICAgICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN3aXBlci1idG4gc3dpcGVyLWFycm93IHN3aXBlci1idXR0b24tbmV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLnNsaWRlci5idXR0b25zQ2xhc3NcIlxuICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiU2lndWllbnRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICNzbGlkZXJOZXh0XG4gICAgICAgICAgICAgICAgICAgICAgPjwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LW11bHRpbWVkaWEtcGhvdG9zIGpzLXNlY3Rpb24tc2xpZGVyIHN3aXBlclwiICNzZWN0aW9uU2xpZGVyPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3dpcGVyLXdyYXBwZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICBAZm9yIChzbGlkZSBvZiBzbGlkZXM7IHRyYWNrIHRyYWNrU2xpZGUoJGluZGV4KSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm11bHRpbWVkaWEtcGhvdG9zLWVsZW1lbnQgc3dpcGVyLXNsaWRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLXBob3Rvcy1lbGVtZW50IGpzLXNlY3Rpb24tYXJyb3dzLXpvbmVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBob3Rvcy1lbGVtZW50LWltZyByZXNwb25zaXZlLXJlc2l6ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICByb2xlPVwiaW1nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwic2xpZGUuYXJpYUxhYmVsIHx8IG51bGxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuZGF0YS1maWxlbmFtZV09XCJzbGlkZS5kYXRhRmlsZW5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuZGF0YS1zcmNdPVwic2xpZGUuZGF0YUxhenlpbWdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLmJhY2tncm91bmRJbWFnZV09XCIoc2xpZGU/LmRhdGFMYXp5aW1nIHx8IHNsaWRlPy5iYWNrZ3JvdW5kSW1hZ2UpID8gJ3VybCgnICsgKHNsaWRlLmRhdGFMYXp5aW1nIHx8IHNsaWRlLmJhY2tncm91bmRJbWFnZSkgKyAnKScgOiBudWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9maWd1cmU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgQGlmIChzbGlkZXMubGVuZ3RoID4gMSAmJiBkYXRhLnNsaWRlci5zaG93RG90cykge1xuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItcGFnaW5hdGlvblwiICNzbGlkZXJQYWdpbmF0aW9uPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJnYWxsZXJ5LWNvbnRlbnQtaW5mb1wiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLWNvbnRlbnQtaW5mb1wiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnQtaW5mby1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIndyYXAtaW5mby1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFjdGl2ZVRleHRzPy5zdWJ0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJpbmZvLWJveC1zdWJ0aXRsZVwiPnt7IGFjdGl2ZVRleHRzPy5zdWJ0aXRsZSB9fTwvcD5cbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgQGlmIChhY3RpdmVUZXh0cz8udGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cImluZm8tYm94LXRpdGxlXCI+e3sgYWN0aXZlVGV4dHM/LnRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgQGlmIChhY3RpdmVUZXh0cz8uZGVzY3JpcHRpb24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiaW5mby1ib3gtdGV4dFwiPnt7IGFjdGl2ZVRleHRzPy5kZXNjcmlwdGlvbiB9fTwvcD5cbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbn1cbiJdfQ==
|
|
338
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWwtdjIvc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWwtdjIvc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbEUsT0FBTyxFQUdILFNBQVMsRUFFVCxNQUFNLEVBQ04sS0FBSyxFQUtMLFdBQVcsRUFFWCxTQUFTLEVBQ1QsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sTUFBTSxFQUFFLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLE1BQU0sUUFBUSxDQUFDO0FBQzlFLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLDRFQUE0RSxDQUFDOzs7QUFZN0gsTUFBTSxXQUFXLEdBQTBCO0lBQ3ZDLFlBQVksRUFBRSx5Q0FBeUM7SUFDdkQsWUFBWSxFQUFFLGFBQWE7SUFDM0IsTUFBTSxFQUFFO1FBQ0osSUFBSSxFQUFFLG1CQUFtQjtRQUN6QixXQUFXLEVBQUUsSUFBSTtRQUNqQixZQUFZLEVBQUUsa0JBQWtCO1FBQ2hDLFFBQVEsRUFBRSxLQUFLO1FBQ2YsSUFBSSxFQUFFLElBQUk7UUFDVixRQUFRLEVBQUUsSUFBSTtRQUNkLFFBQVEsRUFBRSxDQUFDO1FBQ1gsWUFBWSxFQUFFLENBQUM7UUFDZixZQUFZLEVBQUUsQ0FBQztRQUNmLFlBQVksRUFBRSxDQUFDO0tBQ2xCO0lBQ0QsS0FBSyxFQUFFO1FBQ0gsTUFBTSxFQUFFO1lBQ0o7Z0JBQ0ksZUFBZSxFQUFFLEVBQUU7Z0JBQ25CLFdBQVcsRUFBRSxFQUFFO2dCQUNmLFNBQVMsRUFBRSxFQUFFO2dCQUNiLFlBQVksRUFBRSxFQUFFO2FBQ25CO1NBQ0o7S0FDSjtJQUNELElBQUksRUFBRTtRQUNGLFFBQVEsRUFBRSxFQUFFO1FBQ1osS0FBSyxFQUFFLEVBQUU7UUFDVCxJQUFJLEVBQUUsRUFBRTtLQUNYO0NBQ0osQ0FBQztBQVVGLE1BQU0sT0FBTyx1QkFBdUI7SUF5QmhDLFlBQ3FCLE1BQWMsRUFDZCxHQUFzQjtRQUR0QixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUF4Qm5DLFVBQUssR0FBMEIsV0FBVyxDQUFDO1FBQzNDLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMxQixvQkFBZSxHQUFHLEtBQUssQ0FBQztRQUVmLGVBQVUsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDbEQsaUJBQVksR0FBRyxDQUFDLENBQUM7UUFDakIsZ0JBQVcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDO0lBbUIxQyxDQUFDO0lBRUosSUFDSSxJQUFJLENBQUMsS0FBNEI7UUFDakMsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLElBQUksV0FBVyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN2QixJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUN4QixJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDckIsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1NBQ3JCO0lBQ0wsQ0FBQztJQUVELElBQUksSUFBSTtRQUNKLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBRUQsSUFBSSxNQUFNO1FBQ04sTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMscUJBQXFCLENBQy9DLElBQUksQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUM1QixDQUFDO1FBQ0YsSUFBSSxnQkFBZ0IsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQzdCLE9BQU8sZ0JBQWdCLENBQUM7U0FDM0I7UUFFRCxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3JELElBQUksVUFBVSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDdkIsT0FBTyxVQUFVLENBQUM7U0FDckI7UUFFRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sSUFBSSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7SUFFN0IsQ0FBQztJQUVELGVBQWU7UUFDWCxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQztRQUM1QixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDekIsTUFBTTtRQUNOLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLE1BQU0sYUFBYSxHQUNmLENBQUMsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3ZFLElBQUksQ0FBQyxhQUFhLEVBQUU7WUFDaEIsT0FBTztTQUNWO1FBRUQsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1FBR3pCLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUU7WUFDNUQsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQ3JCLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztTQUNyQjtJQUNMLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBYTtRQUNwQixPQUFPLEtBQUssQ0FBQztJQUNqQixDQUFDO0lBRUQsYUFBYSxDQUFDLEtBQWE7UUFDdkIsT0FBTyxLQUFLLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLEtBQUssRUFBRSxDQUFDO0lBQ2pELENBQUM7SUFFRCxlQUFlLENBQUMsS0FBMEI7UUFDdEMsTUFBTSxRQUFRLEdBQUcsS0FBSyxDQUFDLFdBQVcsSUFBSSxLQUFLLENBQUMsZUFBZSxDQUFDO1FBQzVELE9BQU8sT0FBTyxRQUFRLEdBQUcsQ0FBQztJQUM5QixDQUFDO0lBRU8sVUFBVTtRQUNkLElBQ0ksSUFBSSxDQUFDLGlCQUFpQjtZQUN0QixPQUFPLE1BQU0sS0FBSyxXQUFXO1lBQzdCLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFDckI7WUFDRSxPQUFPO1NBQ1Y7UUFFRCxjQUFjLENBQUMsR0FBRyxFQUFFO1lBQ2hCLElBQUksSUFBSSxDQUFDLGlCQUFpQixJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRTtnQkFDL0MsT0FBTzthQUNWO1lBRUQsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQztZQUMzQixJQUFJLE1BQU0sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFO2dCQUVyQixPQUFPO2FBQ1Y7WUFFRCxNQUFNLFNBQVMsR0FDWCxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FDN0MsZUFBZSxDQUNsQixDQUFDLE1BQU0sQ0FBQztZQUNiLElBQUksU0FBUyxLQUFLLENBQUMsRUFBRTtnQkFFakIsT0FBTzthQUNWO1lBR0QsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7WUFDdEMsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsR0FBRyxDQUM3QixZQUFZLENBQUMsUUFBUSxFQUNyQixZQUFZLENBQUMsWUFBWSxFQUN6QixZQUFZLENBQUMsWUFBWSxFQUN6QixZQUFZLENBQUMsWUFBWSxDQUM1QixDQUFDO1lBQ0YsTUFBTSxpQkFBaUIsR0FBRyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztZQUM1QyxNQUFNLFVBQVUsR0FDWixpQkFBaUIsSUFBSSxNQUFNLENBQUMsTUFBTSxHQUFHLGdCQUFnQixDQUFDO1lBQzFELE1BQU0sYUFBYSxHQUNmLGlCQUFpQjtnQkFDakIsWUFBWSxDQUFDLFdBQVc7Z0JBQ3hCLElBQUksQ0FBQyxVQUFVO2dCQUNmLElBQUksQ0FBQyxVQUFVLENBQUM7WUFDcEIsTUFBTSxhQUFhLEdBQ2YsaUJBQWlCO2dCQUNqQixZQUFZLENBQUMsUUFBUTtnQkFDckIsSUFBSSxDQUFDLGdCQUFnQixDQUFDO1lBRTFCLElBQUksQ0FBQyxXQUFXLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQztZQUVqQyxJQUFJLENBQUMsTUFBTSxDQUFDLGlCQUFpQixDQUFDLEdBQUcsRUFBRTtnQkFDL0IsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLE1BQU0sQ0FDNUIsSUFBSSxDQUFDLGFBQWMsQ0FBQyxhQUFhLEVBQ2pDO29CQUNJLE9BQU8sRUFBRSxDQUFDLFVBQVUsRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLFVBQVUsQ0FBQztvQkFDdkQsYUFBYSxFQUFFLFlBQVksQ0FBQyxZQUFZO29CQUN4QyxjQUFjLEVBQUUsWUFBWSxDQUFDLFlBQVk7b0JBQ3pDLEtBQUssRUFBRSxHQUFHO29CQUNWLElBQUksRUFBRSxVQUFVO29CQUNoQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsTUFBTSxFQUFFLE9BQU87b0JBQ2YsVUFBVSxFQUFFLFlBQVksQ0FBQyxJQUFJO3dCQUN6QixDQUFDLENBQUMsRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFO3dCQUNyQixDQUFDLENBQUMsU0FBUztvQkFDZixRQUFRLEVBQUUsWUFBWSxDQUFDLFFBQVE7d0JBQzNCLENBQUMsQ0FBQzs0QkFDSSxLQUFLLEVBQUUsSUFBSTs0QkFDWCxvQkFBb0IsRUFBRSxLQUFLO3lCQUM5Qjt3QkFDSCxDQUFDLENBQUMsS0FBSztvQkFDWCxVQUFVLEVBQUUsYUFBYTt3QkFDckIsQ0FBQyxDQUFDOzRCQUNJLE1BQU0sRUFBRSxJQUFJLENBQUMsVUFBVyxDQUFDLGFBQWE7NEJBQ3RDLE1BQU0sRUFBRSxJQUFJLENBQUMsVUFBVyxDQUFDLGFBQWE7eUJBQ3pDO3dCQUNILENBQUMsQ0FBQyxLQUFLO29CQUNYLFVBQVUsRUFBRSxhQUFhO3dCQUNyQixDQUFDLENBQUM7NEJBQ0ksRUFBRSxFQUFFLElBQUksQ0FBQyxnQkFBaUIsQ0FBQyxhQUFhOzRCQUN4QyxTQUFTLEVBQUUsSUFBSTt5QkFDbEI7d0JBQ0gsQ0FBQyxDQUFDLEtBQUs7b0JBQ1gsV0FBVyxFQUFFO3dCQUNULEdBQUcsRUFBRTs0QkFDRCxhQUFhLEVBQUUsWUFBWSxDQUFDLFlBQVk7NEJBQ3hDLGNBQWMsRUFBRSxZQUFZLENBQUMsWUFBWTt5QkFDNUM7d0JBQ0QsSUFBSSxFQUFFOzRCQUNGLGFBQWEsRUFBRSxZQUFZLENBQUMsWUFBWTs0QkFDeEMsY0FBYyxFQUFFLFlBQVksQ0FBQyxZQUFZO3lCQUM1Qzt3QkFDRCxJQUFJLEVBQUU7NEJBQ0YsYUFBYSxFQUFFLFlBQVksQ0FBQyxRQUFROzRCQUNwQyxjQUFjLEVBQUUsWUFBWSxDQUFDLFFBQVE7eUJBQ3hDO3FCQUNKO29CQUNELEVBQUUsRUFBRTt3QkFDQSxJQUFJLEVBQUUsQ0FBQyxNQUFNLEVBQUUsRUFBRTs0QkFDYixJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxHQUFHLEVBQUU7Z0NBQ2pCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUM7Z0NBQ3RDLE1BQU0sV0FBVyxHQUFHLE1BQU0sRUFBRSxTQUFTLElBQUksQ0FBQyxDQUFDO2dDQUMzQyxJQUFJLENBQUMsWUFBWSxHQUFHLFdBQVcsR0FBRyxDQUFDLENBQUM7Z0NBQ3BDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxXQUFXLENBQUMsQ0FBQztnQ0FDcEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxhQUFhLEVBQUUsQ0FBQzs0QkFDN0IsQ0FBQyxDQUFDLENBQUM7d0JBQ1AsQ0FBQzt3QkFDRCxXQUFXLEVBQUUsQ0FBQyxNQUFNLEVBQUUsRUFBRTs0QkFDcEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFO2dDQUNqQixNQUFNLFdBQVcsR0FBRyxNQUFNLEVBQUUsU0FBUyxJQUFJLENBQUMsQ0FBQztnQ0FDM0MsSUFBSSxDQUFDLFlBQVksR0FBRyxXQUFXLEdBQUcsQ0FBQyxDQUFDO2dDQUNwQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLENBQUM7Z0NBQ3BDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLENBQUM7NEJBQzdCLENBQUMsQ0FBQyxDQUFDO3dCQUNQLENBQUM7cUJBQ0o7aUJBQ0osQ0FDSixDQUFDO2dCQUNGLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7WUFDbEMsQ0FBQyxDQUFDLENBQUM7UUFDUCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFTyxhQUFhO1FBQ2pCLElBQUksQ0FBQyxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQ2pELE9BQU87U0FDVjtRQUVELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztRQUN4QyxJQUFJLENBQUMsY0FBYyxHQUFHLFNBQVMsQ0FBQztRQUNoQyxJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7SUFFTyxlQUFlO1FBQ25CLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUM7UUFDdEMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzRSxDQUFDO0lBRU8scUJBQXFCLENBQ3pCLE1BQXdCO1FBRXhCLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1lBQ3hCLE9BQU8sRUFBRSxDQUFDO1NBQ2I7UUFFRCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQXdCLENBQUMsR0FBRyxFQUFFLEtBQUssRUFBRSxFQUFFO1lBQ3ZELE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDeEMsTUFBTSxHQUFHLEdBQUcsS0FBSyxFQUFFLEdBQUcsRUFBRSxHQUFHLElBQUksS0FBSyxFQUFFLEdBQUcsSUFBSSxFQUFFLENBQUM7WUFDaEQsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDTixPQUFPLEdBQUcsQ0FBQzthQUNkO1lBRUQsR0FBRyxDQUFDLElBQUksQ0FBQztnQkFDTCxlQUFlLEVBQUUsR0FBRztnQkFDcEIsU0FBUyxFQUFFLEdBQUc7Z0JBQ2QsWUFBWSxFQUFFLEdBQUc7Z0JBQ2pCLFdBQVcsRUFBRSxHQUFHO2dCQUNoQixLQUFLLEVBQUUsSUFBSSxDQUFDLHFCQUFxQixDQUFDLEtBQUssQ0FBQzthQUMzQyxDQUFDLENBQUM7WUFDSCxPQUFPLEdBQUcsQ0FBQztRQUNmLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFTyxnQkFBZ0IsQ0FDcEIsS0FBd0M7UUFFeEMsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7WUFDN0MsT0FBTyxFQUFFLENBQUM7U0FDYjtRQUVELE1BQU0sS0FBSyxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQWlDLENBQUM7UUFDdkQsSUFBSyxLQUFzQixFQUFFLFVBQVUsRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFO1lBQ3ZELE9BQVEsS0FBd0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUM5QyxJQUFJLENBQUMscUJBQXFCLENBQUMsSUFBSSxFQUFFLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FDekQsQ0FBQztTQUNMO1FBRUQsT0FBTyxJQUFJLENBQUMscUJBQXFCLENBQUMsS0FBd0IsQ0FBQyxDQUFDO0lBQ2hFLENBQUM7SUFFTyxlQUFlLENBQUMsS0FBVTtRQUM5QixNQUFNLE1BQU0sR0FDUixLQUFLLEVBQUUsR0FBRyxFQUFFLEdBQUc7WUFDZixLQUFLLEVBQUUsR0FBRztZQUNWLEtBQUssRUFBRSxJQUFJLEVBQUUsSUFBSTtZQUNqQixLQUFLLEVBQUUsSUFBSSxFQUFFLFFBQVE7WUFDckIsS0FBSyxFQUFFLFVBQVUsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLElBQUk7WUFDL0IsS0FBSyxFQUFFLFVBQVUsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLElBQUk7WUFDL0IsS0FBSyxFQUFFLFVBQVUsRUFBRSxDQUFDLElBQUksQ0FBQyxFQUFFLElBQUk7WUFDL0IsRUFBRSxDQUFDO1FBRVAsSUFBSSxDQUFDLE1BQU0sSUFBSSxPQUFPLE1BQU0sS0FBSyxRQUFRLEVBQUU7WUFDdkMsT0FBTyxFQUFFLENBQUM7U0FDYjtRQUVELElBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxTQUFTLENBQUM7WUFDNUIsTUFBTSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUM7WUFDN0IsTUFBTSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUM7WUFDdkIsTUFBTSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUM7WUFDMUIsTUFBTSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUM7WUFDMUIsTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFDeEI7WUFDRSxPQUFPLE1BQU0sQ0FBQztTQUNqQjtRQUVELE9BQU8sSUFBSSxNQUFNLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRU8saUJBQWlCLENBQUMsV0FBb0I7UUFDMUMsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQztRQUMzQixJQUFJLE1BQU0sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFO1lBQ3JCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztZQUM5QixPQUFPO1NBQ1Y7UUFFRCxNQUFNLEtBQUssR0FDUCxPQUFPLFdBQVcsS0FBSyxRQUFRO1lBQzNCLENBQUMsQ0FBQyxXQUFXO1lBQ2IsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQ0osQ0FBQyxFQUNELElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLEVBQUUsTUFBTSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FDckQsQ0FBQztRQUNaLE1BQU0sVUFBVSxHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxLQUFLLENBQUM7UUFDeEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLFVBQVUsQ0FBQztZQUMxQyxDQUFDLENBQUMsVUFBVTtZQUNaLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO0lBQ3JCLENBQUM7SUFFTyxVQUFVLENBQUMsS0FBd0I7UUFDdkMsSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNSLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBRUQsT0FBTyxPQUFPLENBQ1YsS0FBSyxDQUFDLFFBQVE7WUFDZCxLQUFLLENBQUMsUUFBUTtZQUNkLEtBQUssQ0FBQyxLQUFLO1lBQ1gsS0FBSyxDQUFDLFdBQVc7WUFDakIsS0FBSyxDQUFDLElBQUksQ0FDYixDQUFDO0lBQ04sQ0FBQztJQUVPLHFCQUFxQixDQUN6QixLQUFvQjtRQUVwQixNQUFNLFFBQVEsR0FDVixLQUFLLEVBQUUsUUFBUTtZQUNmLEtBQUssRUFBRSxVQUFVO1lBQ2hCLEtBQWEsRUFBRSxXQUFXO1lBQzNCLEVBQUUsQ0FBQztRQUNQLE1BQU0sUUFBUSxHQUNWLEtBQUssRUFBRSxRQUFRO1lBQ2YsS0FBSyxFQUFFLFVBQVU7WUFDaEIsS0FBYSxFQUFFLFdBQVc7WUFDM0IsRUFBRSxDQUFDO1FBQ1AsTUFBTSxLQUFLLEdBQ1AsS0FBSyxFQUFFLEtBQUssSUFBSSxLQUFLLEVBQUUsT0FBTyxJQUFLLEtBQWEsRUFBRSxRQUFRLElBQUksRUFBRSxDQUFDO1FBQ3JFLE1BQU0sV0FBVyxHQUFHLEtBQUssRUFBRSxXQUFXLElBQUksRUFBRSxDQUFDO1FBRTdDLE1BQU0sS0FBSyxHQUFxQjtZQUM1QixRQUFRLEVBQUUsUUFBUSxJQUFJLFFBQVEsSUFBSSxFQUFFO1lBQ3BDLEtBQUs7WUFDTCxXQUFXO1NBQ2QsQ0FBQztRQUVGLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDdEQsQ0FBQzsrR0F4WFEsdUJBQXVCO21HQUF2Qix1QkFBdUIscWtCQ3RFcEMsbXNKQThGQSx1MGgyQkQ3QmMsWUFBWTs7NEZBS2IsdUJBQXVCO2tCQVJuQyxTQUFTOytCQUNJLHFCQUFxQixjQUNuQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsK0JBQStCLENBQUMsaUJBR3pDLGlCQUFpQixDQUFDLFFBQVE7MkdBY2hDLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFHTixhQUFhO3NCQURaLFNBQVM7dUJBQUMsZUFBZSxFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRTtnQkFHN0MsVUFBVTtzQkFEVCxTQUFTO3VCQUFDLFlBQVksRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBRzFDLFVBQVU7c0JBRFQsU0FBUzt1QkFBQyxZQUFZLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO2dCQUcxQyxnQkFBZ0I7c0JBRGYsU0FBUzt1QkFBQyxrQkFBa0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7Z0JBUzVDLElBQUk7c0JBRFAsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIENvbXBvbmVudCxcbiAgICBFbGVtZW50UmVmLFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBOZ1pvbmUsXG4gICAgT25DaGFuZ2VzLFxuICAgIE9uRGVzdHJveSxcbiAgICBPbkluaXQsXG4gICAgUExBVEZPUk1fSUQsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IFN3aXBlciwgeyBBdXRvcGxheSwgRWZmZWN0RmFkZSwgTmF2aWdhdGlvbiwgUGFnaW5hdGlvbiB9IGZyb20gJ3N3aXBlcic7XG5pbXBvcnQgeyBCYWJ5bG9uU3dpcGVyQ3NzTG9hZGVyRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zd2lwZXItY3NzLWxvYWRlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uSW1hZ2VJLFxuICAgIEJhYnlsb25JdGVtSSxcbiAgICBCYWJ5bG9uTXVsdGltZWRpYUksXG4gICAgQmFieWxvblRleHRJbmZvSSxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQge1xuICAgIFNsaUMySW1nVHh0TFYyQ29udGVudCxcbiAgICBTbGlDMkltZ1R4dExWMlNsaWRlLFxufSBmcm9tICcuL3NsaS1jMi1pbWctdHh0LWwtdjIuaW50ZXJmYWNlcyc7XG5cbmNvbnN0IGRlZmF1bHREYXRhOiBTbGlDMkltZ1R4dExWMkNvbnRlbnQgPSB7XG4gICAgc2VjdGlvbkNsYXNzOiAnc2VjdGlvbi1nYWxsZXJ5IGluZm8tbGVmdCBtb2R1bGUtc3BhY2VyJyxcbiAgICB3cmFwcGVyQ2xhc3M6ICdiaWctd3JhcHBlcicsXG4gICAgc2xpZGVyOiB7XG4gICAgICAgIG5hbWU6ICdqcy1zZWN0aW9uLXNsaWRlcicsXG4gICAgICAgIHNob3dCdXR0b25zOiB0cnVlLFxuICAgICAgICBidXR0b25zQ2xhc3M6ICdidG4tc2xpZGUtY2lyY2xlJyxcbiAgICAgICAgc2hvd0RvdHM6IGZhbHNlLFxuICAgICAgICBmYWRlOiB0cnVlLFxuICAgICAgICBhdXRvcGxheTogdHJ1ZSxcbiAgICAgICAgc2xpZGVzUGM6IDEsXG4gICAgICAgIHNsaWRlc0xhcHRvcDogMSxcbiAgICAgICAgc2xpZGVzVGFibGV0OiAxLFxuICAgICAgICBzbGlkZXNNb2JpbGU6IDEsXG4gICAgfSxcbiAgICBtZWRpYToge1xuICAgICAgICBzbGlkZXM6IFtcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kSW1hZ2U6ICcnLFxuICAgICAgICAgICAgICAgIGRhdGFMYXp5aW1nOiAnJyxcbiAgICAgICAgICAgICAgICBhcmlhTGFiZWw6ICcnLFxuICAgICAgICAgICAgICAgIGRhdGFGaWxlbmFtZTogJycsXG4gICAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgIH0sXG4gICAgaW5mbzoge1xuICAgICAgICBzdWJ0aXRsZTogJycsXG4gICAgICAgIHRpdGxlOiAnJyxcbiAgICAgICAgdGV4dDogJycsXG4gICAgfSxcbn07XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnc2xpLWMyLWltZy10eHQtbC12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWJ5bG9uU3dpcGVyQ3NzTG9hZGVyRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vc2xpLWMyLWltZy10eHQtbC12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3NsaS1jMi1pbWctdHh0LWwtdjIuY29tcG9uZW50LnNjc3MnLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLkVtdWxhdGVkLFxufSlcbmV4cG9ydCBjbGFzcyBTbGlDMkltZ1R4dExWMkNvbXBvbmVudFxuICAgIGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveVxue1xuICAgIHByaXZhdGUgX2RhdGE6IFNsaUMySW1nVHh0TFYyQ29udGVudCA9IGRlZmF1bHREYXRhO1xuICAgIHByaXZhdGUgc2xpZGVySW5pdGlhbGl6ZWQgPSBmYWxzZTtcbiAgICBwcml2YXRlIHZpZXdJbml0aWFsaXplZCA9IGZhbHNlO1xuICAgIHByaXZhdGUgc3dpcGVySW5zdGFuY2U/OiBTd2lwZXI7XG4gICAgcHJpdmF0ZSByZWFkb25seSBwbGF0Zm9ybUlkID0gaW5qZWN0KFBMQVRGT1JNX0lEKTtcbiAgICBjdXJyZW50U2xpZGUgPSAxO1xuICAgIHRvdGFsU2xpZGVzID0gdGhpcy5fZGF0YS5tZWRpYS5zbGlkZXMubGVuZ3RoO1xuICAgIGFjdGl2ZVRleHRzPzogQmFieWxvblRleHRJbmZvSTtcblxuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcbiAgICBASW5wdXQoKSBpdGVtcz86IEJhYnlsb25JdGVtSVtdO1xuICAgIEBJbnB1dCgpIG11bHRpbWVkaWE/OiBCYWJ5bG9uTXVsdGltZWRpYUk7XG5cbiAgICBAVmlld0NoaWxkKCdzZWN0aW9uU2xpZGVyJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gICAgc2VjdGlvblNsaWRlcj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuICAgIEBWaWV3Q2hpbGQoJ3NsaWRlclByZXYnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBzbGlkZXJQcmV2PzogRWxlbWVudFJlZjxIVE1MQnV0dG9uRWxlbWVudD47XG4gICAgQFZpZXdDaGlsZCgnc2xpZGVyTmV4dCcsIHsgc3RhdGljOiBmYWxzZSB9KVxuICAgIHNsaWRlck5leHQ/OiBFbGVtZW50UmVmPEhUTUxCdXR0b25FbGVtZW50PjtcbiAgICBAVmlld0NoaWxkKCdzbGlkZXJQYWdpbmF0aW9uJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gICAgc2xpZGVyUGFnaW5hdGlvbj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgbmdab25lOiBOZ1pvbmUsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZlxuICAgICkge31cblxuICAgIEBJbnB1dCgpXG4gICAgc2V0IGRhdGEodmFsdWU6IFNsaUMySW1nVHh0TFYyQ29udGVudCkge1xuICAgICAgICB0aGlzLl9kYXRhID0gdmFsdWUgPz8gZGVmYXVsdERhdGE7XG4gICAgICAgIHRoaXMuc3luY1NsaWRlc1N0YXRlKCk7XG4gICAgICAgIGlmICh0aGlzLnNsaWRlckluaXRpYWxpemVkKSB7XG4gICAgICAgICAgICB0aGlzLmRlc3Ryb3lTbGlkZXIoKTtcbiAgICAgICAgICAgIHRoaXMuaW5pdFNsaWRlcigpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0IGRhdGEoKTogU2xpQzJJbWdUeHRMVjJDb250ZW50IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2RhdGE7XG4gICAgfVxuXG4gICAgZ2V0IHNsaWRlcygpOiBTbGlDMkltZ1R4dExWMlNsaWRlW10ge1xuICAgICAgICBjb25zdCBtdWx0aW1lZGlhU2xpZGVzID0gdGhpcy5tYXBNdWx0aW1lZGlhVG9TbGlkZXMoXG4gICAgICAgICAgICB0aGlzLm11bHRpbWVkaWE/LmltYWdlbmVzXG4gICAgICAgICk7XG4gICAgICAgIGlmIChtdWx0aW1lZGlhU2xpZGVzLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIHJldHVybiBtdWx0aW1lZGlhU2xpZGVzO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgaXRlbVNsaWRlcyA9IHRoaXMubWFwSXRlbXNUb1NsaWRlcyh0aGlzLml0ZW1zKTtcbiAgICAgICAgaWYgKGl0ZW1TbGlkZXMubGVuZ3RoID4gMCkge1xuICAgICAgICAgICAgcmV0dXJuIGl0ZW1TbGlkZXM7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gdGhpcy5kYXRhLm1lZGlhLnNsaWRlcyA/PyBbXTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zeW5jU2xpZGVzU3RhdGUoKTtcbiAgICAgICAgdGhpcy51cGRhdGVBY3RpdmVUZXh0cygpO1xuXG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLnZpZXdJbml0aWFsaXplZCA9IHRydWU7XG4gICAgICAgIHRoaXMuc3luY1NsaWRlc1N0YXRlKCk7XG4gICAgICAgIHRoaXMudXBkYXRlQWN0aXZlVGV4dHMoKTtcbiAgICAgICAgLy8gLi4uXG4gICAgICAgIHRoaXMuaW5pdFNsaWRlcigpO1xuICAgIH1cblxuICAgIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qgc2hvdWxkUmVmcmVzaCA9XG4gICAgICAgICAgICAhIWNoYW5nZXNbJ211bHRpbWVkaWEnXSB8fCAhIWNoYW5nZXNbJ2l0ZW1zJ10gfHwgISFjaGFuZ2VzWydkYXRhJ107XG4gICAgICAgIGlmICghc2hvdWxkUmVmcmVzaCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5zeW5jU2xpZGVzU3RhdGUoKTtcbiAgICAgICAgdGhpcy51cGRhdGVBY3RpdmVUZXh0cygpO1xuXG5cbiAgICAgICAgaWYgKHRoaXMudmlld0luaXRpYWxpemVkICYmIGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgIHRoaXMuZGVzdHJveVNsaWRlcigpO1xuICAgICAgICAgICAgdGhpcy5pbml0U2xpZGVyKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95U2xpZGVyKCk7XG4gICAgfVxuXG4gICAgdHJhY2tTbGlkZShpbmRleDogbnVtYmVyKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIGluZGV4O1xuICAgIH1cblxuICAgIGZvcm1hdENvdW50ZXIodmFsdWU6IG51bWJlcik6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB2YWx1ZSA8IDEwID8gYDAke3ZhbHVlfWAgOiBgJHt2YWx1ZX1gO1xuICAgIH1cblxuICAgIGJhY2tncm91bmRJbWFnZShzbGlkZTogU2xpQzJJbWdUeHRMVjJTbGlkZSk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IGltYWdlVXJsID0gc2xpZGUuZGF0YUxhenlpbWcgfHwgc2xpZGUuYmFja2dyb3VuZEltYWdlO1xuICAgICAgICByZXR1cm4gYHVybCgke2ltYWdlVXJsfSlgO1xuICAgIH1cblxuICAgIHByaXZhdGUgaW5pdFNsaWRlcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgdGhpcy5zbGlkZXJJbml0aWFsaXplZCB8fFxuICAgICAgICAgICAgdHlwZW9mIHdpbmRvdyA9PT0gJ3VuZGVmaW5lZCcgfHxcbiAgICAgICAgICAgICF0aGlzLnNlY3Rpb25TbGlkZXJcbiAgICAgICAgKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBxdWV1ZU1pY3JvdGFzaygoKSA9PiB7XG4gICAgICAgICAgICBpZiAodGhpcy5zbGlkZXJJbml0aWFsaXplZCB8fCAhdGhpcy5zZWN0aW9uU2xpZGVyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBjb25zdCBzbGlkZXMgPSB0aGlzLnNsaWRlcztcbiAgICAgICAgICAgIGlmIChzbGlkZXMubGVuZ3RoID09PSAwKSB7XG5cbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGNvbnN0IGRvbVNsaWRlcyA9XG4gICAgICAgICAgICAgICAgdGhpcy5zZWN0aW9uU2xpZGVyLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvckFsbChcbiAgICAgICAgICAgICAgICAgICAgJy5zd2lwZXItc2xpZGUnXG4gICAgICAgICAgICAgICAgKS5sZW5ndGg7XG4gICAgICAgICAgICBpZiAoZG9tU2xpZGVzID09PSAwKSB7XG5cbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG5cblxuICAgICAgICAgICAgY29uc3Qgc2xpZGVyQ29uZmlnID0gdGhpcy5kYXRhLnNsaWRlcjtcbiAgICAgICAgICAgIGNvbnN0IG1heFNsaWRlc1BlclZpZXcgPSBNYXRoLm1heChcbiAgICAgICAgICAgICAgICBzbGlkZXJDb25maWcuc2xpZGVzUGMsXG4gICAgICAgICAgICAgICAgc2xpZGVyQ29uZmlnLnNsaWRlc0xhcHRvcCxcbiAgICAgICAgICAgICAgICBzbGlkZXJDb25maWcuc2xpZGVzVGFibGV0LFxuICAgICAgICAgICAgICAgIHNsaWRlckNvbmZpZy5zbGlkZXNNb2JpbGVcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgICBjb25zdCBoYXNNdWx0aXBsZVNsaWRlcyA9IHNsaWRlcy5sZW5ndGggPiAxO1xuICAgICAgICAgICAgY29uc3Qgc2hvdWxkTG9vcCA9XG4gICAgICAgICAgICAgICAgaGFzTXVsdGlwbGVTbGlkZXMgJiYgc2xpZGVzLmxlbmd0aCA+IG1heFNsaWRlc1BlclZpZXc7XG4gICAgICAgICAgICBjb25zdCBoYXNOYXZpZ2F0aW9uID1cbiAgICAgICAgICAgICAgICBoYXNNdWx0aXBsZVNsaWRlcyAmJlxuICAgICAgICAgICAgICAgIHNsaWRlckNvbmZpZy5zaG93QnV0dG9ucyAmJlxuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVyUHJldiAmJlxuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVyTmV4dDtcbiAgICAgICAgICAgIGNvbnN0IGhhc1BhZ2luYXRpb24gPVxuICAgICAgICAgICAgICAgIGhhc011bHRpcGxlU2xpZGVzICYmXG4gICAgICAgICAgICAgICAgc2xpZGVyQ29uZmlnLnNob3dEb3RzICYmXG4gICAgICAgICAgICAgICAgdGhpcy5zbGlkZXJQYWdpbmF0aW9uO1xuXG4gICAgICAgICAgICB0aGlzLnRvdGFsU2xpZGVzID0gc2xpZGVzLmxlbmd0aDtcblxuICAgICAgICAgICAgdGhpcy5uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSBuZXcgU3dpcGVyKFxuICAgICAgICAgICAgICAgICAgICB0aGlzLnNlY3Rpb25TbGlkZXIhLm5hdGl2ZUVsZW1lbnQsXG4gICAgICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1vZHVsZXM6IFtOYXZpZ2F0aW9uLCBQYWdpbmF0aW9uLCBBdXRvcGxheSwgRWZmZWN0RmFkZV0sXG4gICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiBzbGlkZXJDb25maWcuc2xpZGVzTW9iaWxlLFxuICAgICAgICAgICAgICAgICAgICAgICAgc2xpZGVzUGVyR3JvdXA6IHNsaWRlckNvbmZpZy5zbGlkZXNNb2JpbGUsXG4gICAgICAgICAgICAgICAgICAgICAgICBzcGVlZDogMzAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgbG9vcDogc2hvdWxkTG9vcCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGF1dG9IZWlnaHQ6IHRydWUsXG4gICAgICAgICAgICAgICAgICAgICAgICBlZmZlY3Q6ICdzbGlkZScsXG4gICAgICAgICAgICAgICAgICAgICAgICBmYWRlRWZmZWN0OiBzbGlkZXJDb25maWcuZmFkZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8geyBjcm9zc0ZhZGU6IHRydWUgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogdW5kZWZpbmVkLFxuICAgICAgICAgICAgICAgICAgICAgICAgYXV0b3BsYXk6IHNsaWRlckNvbmZpZy5hdXRvcGxheVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRlbGF5OiAzMDAwLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRpc2FibGVPbkludGVyYWN0aW9uOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IGZhbHNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbjogaGFzTmF2aWdhdGlvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5leHRFbDogdGhpcy5zbGlkZXJOZXh0IS5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByZXZFbDogdGhpcy5zbGlkZXJQcmV2IS5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogZmFsc2UsXG4gICAgICAgICAgICAgICAgICAgICAgICBwYWdpbmF0aW9uOiBoYXNQYWdpbmF0aW9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZWw6IHRoaXMuc2xpZGVyUGFnaW5hdGlvbiEubmF0aXZlRWxlbWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGlja2FibGU6IHRydWUsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrcG9pbnRzOiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgNzY4OiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNsaWRlc1BlclZpZXc6IHNsaWRlckNvbmZpZy5zbGlkZXNUYWJsZXQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNsaWRlc1Blckdyb3VwOiBzbGlkZXJDb25maWcuc2xpZGVzVGFibGV0LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgMTI4MDoge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJWaWV3OiBzbGlkZXJDb25maWcuc2xpZGVzTGFwdG9wLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJHcm91cDogc2xpZGVyQ29uZmlnLnNsaWRlc0xhcHRvcCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDE2ODA6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2xpZGVzUGVyVmlldzogc2xpZGVyQ29uZmlnLnNsaWRlc1BjLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZXNQZXJHcm91cDogc2xpZGVyQ29uZmlnLnNsaWRlc1BjLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgb246IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpbml0OiAoc3dpcGVyKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubmdab25lLnJ1bigoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnRvdGFsU2xpZGVzID0gdGhpcy5zbGlkZXMubGVuZ3RoO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgYWN0aXZlSW5kZXggPSBzd2lwZXI/LnJlYWxJbmRleCA/PyAwO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBhY3RpdmVJbmRleCArIDE7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbGlkZUNoYW5nZTogKHN3aXBlcikgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm5nWm9uZS5ydW4oKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgYWN0aXZlSW5kZXggPSBzd2lwZXI/LnJlYWxJbmRleCA/PyAwO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBhY3RpdmVJbmRleCArIDE7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgIHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgPSB0cnVlO1xuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgZGVzdHJveVNsaWRlcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLnNsaWRlckluaXRpYWxpemVkIHx8ICF0aGlzLnN3aXBlckluc3RhbmNlKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLnN3aXBlckluc3RhbmNlLmRlc3Ryb3kodHJ1ZSwgdHJ1ZSk7XG4gICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSB1bmRlZmluZWQ7XG4gICAgICAgIHRoaXMuc2xpZGVySW5pdGlhbGl6ZWQgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHN5bmNTbGlkZXNTdGF0ZSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50b3RhbFNsaWRlcyA9IHRoaXMuc2xpZGVzLmxlbmd0aDtcbiAgICAgICAgdGhpcy5jdXJyZW50U2xpZGUgPSBNYXRoLm1pbih0aGlzLmN1cnJlbnRTbGlkZSwgdGhpcy50b3RhbFNsaWRlcykgfHwgMTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG1hcE11bHRpbWVkaWFUb1NsaWRlcyhcbiAgICAgICAgaW1hZ2VzPzogQmFieWxvbkltYWdlSVtdXG4gICAgKTogU2xpQzJJbWdUeHRMVjJTbGlkZVtdIHtcbiAgICAgICAgaWYgKCFBcnJheS5pc0FycmF5KGltYWdlcykpIHtcbiAgICAgICAgICAgIHJldHVybiBbXTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBpbWFnZXMucmVkdWNlPFNsaUMySW1nVHh0TFYyU2xpZGVbXT4oKGFjYywgaW1hZ2UpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHNyYyA9IHRoaXMucmVzb2x2ZUltYWdlU3JjKGltYWdlKTtcbiAgICAgICAgICAgIGNvbnN0IGFsdCA9IGltYWdlPy5pbWc/LmFsdCA/PyBpbWFnZT8uYWx0ID8/ICcnO1xuICAgICAgICAgICAgaWYgKCFzcmMpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYWNjO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBhY2MucHVzaCh7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZEltYWdlOiBzcmMsXG4gICAgICAgICAgICAgICAgYXJpYUxhYmVsOiBhbHQsXG4gICAgICAgICAgICAgICAgZGF0YUZpbGVuYW1lOiBhbHQsXG4gICAgICAgICAgICAgICAgZGF0YUxhenlpbWc6IHNyYyxcbiAgICAgICAgICAgICAgICB0ZXh0czogdGhpcy5leHRyYWN0VGV4dHNGcm9tSW1hZ2UoaW1hZ2UpLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICByZXR1cm4gYWNjO1xuICAgICAgICB9LCBbXSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBtYXBJdGVtc1RvU2xpZGVzKFxuICAgICAgICBpdGVtcz86IEJhYnlsb25JdGVtSVtdIHwgQmFieWxvbkltYWdlSVtdXG4gICAgKTogU2xpQzJJbWdUeHRMVjJTbGlkZVtdIHtcbiAgICAgICAgaWYgKCFBcnJheS5pc0FycmF5KGl0ZW1zKSB8fCBpdGVtcy5sZW5ndGggPT09IDApIHtcbiAgICAgICAgICAgIHJldHVybiBbXTtcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnN0IGZpcnN0ID0gaXRlbXNbMF0gYXMgQmFieWxvbkl0ZW1JICYgQmFieWxvbkltYWdlSTtcbiAgICAgICAgaWYgKChmaXJzdCBhcyBCYWJ5bG9uSXRlbUkpPy5tdWx0aW1lZGlhPy5pbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gKGl0ZW1zIGFzIEJhYnlsb25JdGVtSVtdKS5mbGF0TWFwKChpdGVtKSA9PlxuICAgICAgICAgICAgICAgIHRoaXMubWFwTXVsdGltZWRpYVRvU2xpZGVzKGl0ZW0/Lm11bHRpbWVkaWE/LmltYWdlbmVzKVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiB0aGlzLm1hcE11bHRpbWVkaWFUb1NsaWRlcyhpdGVtcyBhcyBCYWJ5bG9uSW1hZ2VJW10pO1xuICAgIH1cblxuICAgIHByaXZhdGUgcmVzb2x2ZUltYWdlU3JjKGltYWdlOiBhbnkpOiBzdHJpbmcge1xuICAgICAgICBjb25zdCByYXdTcmMgPVxuICAgICAgICAgICAgaW1hZ2U/LmltZz8uc3JjID8/XG4gICAgICAgICAgICBpbWFnZT8uc3JjID8/XG4gICAgICAgICAgICBpbWFnZT8ucGF0aD8ud2VicCA/P1xuICAgICAgICAgICAgaW1hZ2U/LnBhdGg/Lm9yaWdpbmFsID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEzNjZdPy53ZWJwID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEyODBdPy53ZWJwID8/XG4gICAgICAgICAgICBpbWFnZT8udGh1bWJuYWlscz8uWzEwMjRdPy53ZWJwID8/XG4gICAgICAgICAgICAnJztcblxuICAgICAgICBpZiAoIXJhd1NyYyB8fCB0eXBlb2YgcmF3U3JjICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2h0dHA6Ly8nKSB8fFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2h0dHBzOi8vJykgfHxcbiAgICAgICAgICAgIHJhd1NyYy5zdGFydHNXaXRoKCcvLycpIHx8XG4gICAgICAgICAgICByYXdTcmMuc3RhcnRzV2l0aCgnZGF0YTonKSB8fFxuICAgICAgICAgICAgcmF3U3JjLnN0YXJ0c1dpdGgoJ2Jsb2I6JykgfHxcbiAgICAgICAgICAgIHJhd1NyYy5zdGFydHNXaXRoKCcvJylcbiAgICAgICAgKSB7XG4gICAgICAgICAgICByZXR1cm4gcmF3U3JjO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGAvJHtyYXdTcmN9YDtcbiAgICB9XG5cbiAgICBwcml2YXRlIHVwZGF0ZUFjdGl2ZVRleHRzKGFjdGl2ZUluZGV4PzogbnVtYmVyKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHNsaWRlcyA9IHRoaXMuc2xpZGVzO1xuICAgICAgICBpZiAoc2xpZGVzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgdGhpcy5hY3RpdmVUZXh0cyA9IHRoaXMudGV4dHM7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBjb25zdCBpbmRleCA9XG4gICAgICAgICAgICB0eXBlb2YgYWN0aXZlSW5kZXggPT09ICdudW1iZXInXG4gICAgICAgICAgICAgICAgPyBhY3RpdmVJbmRleFxuICAgICAgICAgICAgICAgIDogTWF0aC5tYXgoXG4gICAgICAgICAgICAgICAgICAgICAgMCxcbiAgICAgICAgICAgICAgICAgICAgICBNYXRoLm1pbih0aGlzLmN1cnJlbnRTbGlkZSAtIDEsIHNsaWRlcy5sZW5ndGggLSAxKVxuICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgY29uc3Qgc2xpZGVUZXh0cyA9IHNsaWRlc1tpbmRleF0/LnRleHRzO1xuICAgICAgICB0aGlzLmFjdGl2ZVRleHRzID0gdGhpcy5oYXNBbnlUZXh0KHNsaWRlVGV4dHMpXG4gICAgICAgICAgICA/IHNsaWRlVGV4dHNcbiAgICAgICAgICAgIDogdGhpcy50ZXh0cztcbiAgICB9XG5cbiAgICBwcml2YXRlIGhhc0FueVRleHQodGV4dHM/OiBCYWJ5bG9uVGV4dEluZm9JKTogYm9vbGVhbiB7XG4gICAgICAgIGlmICghdGV4dHMpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBCb29sZWFuKFxuICAgICAgICAgICAgdGV4dHMucHJldGl0bGUgfHxcbiAgICAgICAgICAgIHRleHRzLnN1YnRpdGxlIHx8XG4gICAgICAgICAgICB0ZXh0cy50aXRsZSB8fFxuICAgICAgICAgICAgdGV4dHMuZGVzY3JpcHRpb24gfHxcbiAgICAgICAgICAgIHRleHRzLnRleHRcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGV4dHJhY3RUZXh0c0Zyb21JbWFnZShcbiAgICAgICAgaW1hZ2U6IEJhYnlsb25JbWFnZUlcbiAgICApOiBCYWJ5bG9uVGV4dEluZm9JIHwgdW5kZWZpbmVkIHtcbiAgICAgICAgY29uc3QgcHJldGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnByZXRpdGxlID8/XG4gICAgICAgICAgICBpbWFnZT8ubmRQcmV0aXRsZSA/P1xuICAgICAgICAgICAgKGltYWdlIGFzIGFueSk/Lm5kX3ByZXRpdGxlID8/XG4gICAgICAgICAgICAnJztcbiAgICAgICAgY29uc3Qgc3VidGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnN1YnRpdGxlID8/XG4gICAgICAgICAgICBpbWFnZT8ubmRTdWJ0aXRsZSA/P1xuICAgICAgICAgICAgKGltYWdlIGFzIGFueSk/Lm5kX3N1YnRpdGxlID8/XG4gICAgICAgICAgICAnJztcbiAgICAgICAgY29uc3QgdGl0bGUgPVxuICAgICAgICAgICAgaW1hZ2U/LnRpdGxlID8/IGltYWdlPy5uZFRpdGxlID8/IChpbWFnZSBhcyBhbnkpPy5uZF90aXRsZSA/PyAnJztcbiAgICAgICAgY29uc3QgZGVzY3JpcHRpb24gPSBpbWFnZT8uZGVzY3JpcHRpb24gPz8gJyc7XG5cbiAgICAgICAgY29uc3QgdGV4dHM6IEJhYnlsb25UZXh0SW5mb0kgPSB7XG4gICAgICAgICAgICBzdWJ0aXRsZTogc3VidGl0bGUgfHwgcHJldGl0bGUgfHwgJycsXG4gICAgICAgICAgICB0aXRsZSxcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uLFxuICAgICAgICB9O1xuXG4gICAgICAgIHJldHVybiB0aGlzLmhhc0FueVRleHQodGV4dHMpID8gdGV4dHMgOiB1bmRlZmluZWQ7XG4gICAgfVxuXG5cbn1cbiIsIkBpZiAoZGF0YSkge1xuICA8c2VjdGlvbiBbYXR0ci5jbGFzc109XCJkYXRhLnNlY3Rpb25DbGFzc1wiPlxuICAgIDxkaXYgW2F0dHIuY2xhc3NdPVwiZGF0YS53cmFwcGVyQ2xhc3NcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLXNlY3Rpb24tZ2FsbGVyeSBlc3RpbG92YXJpYW50ZVwiPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgY2xhc3M9XCJzZWN0aW9uLWdhbGxlcnktY29udGVudCBqcy1hY3RpdmUtc2xpZGVyXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlcl9uYW1lXT1cImRhdGEuc2xpZGVyLm5hbWVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVyX3Nob3didG5zXT1cImRhdGEuc2xpZGVyLnNob3dCdXR0b25zXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlcl9idG5zXT1cImRhdGEuc2xpZGVyLmJ1dHRvbnNDbGFzc1wiXG4gICAgICAgICAgW2F0dHIuZGF0YS1zbGlkZXJfc2hvd2RvdHNdPVwiZGF0YS5zbGlkZXIuc2hvd0RvdHNcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVyX2ZhZGVdPVwiZGF0YS5zbGlkZXIuZmFkZVwiXG4gICAgICAgICAgW2F0dHIuZGF0YS1zbGlkZXJfYXV0b3BsYXldPVwiZGF0YS5zbGlkZXIuYXV0b3BsYXlcIlxuICAgICAgICAgIFthdHRyLmRhdGEtc2xpZGVzX3BjXT1cImRhdGEuc2xpZGVyLnNsaWRlc1BjXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlc19sYXB0b3BdPVwiZGF0YS5zbGlkZXIuc2xpZGVzTGFwdG9wXCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlc190YWJsZXRdPVwiZGF0YS5zbGlkZXIuc2xpZGVzVGFibGV0XCJcbiAgICAgICAgICBbYXR0ci5kYXRhLXNsaWRlc19tb2JpbGVdPVwiZGF0YS5zbGlkZXIuc2xpZGVzTW9iaWxlXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLWdhbGxlcnktY29udGVudFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdhbGxlcnktY29udGVudC1lbGVtZW50XCI+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJnYWxsZXJ5LWNvbnRlbnQtbXVsdGltZWRpYVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLWNvbnRlbnQtbXVsdGltZWRpYVwiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNlY3Rpb24tc2xpZGVyLWNvdW50ZXIgY291bnRlclwiPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNvdW50ZXItbnVtIGFjdHVhbFwiPnt7IGZvcm1hdENvdW50ZXIoY3VycmVudFNsaWRlKSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjb3VudGVyLW51bSB0b3RhbFwiPnt7IGZvcm1hdENvdW50ZXIodG90YWxTbGlkZXMpIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VjdGlvbi1zbGlkZXItYXJyb3dzIGpzLXNsaWRlci1hcnJvd3NcIj5cbiAgICAgICAgICAgICAgICAgICAgQGlmIChzbGlkZXMubGVuZ3RoID4gMSAmJiBkYXRhLnNsaWRlci5zaG93QnV0dG9ucykge1xuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21wbGV4LWluZm8tbWVkaWFfY291bnRlciBjb3VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNvdW50ZXItbnVtIGFjdHVhbFwiPnt7IGZvcm1hdENvdW50ZXIoY3VycmVudFNsaWRlKSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY291bnRlci1udW0gdG90YWxcIj57eyBmb3JtYXRDb3VudGVyKHRvdGFsU2xpZGVzKSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN3aXBlci1idG4gc3dpcGVyLWFycm93IHN3aXBlci1idXR0b24tcHJldlwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLnNsaWRlci5idXR0b25zQ2xhc3NcIlxuICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWxhYmVsPVwiQW50ZXJpb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICAgI3NsaWRlclByZXZcbiAgICAgICAgICAgICAgICAgICAgICA+PC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJzd2lwZXItYnRuIHN3aXBlci1hcnJvdyBzd2lwZXItYnV0dG9uLW5leHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiZGF0YS5zbGlkZXIuYnV0dG9uc0NsYXNzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD1cIlNpZ3VpZW50ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAjc2xpZGVyTmV4dFxuICAgICAgICAgICAgICAgICAgICAgID48L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudC1tdWx0aW1lZGlhLXBob3RvcyBqcy1zZWN0aW9uLXNsaWRlciBzd2lwZXJcIiAjc2VjdGlvblNsaWRlcj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci13cmFwcGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgQGZvciAoc2xpZGUgb2Ygc2xpZGVzOyB0cmFjayB0cmFja1NsaWRlKCRpbmRleCkpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtdWx0aW1lZGlhLXBob3Rvcy1lbGVtZW50IHN3aXBlci1zbGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwid3JhcC1waG90b3MtZWxlbWVudCBqcy1zZWN0aW9uLWFycm93cy16b25lXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJwaG90b3MtZWxlbWVudC1pbWcgcmVzcG9uc2l2ZS1yZXNpemVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImltZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cInNsaWRlLmFyaWFMYWJlbCB8fCBudWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmRhdGEtZmlsZW5hbWVdPVwic2xpZGUuZGF0YUZpbGVuYW1lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmRhdGEtc3JjXT1cInNsaWRlLmRhdGFMYXp5aW1nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS5iYWNrZ3JvdW5kSW1hZ2VdPVwiKHNsaWRlPy5kYXRhTGF6eWltZyB8fCBzbGlkZT8uYmFja2dyb3VuZEltYWdlKSA/ICd1cmwoJyArIChzbGlkZS5kYXRhTGF6eWltZyB8fCBzbGlkZS5iYWNrZ3JvdW5kSW1hZ2UpICsgJyknIDogbnVsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoc2xpZGVzLmxlbmd0aCA+IDEgJiYgZGF0YS5zbGlkZXIuc2hvd0RvdHMpIHtcbiAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3dpcGVyLXBhZ2luYXRpb25cIiAjc2xpZGVyUGFnaW5hdGlvbj48L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ2FsbGVyeS1jb250ZW50LWluZm9cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwid3JhcC1jb250ZW50LWluZm9cIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LWluZm8tYm94XCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3cmFwLWluZm8tYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgQGlmIChhY3RpdmVUZXh0cz8uc3VidGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiaW5mby1ib3gtc3VidGl0bGVcIj57eyBhY3RpdmVUZXh0cz8uc3VidGl0bGUgfX08L3A+XG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWN0aXZlVGV4dHM/LnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJpbmZvLWJveC10aXRsZVwiPnt7IGFjdGl2ZVRleHRzPy50aXRsZSB9fTwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWN0aXZlVGV4dHM/LmRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImluZm8tYm94LXRleHRcIj57eyBhY3RpdmVUZXh0cz8uZGVzY3JpcHRpb24gfX08L3A+XG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG59XG4iXX0=
|