

/* Start:/local/templates/kayak-moscow/css/plugins.min.css?168226116066042*/
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1 1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}

.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}

.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}

.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1 1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;flex:1 1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}

.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}

.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^='top'] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^='top'] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^='right'] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^='right'] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^='bottom'] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^='bottom'] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^='left'] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^='left'] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}


body.compensate-for-scrollbar{overflow:hidden;-webkit-overflow-scrolling:touch}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden;-webkit-overflow-scrolling:touch}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0;-webkit-overflow-scrolling:touch}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%;-webkit-overflow-scrolling:touch}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden;-webkit-overflow-scrolling:touch}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;max-height:calc(var(--vh, 1vh) * 50);overflow:auto;pointer-events:all;-webkit-overflow-scrolling:touch}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%;-webkit-overflow-scrolling:touch}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden;-webkit-overflow-scrolling:touch}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px;-webkit-overflow-scrolling:touch}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-overflow-scrolling:touch}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all;-webkit-overflow-scrolling:touch}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;-webkit-overflow-scrolling:touch}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;-webkit-overflow-scrolling:touch}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;-webkit-overflow-scrolling:touch}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;-webkit-overflow-scrolling:touch}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;-webkit-overflow-scrolling:touch}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-overflow-scrolling:touch}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* End */


/* Start:/local/templates/kayak-moscow/css/style.css?16881029056272*/
.reviews-inner-page{margin-bottom: 0 !important}.media-about{padding: 130px 0 210px;background: #fff;position: relative;overflow: hidden}.media-about__bg-1{position: absolute;top: 0;right: 150px;pointer-events: none}.media-about__bg-1 img{max-width: 100%}.media-about__bg-2{position: absolute;bottom: 0;right: 0;pointer-events: none}.media-about__bg-2 img{max-width: 100%}.media-about__content{position: relative;z-index: 2}.media-about__title{margin-bottom: -60px;max-width: 450px}.media-about__title .h1 span{font-weight: 300;display: block}.media-about-slider{padding: 0;margin-left: 120px;margin-right: 120px}.media-about-slider.swiper-container{position: relative;overflow: hidden;list-style: none;z-index: 1}.media-about-slider.swiper-container .swiper-wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box}.media-about-slider.swiper-container .swiper-slide{-ms-flex-negative: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform}.media-about-slider.swiper-container .swiper-notification{position: absolute;left: 0;top: 0;pointer-events: none;opacity: 0;z-index: -1000}.media-about-slider.swiper-container .swiper-pagination{position: absolute;text-align: center;-webkit-transition: 0.3s opacity;-o-transition: 0.3s opacity;transition: 0.3s opacity;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 10}.media-about-slider.swiper-container.swiper-pagination.swiper-pagination-hidden{opacity: 0}.media-about-slider.swiper-container .swiper-pagination-bullets{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-column-gap: 12px;-moz-column-gap: 12px;column-gap: 12px;width: auto}.media-about-slider.swiper-container .swiper-pagination-bullet{display: inline-block;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: 12px;max-width: 100%;height: 12px;border-radius: 50%;border: 1px solid #fe4504;cursor: pointer;margin: 0}.media-about-slider.swiper-container.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fe4504 !important}.media-about-slider__nav{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-column-gap: 15px;-moz-column-gap: 15px;column-gap: 15px;margin-bottom: 60px}.media-about-slider__prev{-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: 60px;max-width: 100%;height: 60px;border: 1px solid #fe4504;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #405162;border-radius: 50%;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer}.media-about-slider__prev:hover{color: #fff;background: #fe4504}.media-about-slider__prev svg{width: 20px;height: 20px;fill: currentColor}.media-about-slider__next{-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: 60px;max-width: 100%;height: 60px;border: 1px solid #fe4504;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #405162;border-radius: 50%;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer}.media-about-slider__next:hover{color: #fff;background: #fe4504}.media-about-slider__next svg{width: 20px;height: 20px;fill: currentColor}.item-media-about__top{margin-bottom: 20px;position: relative;display: block}.item-media-about__top:hover .item-media-about__img:before{opacity: 1;visibility: visible}.item-media-about__top:hover .item-media-about__btn{opacity: 1;visibility: visible}.item-media-about__img{display: block;width: 100%;height: 0;position: relative;overflow: hidden;padding-bottom: 56.217%}.item-media-about__img:before{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;visibility: hidden;background-image: -webkit-gradient(linear,left top,right top,from(rgba(183, 49, 0, 0.6)),to(rgba(169, 0, 44, 0.6)));background-image: -o-linear-gradient(left,rgba(183, 49, 0, 0.6) 0,rgba(169, 0, 44, 0.6) 100%);background-image: linear-gradient(90deg,rgba(183, 49, 0, 0.6) 0,rgba(169, 0, 44, 0.6) 100%);-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease}.item-media-about__img img{position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.item-media-about__btn{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 2;opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease}.item-media-about__date{font-size: 14px;font-weight: 800;color: #fe4504;margin-bottom: 20px}.item-media-about__title{font-size: 26px;line-height: 1.53;font-weight: 600}.item-media-about__title a{color: #405162;display: inline-block;text-decoration: none;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease}.item-media-about__title a:hover{background-image: -webkit-gradient(linear,left top,right top,from(#ff4603),to(#ea0440));background-image: -o-linear-gradient(left, #ff4603 0, #ea0440 100%);background-image: linear-gradient(90deg, #ff4603 0, #ea0440 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent}
/* End */


/* Start:/local/templates/kayak-moscow/css/app.css?1776677312162838*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.main-svg-sprite {
  display: none;
}
.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}
.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}
* {
  min-width: 0;
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: Montserrat, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #405162;
  background-color: #fff;
}
svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #6fbc95;
  background-color: rgba(111,188,149,0.03);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #ff4603;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #405162;
  font-weight: 500;
  line-height: 1.3;
}
h1.white,
.h1.white,
h2.white,
.h2.white,
h3.white,
.h3.white,
h4.white,
.h4.white,
h5.white,
.h5.white {
  color: #fff;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 900;
  margin-top: 0;
  line-height: 1;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5,
h6,
.h6 {
  font-size: 24px;
}
.site-width {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
button {
  cursor: pointer;
}
a.site-btn,
.site-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  padding: 18px 35px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #252525;
  background: #fff;
  border: 2px solid transparent;
  position: relative;
}
a.site-btn span,
.site-btn span {
  position: relative;
  z-index: 1;
}
a.site-btn:before,
.site-btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  height: 4px;
  margin-top: 2px;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 1px 18px rgba(0,0,0,0.35);
          box-shadow: 0 1px 18px rgba(0,0,0,0.35);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4702), to(#e90241));
  background-image: linear-gradient(to right, #ff4702 0%, #e90241 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.site-btn:after,
.site-btn:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background: linear-gradient(to right, #ff4603 0%, #e90241 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
}
a.site-btn--1,
.site-btn--1 {
  color: #252525;
  background: #fff;
}
a.site-btn--1:hover,
.site-btn--1:hover {
  color: #fff;
}
a.site-btn--1:hover:before,
.site-btn--1:hover:before {
  height: 0;
}
a.site-btn--1:hover:after,
.site-btn--1:hover:after {
  opacity: 1;
  visibility: visible;
}
a.site-btn--2,
.site-btn--2 {
  color: #fff;
  border-color: #fff;
  background: none;
  padding: 14px 35px;
}
a.site-btn--2:hover,
.site-btn--2:hover {
  border-color: transparent;
}
a.site-btn--2:hover:after,
.site-btn--2:hover:after {
  opacity: 1;
  visibility: visible;
}
a.site-btn--2:hover:before,
.site-btn--2:hover:before {
  height: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.2);
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  border-radius: 20px;
  height: 56px;
  color: #fff;
  font-size: 14px;
  outline: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  background: rgba(255,255,255,0.3);
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="search"].error,
input[type="number"].error,
textarea.error {
  border-color: #eb5757;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  color: #fff;
}
label.error {
  color: #eb5757;
  font-size: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  height: auto;
  padding: 25px 30px;
}
.select2-container--default .select2-selection--single {
  width: 100%;
  color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  height: 56px;
  line-height: 52px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.2);
  outline: none;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 52px;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 8px;
  margin-top: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent;
  margin-top: -4px;
  /*pointer-events: none;*/
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container {
  display: block;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ea0440;
}
.grey-box {
  padding-top: 50px;
  padding-bottom: 180px;
  background: #f0f5fa;
}
.grey-box > div:not(.equipment-new):last-child {
  margin-bottom: 0;
}
.grey-box .calendar-filter__title {
  color: #474747;
}
.site-separator {
  margin: 30px 0;
}
.footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #111d24;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__middle {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 20px;
}
.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__logo {
  display: block;
  color: #fff;
  margin-bottom: 30px;
  width: 198px;
  font-size: 0;
  line-height: 1;
}
.footer__logo .svg-icon {
  width: 198px;
  height: 36px;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.footer__address {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.footer__menu {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  position: relative;
}
.footer__menu-item {
  display: inline-block;
  vertical-align: top;
}
.footer__menu-item > a {
  display: block;
  text-decoration: none;
  padding: 0 25px 20px;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
.footer__phone {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 50px;
}
.footer__email {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.footer__email a {
  color: #fff;
  text-decoration: none;
}
.footer__email a:hover {
  color: #ea0440;
}
.footer__social {
  font-size: 0;
  line-height: 1;
  margin-right: 50px;
}
.footer__social-item {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social-item:hover {
  color: #ea0440;
}
.footer__social-item .svg-icon {
  width: 20px;
  height: 20px;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__develop-copyright {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.footer__develop-copyright a {
  font-size: 13px;
  font-weight: 700;
  color: #e90340;
  text-decoration: none;
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-top: 45px;
  color: #fff;
}
.header a {
  color: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 20px;
  font-size: 0;
  line-height: 1;
}
.header__logo {
  display: block;
  color: #fff;
}
.header__logo .svg-icon {
  width: 198px;
  height: 36px;
}
.header__burger {
  display: none;
}
.header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__language {
  font-size: 0;
  line-height: 1;
  margin-right: 20px;
}
.header__language-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 5px 0;
  border-top: 1px solid transparent;
  margin-right: 30px;
  text-decoration: none;
  opacity: 0.6;
}
.header__language-item.active {
  opacity: 1;
  border-color: inherit;
  /*pointer-events: none;*/
}
.header__language-item:hover {
  color: #ea0440;
}
.header__language-item:last-child {
  margin-right: 0;
}
.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  alfin-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.header__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.header__social {
  font-size: 0;
  line-height: 1;
  margin-right: 20px;
}
.header__social-item {
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__social-item:hover {
  color: #ea0440;
}
.header__social-item .svg-icon {
  width: 20px;
  height: 20px;
}
.header__social-item:last-child {
  margin-right: 0;
}
.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(234,238,244,0.6);
  position: relative;
}
.main-menu__item {
  display: inline-block;
  vertical-align: top;
}
.main-menu__item > a {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.app__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.advantages-block {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.advantages-block__title {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 100px;
}
.advantages-block__title span {
  font-weight: 300;
  font-size: 52px;
  display: block;
}
.advantages-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -60px;
}
.advantages-block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-preferred-size: calc(20% - 60px);
      flex-basis: calc(20% - 60px);
  margin-right: 60px;
  margin-bottom: 40px;
}
.advantages-block__item-name {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}
.advantages-block__item-image {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages-block__item-image img {
  max-height: 80px;
}
.certicates-content {
  margin-bottom: 52px;
}
.certicates-content__inner {
  padding-top: 148px;
}
.certicates-content__certificate {
  pointer-events: none;
  position: relative;
  margin: -388px 0 -62px;
}
.certicates-content__certificate img {
  margin-left: auto;
  display: block;
}
.certicates-content__header {
  margin: 0;
  width: 942px;
  max-width: 100%;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 31px;
  text-transform: uppercase;
  position: relative;
}
.certicates-content__header b {
  font-weight: 900;
}
.certicates-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.certicates-content__aisde {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 669px;
          flex: 0 0 669px;
  max-width: 669px;
  width: 669px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certicates-content__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  max-width: 264px;
  width: 264px;
}
.certicates-content__images:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 391px;
          flex: 0 0 391px;
  max-width: 391px;
  width: 391px;
  margin-left: 14px;
  padding-top: 68px;
}
.certicates-content__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  padding-top: 25px;
  padding-left: 81px;
  padding-bottom: 133px;
}
.certicates-content__content img {
  position: absolute;
  bottom: 0;
  left: 361px;
}
.certicates-content__text {
  font-size: 14px;
  line-height: 24px;
}
.certicates-content__text p {
  margin: 22px 0;
}
.certicates-content__text p:first-child {
  margin-top: 0;
}
.certicates-content__text p:last-child {
  margin-bottom: 0;
}
.certicates-content__button {
  margin-top: 72px;
}
.certicates-content__button .site-btn {
  -webkit-box-shadow: 0 5px 22px rgba(0,0,0,0.2);
          box-shadow: 0 5px 22px rgba(0,0,0,0.2);
}
.certicates-wrapper {
  background-color: #f0f5fa;
  padding-bottom: 164px;
}
.certicates-wrapper .seo-text-block {
  margin-bottom: 0;
}
.certicates-text {
  margin-bottom: 120px;
}
.certicates-text__headline {
  width: 940px;
  max-width: 100%;
  margin: 0 auto 35px;
  margin-bottom: 90px;
}
.certicates-text__header {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 31px;
  text-transform: uppercase;
  position: relative;
}
.certicates-text__header b {
  font-weight: 900;
}
.certicates-text__subheader {
  font-size: 24px;
  line-height: 1.2;
  width: 860px;
  max-width: 100%;
}
.certicates-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -34px;
}
.certicates-text__list-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(20% - 34px);
      flex-basis: calc(20% - 34px);
  max-width: calc(20% - 34px);
  width: calc(20% - 34px);
  margin-left: 34px;
}
.certicates-text__list-counter {
  font-size: 48px;
  line-height: 34px;
  color: #ea0440;
  font-weight: 700;
  margin-bottom: 18px;
}
.certicates-text__list-text {
  font-size: 14px;
  line-height: 18px;
}
.certicates-text__list-text a {
  color: #309bb8;
}
.certicates-text__list-text a:hover {
  text-decoration: none;
}
.certicates-text__text {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 72px;
}
.certificates-block {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
  background: #f0f5fa;
  -webkit-overflow-scrolling: touch;
}
.certificates-block__title {
  margin-bottom: 40px;
}
.certificates-block__title span {
  font-weight: 300;
  display: block;
}
.certificates-block__inner {
  min-height: 400px;
  background: url("/local/templates/kayak-moscow/css/../img/certificates-man.png") 100% 50% no-repeat;
  padding-right: 320px;
}
.certificates-block__desc {
  color: #405162;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 80px;
}
.certificates-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificates-block__item {
  display: block;
  text-decoration: none;
  color: #405162;
  font-size: 0;
  line-height: 1;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 125px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.certificates-block__item:hover {
  color: #ff4702;
}
.certificates-block__item-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.contacts-block div#map a,
.contacts-block div#map button,
.contacts-block div.gm-bundled-control div.gmnoprint {
  display: none !important;
}
.contacts-block__map-box {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #f2f2f2;
  min-height: 980px;
  margin-top: -70px;
}
.contacts-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}
.contacts-block__content-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contacts-block__content-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-block__content-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(43,66,90,0.5);
}
.contacts-block__content-inner {
  position: relative;
  padding: 70px 20px 70px 40px;
  max-width: 770px;
}
.contacts-block__information {
  margin-top: 90px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.contacts-block__information-title {
  font-size: 16px;
  margin-bottom: 25px;
}
.contacts-block__address {
  margin-bottom: 20px;
}
.contacts-block__phone {
  margin-bottom: 20px;
}
.contacts-block__email a {
  color: #fff;
  text-decoration: none;
}
.contacts-block__email a:hover {
  color: #ff4702;
}
.contacts-form__title {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 45px;
}
.contacts-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 35px;
}
.contacts-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 15px);
      flex-basis: calc(33.333% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.contacts-form__button {
  text-align: center;
}
.contacts-form__button .site-btn {
  min-width: 200px;
}
.contacts-form__privace {
  width: 270px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts-form__privace-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px 0 0;
  width: 24px;
  height: 24px;
}
.contacts-form__privace-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.contacts-form__privace-checkbox input[type="checkbox"]:checked ~ span {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='78.369px' height='78.369px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ea4b18'%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 18px auto;
}
.contacts-form__privace-checkbox input[type="checkbox"] ~ span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.6);
}
.contacts-form__privace-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.contacts-form__privace-text:hover {
  text-decoration: underline;
}
.contacts-hero {
  position: relative;
  padding-top: 260px;
  padding-bottom: 320px;
  color: #fff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.contacts-hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contacts-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-hero__bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(43,66,90,0.5);
}
.contacts-hero__inner {
  position: relative;
}
.contacts-hero__title {
  font-weight: 500;
  font-size: 54px;
  color: #fff;
  margin-bottom: 90px;
}
.contacts-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-hero__form-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.contacts-hero__information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 60px;
}
.contacts-hero__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 50px;
}
.contacts-hero__contacts-item {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  margin-right: 20px;
}
.contacts-hero__contacts-item a {
  color: #fff;
  text-decoration: none;
}
.contacts-hero__contacts-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contacts-hero__requisites {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.contacts-hero__requisites-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contacts-hero__form-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 45px;
}
.contacts-hero__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
}
.contacts-hero__form-group .contacts-hero__form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-right: 15px;
}
.contacts-hero__form-item {
  display: block;
  margin-bottom: 15px;
}
.contacts-hero__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-hero__form-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.contacts-hero__form-button .site-btn {
  min-width: 200px;
}
.contacts-hero__form-privace {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.contacts-hero__form-privace-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px 0 0;
  width: 24px;
  height: 24px;
}
.contacts-hero__form-privace-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.contacts-hero__form-privace-checkbox input[type="checkbox"]:checked ~ span {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='78.369px' height='78.369px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ea4b18'%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 18px auto;
}
.contacts-hero__form-privace-checkbox input[type="checkbox"] ~ span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.6);
}
.contacts-hero__form-privace-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.contacts-hero__form-privace-text:hover {
  text-decoration: underline;
}
.departure-list {
  margin-bottom: 160px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}
.departure-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}
.departure-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 15px;
}
.departure-thumbs {
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.departure-thumbs__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-decoration: none;
}
.departure-thumbs__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.4)));
  background-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  padding: 25px 25px 10px;
}
.departure-thumbs__left-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  padding: 0 25px 15px;
}
.departure-thumbs__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin: 10px 15px 10px 0;
}
.departure-thumbs__price-title {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
.departure-thumbs__price-valute {
  color: #ea0440;
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}
.departure-thumbs__price-body {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.departure-thumbs__price-body strong {
  font-size: 24px;
  font-weight: 700;
}
.departure-thumbs__more {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.departure-thumbs__more .site-btn {
  width: 100%;
  padding: 15px 15px;
}
.departure-thumbs__date {
  background: url("/local/templates/kayak-moscow/css/../img/calendar-ico.png") 0 0 no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  line-height: 1.2;
}
.departure-thumbs__location {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
  padding-left: 30px;
  background: url("/local/templates/kayak-moscow/css/../img/location-ico.png") 0 0 no-repeat;
}
.departure-thumbs__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.departure-thumbs__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.departure-thumbs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 25px 30px 1px;
}
.departure-thumbs__name {
  color: #405162;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.departure-thumbs__name a {
  color: #405162;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.departure-thumbs__name a:hover {
  color: #ff4702;
}
.departure-thumbs__desc {
  color: #405162;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 25px;
}
.departure-thumbs__params {
  padding: 0;
  margin: 0 -25px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}
.departure-thumbs__params li {
  display: inline-block;
  color: #616971;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-right: 20px;
}
.departure-thumbs__params li span {
  color: #ea0440;
  font-size: 18px;
}
.equipment-block {
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.equipment-block__title {
  margin-bottom: 50px;
  text-align: center;
}
.equipment-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -130px;
}
.equipment-block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 130px);
      flex-basis: calc(33.333% - 130px);
  margin-right: 130px;
  margin-bottom: 20px;
}
.equipment-block__item-image {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  max-width: 320px;
  margin: 0 auto 40px;
}
.equipment-block__item-image img {
  max-height: 110px;
}
.equipment-block__item-name {
  color: #204061;
  font-size: 17px;
  font-weight: 600;
  max-width: 280px;
  margin: 0 auto;
}
.equipment-new {
  margin-bottom: -120px;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.equipment-new__title {
  margin-bottom: 35px;
}
.equipment-new__title span {
  font-weight: 300;
  display: block;
}
.equipment-new__desc {
  color: #405162;
  font-size: 14px;
  font-weight: 500;
  max-width: 700px;
  font-style: italic;
  margin: 0 0 60px;
}
.equipment-new__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.equipment-new__item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.equipment-new__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.equipment-new__item-name {
  color: #405162;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  padding-right: 40px;
  margin-right: 40px;
  min-height: 85px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 350px;
}
.equipment-new__item-name:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  width: 1px;
  background: #ea0440;
}
.equipment-new__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.equipment-new__item-text p {
  margin: 0 0 30px;
}
.equipment-new__item-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.equipment-new__callback {
  text-align: center;
}
.equipment-new__callback .site-btn {
  min-width: 240px;
}
.error-page {
  height: calc(100vh - 262px);
  height: calc(calc(var(--vh, 1vh) * 100) - 262px);
  background: url("/local/templates/kayak-moscow/css/../img/404-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding-top: 250px;
}
.error-page__title {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
}
.hero-advantages {
  margin-top: 27px;
  margin-bottom: 153px;
  color: #fff;
}
.hero-advantages__header {
  padding-left: 170px;
  padding-right: 170px;
  margin-bottom: 40px;
}
.hero-advantages__header {
  font-size: 52px;
  line-height: 65px;
  font-weight: 400;
}
.hero-advantages__header div {
  font-size: 60px;
  font-weight: 900;
}
.hero-advantages__header b {
  font-weight: 900;
}
.hero-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.hero-advantages__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.333333% - 30px);
      flex-basis: calc(33.333333% - 30px);
  max-width: calc(33.333333% - 30px);
  width: calc(33.333333% - 30px);
  margin-left: 30px;
  border-radius: 18px;
  padding: 24px 19px 29px;
  background: linear-gradient(50deg, rgba(48,155,184,0.8) 0%, rgba(48,180,255,0.8) 100%);
}
.hero-advantages__item:nth-child(2) {
  background: linear-gradient(50deg, rgba(0,107,240,0.8) 0%, rgba(48,180,255,0.8) 100%);
}
.hero-advantages__item:nth-child(3) {
  background: linear-gradient(50deg, rgba(34,70,255,0.8) 0%, rgba(45,144,255,0.8) 100%);
}
.hero-advantages__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  margin-bottom: 27px;
}
.hero-advantages__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  max-width: 94px;
  width: 94px;
}
.hero-advantages__item-image img {
  display: block;
}
.hero-advantages__item-rating {
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 7px;
  padding-left: 6px;
}
.hero-advantages__item-title {
  font-size: 17px;
  line-height: 24px;
}
.hero-advantages__item-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.hero-advantages__item-text p {
  margin: 16px 0;
}
.hero-advantages__item-text p:first-child {
  margin-top: 0;
}
.hero-advantages__item-text p:last-child {
  margin-bottom: 0;
}
.hero-block {
  position: relative;
  min-height: 3372px;
  padding-top: 302px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero-block__inner {
  position: relative;
  z-index: 1;
}
.hero-block__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1338px;
  /*pointer-events: none;*/
}
.hero-block__video.play .hero-block__poster {
  opacity: 0;
  visibility: hidden;
}
.hero-block__video.play video {
  opacity: 1;
  visibility: visible;
}
.hero-block__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hero-block__poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1;
}
.hero-block__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block__poster:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.26);
}
.hero-block__water-image {
  position: absolute;
  top: 1010px;
  left: 0;
  right: 0;
  height: 744px;
  /*pointer-events: none;*/
  z-index: 1;
}
.hero-block__water-image img {
  width: 100%;
  height: 100%;
}
.hero-block__image-middle {
  position: absolute;
  top: 1428px;
  bottom: 610px;
  left: 0;
  right: 0;
  /*pointer-events: none;*/
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero-block__image-middle img {
  width: 100%;
}
.hero-block__image-middle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  background: #309bb8;
}
.hero-block__bottom-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  height: 989px;
  /*pointer-events: none;*/
  z-index: 1;
}
.hero-block__bottom-image img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
}
.faq-block-spoiler__icon:before {
  background-image: url("/local/templates/kayak-moscow/css/../img/spoiler_icon.png");
}
.hero-block__kajak-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  min-height: 280px;
  text-align: center;
}
.hero-block__kajak-image:before {
  content: "";
  display: block;
  padding-top: 15.5%;
}
.hero-block__kajak-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block__scroll {
  position: relative;
  margin-top: 171px;
}
.hero-block__scroll:before,
.hero-block__scroll:after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 62px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid rgba(234,238,244,0.6);
}
.hero-block__scroll:before {
  left: 20px;
}
.hero-block__scroll:after {
  right: 20px;
}
.hero-block__scroll-icon {
  top: -27px;
  margin: 0 auto;
  width: 44px;
  height: 54px;
  background: url("/local/templates/kayak-moscow/css/../img/kayak-mini.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-animation: spin 3s infinite linear;
          animation: spin 3s infinite linear;
}
.greetings-block {
  position: relative;
  margin-bottom: 64px;
}
.greetings-block.play .greetings-block__desc-wrap,
.greetings-block.play .greetings-block__top {
  opacity: 0;
}
.greetings-block__inner {
  padding-left: 190px;
  padding-right: 190px;
}
.greetings-block__moscow {
  position: relative;
  max-width: 880px;
  font-size: 140px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 140px;
  color: #fff;
  margin-top: 0;
}
.greetings-block__moscow img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greetings-block__title {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.greetings-block__top {
  position: relative;
  margin-bottom: 25px;
}
.greetings-block__icon {
  position: absolute;
  top: -72px;
  left: -334px;
  width: 384px;
  height: 130px;
}
.greetings-block__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.greetings-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.greetings-block__desc-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.greetings-block__desc-wrap .site-btn {
  min-width: 240px;
}
.greetings-block__desc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
.greetings-block__video-button-wr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  top: 22px;
}
.greetings-block__video-button {
  margin-bottom: 5px;
}
.greetings-block__video-button button {
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 100%;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.greetings-block__video-button button.play:hover span {
  border-color: #fff;
}
.greetings-block__video-button button.play span {
  border: 6px solid #e90241;
  margin: -6px 0 0 -6px;
}
.greetings-block__video-button button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background-image: linear-gradient(to right, #ff4603 0%, #e90241 100%);
}
.greetings-block__video-button button:hover span {
  border-left-color: #fff;
}
.greetings-block__video-button button:hover:after {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}
.greetings-block__video-button button:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.greetings-block__video-button button span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent;
  border-left-color: #e90241;
}
.greetings-block__video-button button:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  /*pointer-events: none;*/
  width: 228px;
  height: 228px;
  background: url("/local/templates/kayak-moscow/css/../img/sfera-video.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /*pointer-events: none;*/
}
.greetings-block__video-button button:before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  background: #fff;
  opacity: 0.2;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.greetings-block__video-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 78px;
}
.hero-page {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero-page__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page__content {
  position: relative;
  padding-top: 240px;
  padding-bottom: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-page__content--slider {
  display: block;
}
.hero-page__content--slider h1 {
  /*pointer-events: none;*/
  position: relative;
  z-index: 99;
}
.hero-page__content-top {
  margin-bottom: 20px;
}
.hero-page__content h1,
.hero-page__content .h1 {
  color: #fff;
  margin: 0 0 30px;
}
.hero-page__hero-slider {
  margin-top: -210px;
}
.hero-page__hero-slider-item {
  margin-right: 15px;
  width: 590px;
  height: auto;
  display: block;
  text-decoration: none;
}
.hero-page__hero-slider-item:before {
  content: "";
  display: block;
  padding-top: 67%;
}
.hero-page__hero-slider-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-page__hero-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  cursor: url("/local/templates/kayak-moscow/css/../img/touch.svg") 40 40, auto;
}
.hero-page__slider-navigation {
  position: relative;
  max-width: 940px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-page .button-prev,
.hero-page .button-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  line-height: 1;
  font-size: 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.hero-page .button-prev.swiper-button-disabled,
.hero-page .button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.hero-page .button-prev:hover,
.hero-page .button-next:hover {
  color: #ea0440;
}
.hero-page .button-prev .svg-icon,
.hero-page .button-next .svg-icon {
  width: 48px;
  height: 48px;
}
.hero-page .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.hero-page .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.hero-page .swiper-scrollbar {
  background: #d7d7d7;
  height: 1px;
  border-radius: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 20px;
}
.hero-page .swiper-scrollbar-drag {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background-image: linear-gradient(to right, #ff4603 0%, #e90241 100%);
  height: 3px;
  border-radius: 0;
}
.hero-page__desc {
  max-width: 420px;
}
.hero-page__subtitle {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  width: 638px;
  max-width: 100%;
  margin-bottom: 33px;
}
.hero-page__text {
  width: 628px;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.hero-page__text p {
  margin: 22px 0;
}
.hero-page__text p:first-child {
  margin-top: 0;
}
.hero-page__text p:last-child {
  margin-bottom: 0;
}
.hero-page__icon {
  position: absolute;
  left: 0;
  bottom: 18px;
}
.hero-page__icon img {
  display: block;
}
.hero-page__button {
  margin-top: 88px;
  padding-left: 242px;
  margin-bottom: 55px;
}
.hero-page__button .site-btn {
  width: 237px;
}
.hero-page__scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -22px;
}
.hero-page__scroll img {
  -webkit-animation: spin 3s infinite linear;
          animation: spin 3s infinite linear;
  display: block;
}
.calendar-filter__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}
.calendar-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-filter__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  min-width: 440px;
  height: 56px;
  -webkit-box-shadow: 0 1px 18px rgba(0,0,0,0.35);
          box-shadow: 0 1px 18px rgba(0,0,0,0.35);
  background-color: #fff;
  border-radius: 12px;
}
.calendar-filter__form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.calendar-filter__form-item--calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.calendar-filter__form-item--calendar:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 21px;
  height: 20px;
  background: url("/local/templates/kayak-moscow/css/../img/calendar-ico.png") 0 0 no-repeat;
  margin-top: -10px;
  /*pointer-events: none;*/
}
.calendar-filter__form-item--calendar input {
  background: none;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  font-size: 14px;
  font-weight: 500;
  color: #405162;
  line-height: 1;
  padding: 0 10px 0 60px;
}
.calendar-filter__form-item--calendar input:not(.datepicker)::-webkit-input-placeholder {
  color: #405162;
}
.calendar-filter__form-item--calendar input:not(.datepicker)::-moz-placeholder {
  color: #405162;
}
.calendar-filter__form-item--calendar input:not(.datepicker):-ms-input-placeholder {
  color: #405162;
}
.calendar-filter__form-item--calendar input:not(.datepicker)::-ms-input-placeholder {
  color: #405162;
}
.calendar-filter__form-item--calendar input:not(.datepicker)::placeholder {
  color: #405162;
}
.calendar-filter__form-item--location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  border-right: 1px solid #dbdbdb;
}
.calendar-filter__form-item--location:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 15px;
  height: 20px;
  background: url("/local/templates/kayak-moscow/css/../img/location-ico.png") 0 0 no-repeat;
  margin-top: -10px;
  /*pointer-events: none;*/
}
.calendar-filter .select2-container--default .select2-selection--single {
  color: #405162;
  padding-left: 48px;
  background: #fff;
}
.calendar-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #405162;
}
.calendar-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.calendar-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ea0440 transparent transparent;
}
.calendar-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #ea0440 transparent transparent;
}
.navigation-list {
  margin-bottom: -30px;
}
.navigation-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}
.navigation-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px 0;
}
.history-gallery {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.history-gallery__item {
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.history-gallery__item--title {
  padding-bottom: 26%;
}
.history-gallery__item > a {
  display: block;
  position: relative;
}
.history-gallery__item > a:hover:after {
  opacity: 1;
}
.history-gallery__item > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.history-gallery__item > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(183,49,0,0.6)), to(rgba(169,0,44,0.6)));
  background-image: linear-gradient(to right, rgba(183,49,0,0.6) 0%, rgba(169,0,44,0.6) 100%);
}
.history-gallery__item > a:before {
  content: "";
  display: block;
  padding-top: 66.5%;
}
.history-gallery__item > a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.history-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.history-gallery__column {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
.location-events {
  position: relative;
  margin-bottom: 250px;
}
.location-events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -20px;
  position: relative;
}
.location-events__list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  margin-left: -32px;
  width: 44px;
  height: 54px;
  background: url("/local/templates/kayak-moscow/css/../img/kayak-mini.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-animation: spin 3s infinite linear;
          animation: spin 3s infinite linear;
}
.location-events__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  margin-right: 20px;
  max-width: 576px;
  position: relative;
}
.location-events__item:before {
  content: "";
  position: absolute;
  left: -16%;
  right: -16%;
  top: -1px;
  height: 1px;
  background: rgba(234,238,244,0.6);
}
.location-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-item:hover .location-item__image:before,
.location-item:hover .location-item__image:after {
  opacity: 1;
  visibility: visible;
}
.location-item:hover .location-item__button {
  opacity: 1;
  visibility: visible;
}
.location-item:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.location-item__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.location-item__image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 48%;
  background: rgba(233,2,65,0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-item__image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52.1%;
  bottom: 0;
  background: rgba(255,71,2,0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-item__content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 50%;
  padding: 35px 10px 35px 75px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.location-item__date-box {
  margin-bottom: 50px;
}
.location-item__date-list {
  padding: 0 0 0 35px;
  margin: 0 0 15px -35px;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: url("/local/templates/kayak-moscow/css/../img/calendar-ico.png") 0 0 no-repeat;
}
.location-item__date-list li {
  margin-bottom: 16px;
}
.location-item__city {
  background: url("/local/templates/kayak-moscow/css/../img/location-ico.png") 0 0 no-repeat;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin: 0 0 15px -35px;
  padding: 0 0 0 35px;
}
.location-item__button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-map {
  margin: 60px 0 0;
}
.location-map__holder {
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.1);
  -webkit-overflow-scrolling: touch;
}
.location-map__holder iframe {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.location-more-block {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.location-more-block__head {
  position: relative;
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 185px;
  padding-right: 20px;
}
.location-more-block__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.location-more-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.location-more-block__title {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  position: relative;
}
.location-more-block__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -100px;
  position: relative;
  margin-bottom: 60px;
}
.location-more-block__desc-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 40px 20px 0 185px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.location-more-block__desc-text {
  padding: 40px 100px 40px 170px;
  min-height: 140px;
  background: #f0f5fa url("/local/templates/kayak-moscow/css/../img/text-bg.png") 50px 50% no-repeat;
  color: #405162;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  border-radius: 20px 0 0;
}
.location-more-block__item {
  margin-bottom: 80px;
}
.location-more-block__item:last-child {
  margin-bottom: 20px;
}
.location-more-block__item:nth-child(2n) .route-detailed__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 50px;
}
.location-more-block__icon {
  text-align: right;
  margin-top: -60px;
  /*pointer-events: none;*/
}
.location-sorting {
  margin-bottom: 60px;
}
.location-sorting__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
.location-sorting__back {
  position: absolute;
  left: 20px;
  top: 0;
}
.location-sorting__back a {
  display: inline-block;
  text-decoration: none;
  color: #405162;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  padding-left: 70px;
  background: url("/local/templates/kayak-moscow/css/../img/back-icon.png") 0 0 no-repeat;
}
.location-sorting__back a:hover {
  color: #ff4702;
}
.location-sorting__monath-list {
  margin-bottom: 40px;
}
.location-sorting__monath-list a {
  display: inline-block;
  text-decoration: none;
  color: #405162;
  font-size: 16px;
  font-weight: 500;
  padding-right: 55px;
  margin-right: 40px;
  position: relative;
}
.location-sorting__monath-list a:hover:not(.active) {
  color: #ff4702;
}
.location-sorting__monath-list a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #656565;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
}
.location-sorting__monath-list a:last-child {
  margin: 0;
  padding: 0;
}
.location-sorting__monath-list a:last-child:before {
  display: none;
}
.location-sorting__monath-list a.active {
  font-weight: 700;
  cursor: default;
}
.location-sorting__day-list {
  position: relative;
  text-align: center;
}
.location-sorting__day-list:not(.active) {
  display: none;
}
.location-sorting__day-list:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #9d9d9d), color-stop(80%, #989898), to(#fff));
  background-image: linear-gradient(to right, #fff 0%, #9d9d9d 20%, #989898 80%, #fff 100%);
}
.location-sorting__day-item {
  display: inline-block;
  text-decoration: none;
  padding: 0 20px 20px;
  color: #405162;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.location-sorting__day-item:hover,
.location-sorting__day-item.active {
  color: #ff4702;
}
.locations-information {
  overflow: hidden;
  position: relative;
  margin-top: -113px;
  padding-top: 113px;
  margin-bottom: 50px;
  /*pointer-events: none;*/
  -webkit-overflow-scrolling: touch;
}
.locations-information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.locations-information__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.locations-information__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.locations-information__info-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 150px;
  margin-right: 20px;
}
.locations-information__info-item-title {
  color: #ea0440;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.locations-information__info-item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background: #204061;
}
.locations-information__info-item-title span {
  font-weight: 600;
  font-size: 24px;
}
.locations-information__info-item-text {
  color: #616971;
  font-size: 13px;
  font-weight: 500;
}
.locations-information__title {
  margin-bottom: 40px;
  line-height: 0.7;
  color: #405162;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -113px;
}
.locations-information__title-top {
  color: #fff;
}
.locations-information__icon {
  margin-right: -150px;
  text-align: right;
}
.main-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
}
.main-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}
.main-navigation__item {
  position: relative;
  width: 150px;
  margin-bottom: 20px;
}
.main-navigation__item:hover:before {
  background: #ff4702;
}
.main-navigation__item:hover a {
  color: #ff4702;
}
.main-navigation__item:hover a span {
  letter-spacing: 3px;
}
.main-navigation__item:hover a span:before {
  right: 0;
}
.main-navigation__item:last-child {
  margin-bottom: 0;
}
.main-navigation__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to right, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation__item a:before {
  content: "";
  display: block;
  padding: 50% 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation__item a span {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation__item a span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#ff4702), to(#e90241));
  background: linear-gradient(to right, #ff4702 0%, #e90241 100%);
}
.map-full__map-box {
  height: 610px;
}
.map-full div#map a,
.map-full div#map button,
.map-full div.gm-bundled-control div.gmnoprint {
  display: none !important;
}
.mobile-burger-popup {
  display: none;
}
.our-routes {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.our-routes--second {
  margin-top: -20px;
}
.our-routes--second .our-routes__icon {
  margin-bottom: -110px;
}
.our-routes--second .our-routes__icon:before {
  top: 146px;
  left: 500px;
  right: 50px;
}
.our-routes--second .our-routes__title {
  text-align: left;
  padding-left: 414px;
}
.our-routes__icon {
  margin-bottom: -54px;
  position: relative;
}
.our-routes__icon:before {
  content: "";
  position: absolute;
  left: 410px;
  right: 20px;
  bottom: 22px;
  height: 1px;
  background-color: rgba(234,238,244,0.6);
}
.our-routes__icon:after {
  right: 20px;
  left: 60.5%;
}
.our-routes__title {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
}
.our-routes__title span {
  padding: 0 18px;
  display: inline-block;
  background-color: #309bb8;
}
.our-routes__desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.2px;
  margin-bottom: 70px;
}
.our-routes__item {
  margin-right: 15px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  max-width: calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 0 50px 40px;
}
.our-routes__list {
  position: relative;
}
.our-routes__list-scroll {
  position: absolute;
  left: 100%;
  margin-left: 72px;
  top: 0;
  bottom: 50px;
  width: 1px;
  background-color: #d7d7d7;
}
.our-routes__list-scroll-thumb {
  position: absolute;
  left: 50%;
  top: 0;
  height: 198px;
  width: 4px;
  margin-left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background: linear-gradient(to right, #ff4603 0%, #e90241 100%);
  transition: top .065s linear;
}
.our-routes__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px 0;
  padding: 0;
  margin-left: -40px;
}
.our-routes__slider-navigation {
  position: relative;
  max-width: 940px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-routes__slider-navigation:after,
.our-routes__slider-navigation:before {
  content: "01";
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 30px;
}
.our-routes__slider-navigation:after {
  content: attr(data-total);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 0 30px 0 0;
}
.our-routes .button-prev,
.our-routes .button-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  line-height: 1;
  font-size: 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.our-routes .button-prev.swiper-button-disabled,
.our-routes .button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.our-routes .button-prev:hover,
.our-routes .button-next:hover {
  color: #ea0440;
}
.our-routes .button-prev .svg-icon,
.our-routes .button-next .svg-icon {
  width: 48px;
  height: 48px;
}
.our-routes .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.our-routes .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.our-routes .swiper-scrollbar {
  background: #d7d7d7;
  height: 1px;
  border-radius: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 20px;
}
.our-routes .swiper-scrollbar-drag {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background-image: linear-gradient(to right, #ff4603 0%, #e90241 100%);
  height: 3px;
  border-radius: 0;
}
.routes-thumbs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0,49,74,0.4);
  border-radius: 20px;
  padding: 20px 30px 38px;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.routes-thumbs:hover {
  background: rgba(0,49,74,0.4);
}
.routes-thumbs:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.routes-thumbs:hover .routes-thumbs__image-zoom:before {
  background: rgba(234,4,64,0.3);
  -webkit-box-shadow: 0 0 70px #ea0440;
          box-shadow: 0 0 70px #ea0440;
}
.routes-thumbs:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,70,3,0.35)), to(rgba(233,2,65,0.35)));
  background: linear-gradient(to right, rgba(255,70,3,0.35) 0%, rgba(233,2,65,0.35) 100%);
  opacity: 0;
}
.routes-thumbs:before {
  content: "";
  position: absolute;
  left: 290px;
  top: -2px;
  right: 35px;
  height: 2px;
  background: #1c708b;
}
.routes-thumbs__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 33px;
  position: relative;
  z-index: 1;
}
.routes-thumbs__image-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.routes-thumbs__image-zoom:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.3);
  width: 80px;
  border-radius: 80px;
  height: 80px;
  -webkit-box-shadow: 0 0 70px #fff;
          box-shadow: 0 0 70px #fff;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.routes-thumbs__image-zoom img {
  display: block;
  position: relative;
  z-index: 1;
}
.routes-thumbs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.routes-thumbs__name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: left;
  margin-left: -33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.routes-thumbs__name span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
}
.routes-thumbs__params {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.routes-thumbs__params span,
.routes-thumbs__params strong {
  font-size: 18px;
}
.routes-thumbs__note {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
.routes-thumbs__note:empty {
  display: none;
}
.routes-thumbs__button {
  padding-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.routes-thumbs__button .site-btn {
  margin-right: 5px;
  margin-bottom: 8px;
}
.routes-thumbs__button .site-btn:last-child {
  margin-right: 0;
}
.our-team {
  padding-top: 130px;
  padding-bottom: 100px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.our-team__title {
  margin-bottom: 70px;
}
.our-team__title span {
  font-weight: 300;
  display: block;
}
.our-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -40px;
}
.our-team__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px);
      flex-basis: calc(33.333% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.team-thumbs:hover .team-thumbs__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-thumbs:hover .team-thumbs__button,
.team-thumbs:hover .team-thumbs__text {
  opacity: 1;
  visibility: visible;
}
.team-thumbs:hover .team-thumbs__bottom {
  background: none;
}
.team-thumbs:hover .team-thumbs__content:before {
  opacity: 1;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.team-thumbs__top {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 1;
}
.team-thumbs__top:before {
  content: "";
  display: block;
  padding-top: 94%;
}
.team-thumbs__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.team-thumbs__image img {
  max-height: 100%;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.team-thumbs__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-thumbs__content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(183,49,0,0.6)), to(rgba(169,0,44,0.6)));
  background-image: linear-gradient(to right, rgba(183,49,0,0.6) 0%, rgba(169,0,44,0.6) 100%);
}
.team-thumbs__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 20px 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.team-thumbs__text p {
  margin: 0 0 30px;
}
.team-thumbs__text p:last-child {
  margin-bottom: 0;
}
.team-thumbs__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  margin-bottom: -40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.team-thumbs__button .site-btn {
  padding: 14px 35px;
}
.team-thumbs__bottom {
  position: relative;
  padding: 70px 10px 20px 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#405162), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to top, #405162 0%, rgba(255,255,255,0) 100%);
}
.team-thumbs__name {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.team-thumbs__status {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
.team-thumbs__params-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-thumbs__params-box {
  padding: 0 30px;
}
.team-thumbs__params-item {
  color: #405162;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.team-thumbs__params-item:last-child {
  margin-bottom: 0;
}
.team-thumbs__params-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  text-align: center;
  margin-right: 25px;
}
.team-thumbs__params-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  display: none;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.remodal-is-initialized {
/* Disable Anti-FOUC */
  display: inline-block;
}
.remodal.remodal-is-opened,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.remodal.remodal-is-opened {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
  opacity: 0;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal {
  width: 100%;
  position: relative;
  outline: none;
  text-align: left;
  max-height: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  background: url("/local/templates/kayak-moscow/css/../img/kayak-form.png") 100% 100% no-repeat;
}
.remodal--nobg {
  background: none;
}
.remodal__content {
  position: relative;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  padding: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
.remodal__close {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 1;
  background: url("/local/templates/kayak-moscow/css/../img/close.png") 0 0 no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  width: 92px;
  height: 92px;
  -webkit-transition: -webkit-transform 1.3s ease;
  transition: -webkit-transform 1.3s ease;
  transition: transform 1.3s ease;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}
.remodal__close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.remodal-overlay {
  position: fixed;
  z-index: 100;
  background-image: linear-gradient(50deg, #0071f0 0%, #30b4ff 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-overflow-scrolling: touch;
}
.remodal__top {
  padding-top: 35px;
  margin-bottom: 100px;
}
.remodal__text {
  color: #fff;
  font-size: 14px;
  margin-top: 150px;
}
.remodal__text h3 {
  color: #fff;
  margin-bottom: 20px;
}
.remodal__logo {
  display: block;
  color: #fff;
}
.remodal__logo .svg-icon {
  width: 198px;
  height: 36px;
}
.remodal__contacts {
  margin-bottom: 30px;
}
.remodal__phone {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 35px;
}
.remodal__email {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.remodal__email a {
  color: #fff;
  text-decoration: none;
}
.remodal__email a:hover {
  text-decoration: underline;
}
.popup-form {
  max-width: 660px;
  margin: 0 auto;
}
.popup-form__thanks {
  display: none;
}
.popup-form__title,
.popup-form__thanks-title {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 80px;
}
.popup-form__thanks-title {
  margin-bottom: 0;
}
.popup-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 70px;
}
.popup-form__row-break {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 0;
}
.popup-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 15px);
      flex-basis: calc(33.333% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.popup-form__button {
  margin-right: 35px;
}
.popup-form__button .site-btn {
  min-width: 200px;
}
.popup-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-form__privace {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup-form__privace-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px 0 0;
  width: 24px;
  height: 24px;
}
.popup-form__privace-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.popup-form__privace-checkbox input[type="checkbox"]:checked ~ span {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='78.369px' height='78.369px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ea4b18'%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 18px auto;
}
.popup-form__privace-checkbox input[type="checkbox"] ~ span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.6);
}
.popup-form__privace-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.popup-form__privace-text:hover {
  text-decoration: underline;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.reviews-block {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #309bb8;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.reviews-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.reviews-block__head-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.reviews-block__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 20px;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.reviews-block__title span {
  font-size: 52px;
  font-weight: 300;
  display: block;
}
.reviews-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -50px;
}
.reviews-block__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 30px;
}
.reviews-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reviews-thumbs__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 30px;
  max-width: 280px;
  position: relative;
}
.reviews-thumbs__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.reviews-thumbs__image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.reviews-thumbs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  -ms-flex-preferred-size: calc(60% - 30px);
      flex-basis: calc(60% - 30px);
}
.reviews-thumbs__name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.reviews-thumbs__text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.reviews-inner-page {
  padding-top: 130px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #122a41;
  margin-bottom: 140px;
  -webkit-overflow-scrolling: touch;
}
.reviews-inner-page__title {
  margin-bottom: 60px;
  color: #fff;
}
.reviews-inner-page__title span {
  font-weight: 300;
  display: block;
}
.reviews-inner-page__item {
  margin-right: 15px;
  width: 710px;
  height: auto;
}
.reviews-inner-page__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 0;
  cursor: url("/local/templates/kayak-moscow/css/../img/touch.svg") 40 40, auto;
}
.reviews-inner-page__slider-navigation {
  position: relative;
  max-width: 940px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews-inner-page .button-prev,
.reviews-inner-page .button-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  line-height: 1;
  font-size: 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.reviews-inner-page .button-prev.swiper-button-disabled,
.reviews-inner-page .button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.reviews-inner-page .button-prev:hover,
.reviews-inner-page .button-next:hover {
  color: #ea0440;
}
.reviews-inner-page .button-prev .svg-icon,
.reviews-inner-page .button-next .svg-icon {
  width: 48px;
  height: 48px;
}
.reviews-inner-page .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.reviews-inner-page .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.reviews-inner-page .swiper-scrollbar {
  background: #d7d7d7;
  height: 1px;
  border-radius: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 20px;
}
.reviews-inner-page .swiper-scrollbar-drag {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background-image: linear-gradient(to right, #ff4603 0%, #e90241 100%);
  height: 3px;
  border-radius: 0;
}
.route-detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.route-detailed__image-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 615px;
          flex: 0 0 615px;
  position: relative;
  padding: 15px 15px;
}
.route-detailed__image {
  position: relative;
  text-align: center;
}
.route-detailed__image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.route-detailed__image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.route-detailed__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 50px;
}
.route-detailed__title {
  color: #405162;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}
.route-detailed__desc {
  color: #405162;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
.route-detailed__button .site-btn {
  min-width: 200px;
}
.route-detailed__params-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.route-detailed__params-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
  max-width: 50%;
  color: #405162;
  margin-bottom: 40px;
  line-height: 1;
  padding-right: 10px;
}
.route-detailed__params-item-title {
  font-weight: 900;
}
.route-detailed__params-item--width2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}
.route-detailed__params-item ol {
  padding: 0 0 0 15px;
  line-height: 1.3;
}
.route-detailed__params-item ol li {
  margin-bottom: 10px;
}
.route-detailed__params-item ul:not(.route-detailed__main-info) {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  line-height: 1.3;
}
.route-detailed__params-item ul:not(.route-detailed__main-info) li {
  margin-bottom: 10px;
}
.route-detailed__main-info {
  padding: 0;
  font-size: 0;
  line-height: 1;
  margin-right: -50px;
}
.route-detailed__main-info > li {
  display: inline-block;
  vertical-align: top;
  min-width: calc(50% - 50px);
  color: #616971;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 40px;
  margin-right: 50px;
}
.route-detailed__main-info > li span {
  color: #ea0440;
  font-weight: 600;
  font-size: 17px;
  margin-left: 15px;
}
.route-detailed__main-info > li span strong {
  font-size: 24px;
  font-weight: 700;
}
.safety {
  margin-top: 20px;
  margin-bottom: 607px;
  color: #fff;
}
.safety__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  /* background-image: linear-gradient(50deg, rgba(0,125,189,0.6) 0%, rgba(0,158,203,0.6) 100%); */
  /* background: #9a22ff; */
  background: rgba(154,34,255, .6);
  
  
}
.safety__headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  text-align: right;
  padding: 31px 30px 41px 20px;
}
.safety__header {
  font-size: 60px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 27px;
}
.safety__text {
  font-size: 30px;
  line-height: 29px;
}
.safety__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 31px 20px 20px 18px;
}
.safety__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.safety__list-item:first-child {
  margin-top: 0;
}
.safety__list-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  margin-right: 2px;
}
.safety__list-icon img {
  display: block;
}
.safety__list-text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.seo-text-block {
  margin-bottom: 180px;
}
.seo-text-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seo-text-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 14px;
  color: #405162;
}
.seo-text-block__content h4 {
  color: #405162;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
.seo-text-block__content p {
  margin: 0 0 30px;
}
.seo-text-block__form-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
  margin-left: 40px;
}
.seo-text-block__form input[type="text"],
.seo-text-block__form input[type="password"],
.seo-text-block__form input[type="email"],
.seo-text-block__form input[type="tel"],
.seo-text-block__form input[type="search"],
.seo-text-block__form input[type="number"],
.seo-text-block__form textarea {
  background-color: rgba(64,81,98,0.08);
  color: #405162;
}
.seo-text-block__form input[type="text"]:hover,
.seo-text-block__form input[type="password"]:hover,
.seo-text-block__form input[type="email"]:hover,
.seo-text-block__form input[type="tel"]:hover,
.seo-text-block__form input[type="search"]:hover,
.seo-text-block__form input[type="number"]:hover,
.seo-text-block__form textarea:hover,
.seo-text-block__form input[type="text"]:focus,
.seo-text-block__form input[type="password"]:focus,
.seo-text-block__form input[type="email"]:focus,
.seo-text-block__form input[type="tel"]:focus,
.seo-text-block__form input[type="search"]:focus,
.seo-text-block__form input[type="number"]:focus,
.seo-text-block__form textarea:focus {
  background-color: rgba(64,81,98,0.05);
}
.seo-text-block__form input[type="text"]::-webkit-input-placeholder, .seo-text-block__form input[type="password"]::-webkit-input-placeholder, .seo-text-block__form input[type="email"]::-webkit-input-placeholder, .seo-text-block__form input[type="tel"]::-webkit-input-placeholder, .seo-text-block__form input[type="search"]::-webkit-input-placeholder, .seo-text-block__form input[type="number"]::-webkit-input-placeholder, .seo-text-block__form textarea::-webkit-input-placeholder {
  color: #405162;
}
.seo-text-block__form input[type="text"]::-moz-placeholder, .seo-text-block__form input[type="password"]::-moz-placeholder, .seo-text-block__form input[type="email"]::-moz-placeholder, .seo-text-block__form input[type="tel"]::-moz-placeholder, .seo-text-block__form input[type="search"]::-moz-placeholder, .seo-text-block__form input[type="number"]::-moz-placeholder, .seo-text-block__form textarea::-moz-placeholder {
  color: #405162;
}
.seo-text-block__form input[type="text"]:-ms-input-placeholder, .seo-text-block__form input[type="password"]:-ms-input-placeholder, .seo-text-block__form input[type="email"]:-ms-input-placeholder, .seo-text-block__form input[type="tel"]:-ms-input-placeholder, .seo-text-block__form input[type="search"]:-ms-input-placeholder, .seo-text-block__form input[type="number"]:-ms-input-placeholder, .seo-text-block__form textarea:-ms-input-placeholder {
  color: #405162;
}
.seo-text-block__form input[type="text"]::-ms-input-placeholder, .seo-text-block__form input[type="password"]::-ms-input-placeholder, .seo-text-block__form input[type="email"]::-ms-input-placeholder, .seo-text-block__form input[type="tel"]::-ms-input-placeholder, .seo-text-block__form input[type="search"]::-ms-input-placeholder, .seo-text-block__form input[type="number"]::-ms-input-placeholder, .seo-text-block__form textarea::-ms-input-placeholder {
  color: #405162;
}
.seo-text-block__form input[type="text"]::placeholder,
.seo-text-block__form input[type="password"]::placeholder,
.seo-text-block__form input[type="email"]::placeholder,
.seo-text-block__form input[type="tel"]::placeholder,
.seo-text-block__form input[type="search"]::placeholder,
.seo-text-block__form input[type="number"]::placeholder,
.seo-text-block__form textarea::placeholder {
  color: #405162;
}
.seo-text-block__form-title {
  font-size: 60px;
  font-weight: 900;
  color: #405162;
  margin-bottom: 70px;
  line-height: 1;
  text-align: center;
}
.seo-text-block__form-body {
  max-width: 500px;
  margin: 0 auto;
}
.seo-text-block__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
}
.seo-text-block__form-group .seo-text-block__form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-right: 15px;
}
.seo-text-block__form-item {
  display: block;
  margin-bottom: 15px;
}
.seo-text-block__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.seo-text-block__form-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.seo-text-block__form-button .site-btn {
  min-width: 200px;
  -webkit-box-shadow: 0 1px 18px rgba(0,0,0,0.35);
          box-shadow: 0 1px 18px rgba(0,0,0,0.35);
}
.seo-text-block__form-privace {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.seo-text-block__form-privace-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px 0 0;
  width: 24px;
  height: 24px;
}
.seo-text-block__form-privace-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.seo-text-block__form-privace-checkbox input[type="checkbox"]:checked ~ span {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='78.369px' height='78.369px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ea4b18'%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 18px auto;
}
.seo-text-block__form-privace-checkbox input[type="checkbox"] ~ span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid #727980;
}
.seo-text-block__form-privace-text {
  color: #727980;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.seo-text-block__form-privace-text:hover {
  text-decoration: underline;
}
.seo-text-block__title {
  color: #405162;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.seo-text-block__title strong {
  font-weight: 900;
}
.video-block {
  margin-bottom: 185px;
}
.video-block.play .video-block__video-button button {
  opacity: 0;
}
.video-block.play .video-block__video-box:after {
  display: none;
}
.video-block.play .video-block__video-box:hover .video-block__video-button button {
  opacity: 1;
}
.video-block__video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.video-block__video-box:before {
  content: "";
  display: block;
  padding-top: 45%;
}
.video-block__video-box:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(52,6,27,0.43);
}
.video-block__video-box video {
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block__video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.video-block__video-button button {
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 100%;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-block__video-button button.play:hover span {
  border-color: #fff;
}
.video-block__video-button button.play span {
  border: 6px solid #e90241;
  margin: -6px 0 0 -6px;
}
.video-block__video-button button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4603), to(#e90241));
  background-image: linear-gradient(to right, #ff4603 0%, #e90241 100%);
}
.video-block__video-button button:hover span {
  border-left-color: #fff;
}
.video-block__video-button button:hover:after {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}
.video-block__video-button button:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.video-block__video-button button span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent;
  border-left-color: #e90241;
}
.video-block__video-button button:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  /*pointer-events: none;*/
  width: 228px;
  height: 228px;
  background: url("/local/templates/kayak-moscow/css/../img/sfera-video.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /*pointer-events: none;*/
}
.video-block__video-button button:before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  background: #fff;
  opacity: 0.2;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.video-block__document {
  text-align: center;
}
.video-block__document-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #405162;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
.video-block__document-item:hover {
  color: #ff4702;
}
.video-block__document-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  margin-right: 30px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
@media (min-width: 1023px) {
  .grey-box .calendar-filter__title {
    margin-bottom: 60px;
  }
  .footer__menu-item > a:hover:before,
  .footer__menu-item > a:hover:after {
    opacity: 1;
  }
  .footer__menu-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(233,2,65,0)), color-stop(25%, #e90241), color-stop(75%, #ff4702), color-stop(76%, #ff4702), to(rgba(255,71,2,0)));
    background-image: linear-gradient(to right, rgba(233,2,65,0) 0%, #e90241 25%, #ff4702 75%, #ff4702 76%, rgba(255,71,2,0) 100%);
    opacity: 0;
  }
  .footer__menu-item > a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4702), to(#e90241));
    background-image: linear-gradient(to right, #ff4702 0%, #e90241 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .header.fixed {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    position: fixed;
    color: #ea0440;
    background: #fff;
    padding-top: 0;
  }
  .header.fixed .main-menu__item > ul li a {
    color: #fff;
  }
  .header.fixed.view {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header.fixed.view .main-menu__item:hover > ul {
    display: none;
  }
  .header.fixed a {
    color: #ea0440;
  }
  .header.fixed .header__language-item {
    border: none;
  }
  .main-menu__item:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .main-menu__item:hover > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-menu__item > ul {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  .main-menu__item > ul > li {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .main-menu__item > ul > li:nth-child(5n + 1) {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .main-menu__item > ul > li:nth-child(5n + 2) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__item > ul > li:nth-child(5n + 3) {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-menu__item > ul > li:nth-child(5n + 4) {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .main-menu__item > ul > li:nth-child(5n + 5) {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }
  .main-menu__item > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__item > ul > li > a:hover {
    color: #ea0440;
  }
  .main-menu__item > a:hover:before {
    width: 100%;
  }
  .main-menu__item > a:hover:after {
    width: calc(100% - 40px);
  }
  .main-menu__item > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    bottom: -1px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(233,2,65,0)), color-stop(25%, #e90241), color-stop(75%, #ff4702), color-stop(76%, #ff4702), to(rgba(255,71,2,0)));
    background-image: linear-gradient(to right, rgba(233,2,65,0) 0%, #e90241 25%, #ff4702 75%, #ff4702 76%, rgba(255,71,2,0) 100%);
  }
  .main-menu__item > a:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4702), to(#e90241));
    background-image: linear-gradient(to right, #ff4702 0%, #e90241 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .equipment-new__item--kayak .equipment-new__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 890px;
            flex: 0 0 890px;
  }
  .equipment-new__item--kayak .equipment-new__item-image {
    margin-right: -145px;
    margin-left: -150px;
  }
  .equipment-new__item--oars {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-new__item--oars .equipment-new__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
    margin-right: 130px;
  }
  .equipment-new__item--oars .equipment-new__item-image {
    margin-right: -20px;
  }
  .equipment-new__item--vests {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-new__item--vests .equipment-new__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 935px;
            flex: 0 0 935px;
  }
  .equipment-new__item--vests .equipment-new__item-image {
    margin-right: -130px;
  }
  .equipment-new__item--jackets {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-new__item--jackets .equipment-new__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 850px;
            flex: 0 0 850px;
    margin-right: 60px;
  }
  .equipment-new__item--jackets .equipment-new__item-image {
    margin-right: -20px;
  }
  .equipment-new__item:nth-child(2n) .equipment-new__item-content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .history-gallery__column:nth-child(1) {
    -ms-flex-preferred-size: calc(36.5% - 20px);
        flex-basis: calc(36.5% - 20px);
  }
  .history-gallery__column:nth-child(2) {
    -ms-flex-preferred-size: calc(27% - 20px);
        flex-basis: calc(27% - 20px);
  }
  .history-gallery__column:nth-child(2) .history-gallery__item:nth-child(2n + 1) > a:before {
    padding-top: 145%;
  }
  .history-gallery__column:nth-child(2) .history-gallery__item:nth-child(2n) > a:before {
    padding-top: 106%;
  }
  .history-gallery__column:nth-child(3) {
    -ms-flex-preferred-size: calc(36.5% - 20px);
        flex-basis: calc(36.5% - 20px);
  }
  .history-gallery__column:nth-child(3) .history-gallery__item:nth-child(2n) > a:before {
    padding-top: 90%;
  }
}
@media (min-width: 2000px) {
  .hero-block__poster img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .hero-block__image-middle {
    top: 1300px;
  }
  .hero-block__bottom-image {
    bottom: 140px;
  }
  .hero-block__kajak-image {
    bottom: -140px;
  }
}
@media (max-width: 1700px) {
  .our-routes__list-scroll {
    margin-left: 0;
  }
  .hero-block__image-middle:before {
    top: 300px;
  }
  .hero-block__bottom-image img {
    object-fit: cover;
  }
}
@media (max-width: 1600px) {
  .our-routes__list-scroll {
    left: auto;
    right: 5px;
  }
}
@media (max-width: 1599px) {
  .hero-advantages__header {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-advantages__header div {
    display: inline;
    font-size: 52px;
  }
}
@media (max-width: 1550px) {
  .our-routes--second .our-routes__icon {
    margin-bottom: 40px;
  }
  .our-routes--second .our-routes__icon:before {
    left: 20px;
    right: auto;
    width: calc(50% - 135px);
  }
  .our-routes--second .our-routes__icon:after {
    content: '';
    position: absolute;
    right: 20px;
    left: auto;
    top: 146px;
    height: 1px;
    width: calc(50% - 40px);
    background-color: rgba(234,238,244,0.6);
  }
  .our-routes--second .our-routes__title {
    padding-left: 0;
    text-align: center;
  }
  .our-routes__icon {
    text-align: center;
    margin-bottom: 40px;
  }
  .our-routes__icon:before {
    left: 20px;
    right: auto;
    width: calc(50% - 135px);
  }
  .our-routes__icon:after {
    content: '';
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 22px;
    height: 1px;
    width: calc(50% - 175px);
    background-color: rgba(234,238,244,0.6);
  }
}
@media (max-width: 1360px) {
  .header__language-item {
    margin-right: 10px;
  }
  .header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .header__logo .svg-icon {
    width: 170px;
  }
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 0;
  }
  .header__social-item {
    margin-right: 10px;
  }
  .main-menu__item > a {
    font-size: 12px;
    padding: 20px 10px;
  }
  .contacts-hero__contacts-item {
    font-size: 18px;
  }
  .location-more-block__item:nth-child(2n) .route-detailed__content {
    margin-right: 20px;
  }
  .location-more-block__head {
    padding-left: 40px;
  }
  .location-more-block__desc-left {
    padding-left: 40px;
  }
  .location-more-block__desc-text {
    padding: 40px 20px 40px 170px;
  }
  .locations-information {
    margin-top: -92px;
    padding-top: 92px;
  }
  .locations-information__title {
    font-size: 60px;
    margin-top: -92px;
  }
  .locations-information__info-item {
    max-width: 115px;
  }
  .locations-information__info-item-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .route-detailed__image-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .route-detailed__content {
    margin-left: 20px;
  }
  .route-detailed__params-item {
    max-width: 50%;
  }
  .route-detailed__params-item--width2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 50%;
  }
  .route-detailed__main-info {
    margin-right: 0;
  }
  .route-detailed__main-info li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .seo-text-block__form-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
  .seo-text-block__form-title {
    font-size: 48px;
  }
}
@media (max-width: 1330px) {
  .certicates-content__content {
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .certicates-content__content img {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 1290px) {
  .certicates-content__certificate {
    margin: -180px 0 -180px;
  }
  .certicates-content__certificate img {
    width: 400px;
  }
  .certicates-content__header {
    padding-right: 240px;
  }
}
@media (max-width: 1200px) {
  .certicates-content__aisde {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 559px;
            flex: 0 0 559px;
    max-width: 559px;
    width: 559px;
  }
  .certicates-content__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
            flex: 0 0 224px;
    max-width: 224px;
    width: 224px;
  }
  .certicates-content__images:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 321px;
            flex: 0 0 321px;
    max-width: 321px;
    width: 321px;
  }
  .greetings-block__video-button-wr {
    top: 0;
  }
  .our-routes__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media (max-width: 1199px) {
  .greetings-block__moscow {
    font-size: 110px;
    line-height: 110px;
  }
  .main-navigation {
    margin-top: 0;
  }
}
@media (max-width: 1022px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  .grey-box {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .site-separator {
    text-align: center;
    max-height: 80px;
  }
  .site-separator img {
    max-height: 80px;
    width: auto;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__menu {
    display: none;
  }
  .footer__contacts {
    display: block;
    padding: 0;
  }
  .footer__phone {
    margin: 0 0 25px;
  }
  .footer__social {
    margin: 0 0 25px;
  }
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(233,2,65,0.3);
    padding-top: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .header__inner {
    padding: 10px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.fixed {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header.fixed.view {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__logo .svg-icon {
    width: 150px;
    height: 30px;
  }
  .header__content {
    display: none;
  }
  .header__burger {
    display: block;
    margin: -10px;
  }
  .header__burger button {
    width: 40px;
    height: 40px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 12H0V10H18V12ZM18 7H0V5H18V7ZM18 2H9V0H18V2Z' fill='%23fff'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  }
  .advantages-block__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .advantages-block__title span {
    font-size: 38px;
  }
  .advantages-block__list {
    margin-right: -20px;
  }
  .advantages-block__item {
    -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .advantages-block__item-name {
    color: #fff;
    font-size: 14px;
  }
  .certicates-content__header {
    font-size: 40px;
  }
  .certicates-content__aisde {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    max-width: 450px;
    width: 450px;
  }
  .certicates-content__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 174px;
            flex: 0 0 174px;
    max-width: 174px;
    width: 174px;
  }
  .certicates-content__images:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 262px;
            flex: 0 0 262px;
    max-width: 262px;
    width: 262px;
    padding-top: 45px;
  }
  .certicates-wrapper {
    padding-bottom: 100px;
  }
  .certicates-text {
    margin-bottom: 100px;
  }
  .certicates-text__headline {
    margin-bottom: 60px;
  }
  .certicates-text__header {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .certicates-text__subheader {
    font-size: 20px;
  }
  .certicates-text__list-item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333333% - 34px);
        flex-basis: calc(33.333333% - 34px);
    max-width: calc(33.333333% - 34px);
    width: calc(33.333333% - 34px);
    margin-bottom: 24px;
  }
  .certicates-text__list-counter {
    font-size: 35px;
    line-height: 0.7;
  }
  .certicates-text__text {
    margin-top: 60px;
    font-size: 20px;
  }
  .certificates-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .certificates-block__title {
    margin-bottom: 20px;
  }
  .certificates-block__inner {
    padding-right: 180px;
    background-size: 180px auto;
    min-height: 200px;
  }
  .certificates-block__desc {
    margin-bottom: 30px;
  }
  .certificates-block__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .certificates-block__item-name {
    line-height: 1.3;
  }
  .contacts-block {
    display: block;
  }
  .contacts-block__map-box {
    min-height: 340px;
    margin: 0;
  }
  .contacts-block__content-inner {
    max-width: 100%;
    padding: 30px 20px;
  }
  .contacts-block__information {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }
  .contacts-block__information-title {
    margin-bottom: 15px;
  }
  .contacts-block__address {
    margin-bottom: 10px;
  }
  .contacts-block__phone {
    margin-bottom: 10px;
  }
  .contacts-form__title {
    font-size: 48px;
    margin: 0 0 20px;
  }
  .contacts-form__body {
    margin-bottom: 20px;
  }
  .contacts-form__privace {
    margin-bottom: 15px;
  }
  .contacts-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .contacts-hero__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .contacts-hero__body {
    display: block;
  }
  .contacts-hero__information {
    margin-bottom: 40px;
  }
  .departure-list {
    margin-bottom: 80px;
  }
  .departure-list__list {
    display: block;
    margin: 0;
  }
  .departure-list__item {
    margin-right: 0;
  }
  .equipment-block {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .equipment-block__title {
    margin-bottom: 30px;
  }
  .equipment-block__list {
    margin-right: -40px;
  }
  .equipment-block__item {
    -ms-flex-preferred-size: calc(33.333% - 40px);
        flex-basis: calc(33.333% - 40px);
    margin-right: 40px;
  }
  .equipment-block__item-image {
    height: 80px;
    margin-bottom: 10px;
    max-width: 200px;
  }
  .equipment-block__item-image img {
    max-height: 80px;
  }
  .equipment-block__item-name {
    font-size: 14px;
    max-width: 200px;
  }
  .equipment-new {
    margin-bottom: 0;
  }
  .equipment-new__title {
    margin-bottom: 20px;
  }
  .equipment-new__item {
    display: block;
    margin-bottom: 30px;
  }
  .equipment-new__item-image {
    margin: 0 0 15px;
  }
  .error-page {
    padding-top: 80px;
    height: calc(100vh - 180px);
    height: calc(calc(var(--vh, 1vh) * 100) - 180px);
  }
  .error-page__title {
    font-size: 28px;
  }
  .error-page {
    padding-top: 80px;
    height: calc(100vh - 310px);
    height: calc(calc(var(--vh, 1vh) * 100) - 310px);
  }
  .error-page__title {
    font-size: 22px;
  }
  .hero-advantages {
    margin-bottom: 100px;
  }
  .hero-advantages__header {
    font-size: 38px;
    line-height: 1.25;
  }
  .hero-advantages__header div {
    font-size: 38px;
  }
  .hero-block__scroll {
    margin-top: 0;
  }
  .hero-block {
    padding-top: 100px;
  }
  .hero-block__video {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .hero-block__water-image {
    top: calc(100vh - 150px);
    top: calc(calc(var(--vh, 1vh) * 100) - 150px);
  }
  .hero-block__image-middle {
    top: calc(100vh - 150px + 320px);
    top: calc(calc(var(--vh, 1vh) * 100) - 150px + 320px);
  }
  .hero-block__image-middle:before {
    top: 300px;
  }
  .greetings-block__moscow {
    font-size: 85px;
    line-height: 85px;
  }
  .greetings-block {
    margin-bottom: 0;
    min-height: calc(100vh - 100px - 74px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 100px - 74px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greetings-block__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .greetings-block__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .greetings-block__icon {
    display: none;
  }
  .greetings-block__moscow {
    max-width: 600px;
  }
  .greetings-block__top {
    margin-bottom: 25px;
  }
  .greetings-block__desc {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .hero-page__content {
    padding-top: 100px;
    min-height: 320px;
  }
  .hero-page__content h1,
  .hero-page__content .h1 {
    margin-bottom: 20px;
  }
  .hero-page__slider-navigation {
    margin: 15px 20px 0;
    max-width: 100%;
  }
  .hero-page__hero-slider {
    margin-top: -100px;
  }
  .hero-page__hero-slider-item {
    width: 400px;
  }
  .hero-page__subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .hero-page__button {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 75px;
    text-align: center;
  }
  .hero-page__scroll {
    bottom: 30px;
  }
  .history-gallery__column {
    margin-right: 20px;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .history-gallery__item--title {
    padding-bottom: 20px;
  }
  .location-events {
    margin-bottom: 100px;
  }
  .location-events__list {
    display: block;
    margin-right: 0;
  }
  .location-events__list:before {
    display: none;
  }
  .location-events__item {
    margin: 0 auto 30px;
  }
  .location-item__button {
    opacity: 1;
    visibility: visible;
  }
  .location-map__holder {
    height: 520px;
  }
  .location-more-block__icon {
    text-align: center;
    max-height: 80px;
    margin-top: 0;
  }
  .location-more-block__icon img {
    max-height: 80px;
    width: auto;
  }
  .location-more-block__head {
    min-height: 260px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .location-more-block__desc {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .location-more-block__desc-text {
    padding: 20px 0 20px 80px;
    background-size: 60px auto;
    background-position: 0 50%;
    min-height: 0;
  }
  .location-more-block__desc-left {
    padding: 0;
    color: #616971;
  }
  .location-more-block__title {
    font-size: 48px;
  }
  .location-sorting {
    margin-bottom: 20px;
  }
  .location-sorting__back {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .location-sorting__monath-list {
    margin-bottom: 20px;
  }
  .location-sorting__monath-list a {
    padding-right: 25px;
    margin-right: 20px;
  }
  .locations-information {
    padding: 0;
    margin: 0 0 20px;
  }
  .locations-information__inner {
    display: block;
  }
  .locations-information__title {
    font-size: 48px;
    line-height: 1;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 20px 0 0;
  }
  .locations-information__title-top {
    color: inherit;
    font-weight: 700;
  }
  .locations-information__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .locations-information__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-right: -50px;
  }
  .locations-information__icon img {
    max-height: 120px;
  }
  .main-navigation {
    display: none;
  }
  .mobile-burger-popup {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(233,2,65,0.3);
    padding-top: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-burger-popup.opening {
    opacity: 1;
    visibility: visible;
  }
  .mobile-burger-popup.opened {
    opacity: 1;
    visibility: visible;
  }
  .mobile-burger-popup.opened .mobile-burger-popup__inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-burger-popup.opened .mobile-burger-popup__close {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-burger-popup__inner {
    max-width: 280px;
    background: #fff;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    -webkit-overflow-scrolling: touch;
  }
  .mobile-burger-popup__close {
    position: absolute;
    top: 10px;
    right: 290px;
    z-index: 1;
    background: url("/local/templates/kayak-moscow/css/../img/close.png") 0 0 no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  .mobile-burger-popup__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
      margin-bottom: 40px
  }
  .mobile-burger-popup__phone {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
  }
  .mobile-burger-popup__social {
    font-size: 0;
    line-height: 1;
    margin-right: 20px;
  }
  .mobile-burger-popup__social-item {
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile-burger-popup__social-item:hover {
    color: #ea0440;
  }
  .mobile-burger-popup__social-item .svg-icon {
    width: 20px;
    height: 20px;
  }
  .mobile-burger-popup__social-item:last-child {
    margin-right: 0;
  }
  .mobile-burger-popup__language {
    font-size: 0;
    line-height: 1;
    margin: 0 0 10px;
  }
  .mobile-burger-popup__language-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 5px 0;
    border-top: 1px solid transparent;
    margin-right: 20px;
    text-decoration: none;
    opacity: 0.6;
  }
  .mobile-burger-popup__language-item.active {
    opacity: 1;
    border-color: inherit;
    pointer-events: none;
  }
  .mobile-burger-popup__language-item:hover {
    color: #ea0440;
  }
  .mobile-burger-popup__language-item:last-child {
    margin-right: 0;
  }
  .mobile-burger-popup__navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px;
  }
  .mobile-burger-popup .main-menu {
    border: none;
  }
  .mobile-burger-popup .main-menu > li {
    display: block;
    border-bottom: 1px solid rgba(255,70,3,0.2);
  }
  .mobile-burger-popup .main-menu > li > ul {
    padding: 0 0 10px;
    margin: 0 0 0 10px;
    list-style: none;
  }
  .mobile-burger-popup .main-menu > li > ul li a {
    text-decoration: none;
    padding: 5px 0;
    display: block;
    font-size: 12px;
  }
  .mobile-burger-popup .main-menu > li > ul li a:before {
    content: "- ";
  }
  .mobile-burger-popup .main-menu > li > a {
    padding: 15px 0;
  }
  .our-routes--second .our-routes__icon {
    margin-bottom: 20px;
  }
  .our-routes__icon {
    margin-bottom: 20px;
  }
  .our-routes__title {
    font-size: 48px;
  }
  .our-routes__desc {
    margin-bottom: 20px;
  }
  .our-routes__slider-navigation {
    margin: 0 20px 30px;
    max-width: 100%;
  }
  .our-routes__item {
    width: 520px;
  }
  .routes-thumbs {
    padding: 20px 20px;
  }
  .routes-thumbs:before {
    content: "";
    position: absolute;
    left: 215px;
    top: -2px;
    right: 20px;
    height: 2px;
    background: #1c708b;
  }
  .routes-thumbs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-right: 20px;
  }
  .routes-thumbs__name {
    font-size: 18px;
    margin-left: -20px;
    margin-top: -30px;
    margin-bottom: 20px;
    line-height: 1;
    min-height: 40px;
  }
  .routes-thumbs__params span,
  .routes-thumbs__params strong {
    font-size: 16px;
  }
  .routes-thumbs__note {
    margin-bottom: 20px;
  }
  .our-team {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .our-team__title {
    margin-bottom: 20px;
  }
  .our-team__list {
    margin-right: -20px;
  }
  .our-team__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-right: 20px;
  }
  .remodal {
    background-size: 150px auto;
  }
  .remodal__top {
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
  }
  .remodal__text {
    margin-top: 0;
  }
  .remodal__logo {
    display: inline-block;
  }
  .remodal__phone {
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
  }
  .remodal__email {
    text-align: center;
  }
    .remodal__whatsapp a {
        justify-content: center
}
  .remodal__close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
  }
  .popup-form__title,
  .popup-form__thanks-title {
    font-size: 48px;
    margin: 0 0 20px;
    text-align: center;
  }
  .popup-form__thanks-title {
    margin: 0;
  }
  .popup-form__body {
    margin-bottom: 20px;
  }
  .popup-form__privace {
    margin-bottom: 15px;
  }
  .popup-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-form__privace {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 270px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 20px;
  }
  .popup-form__button {
    margin: 0;
  }
  .reviews-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .reviews-block__title {
    font-size: 48px;
  }
  .reviews-block__title span {
    font-size: 38px;
  }
  .reviews-block__head {
    margin: 0 0 30px;
  }
  .reviews-block__head-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .reviews-thumbs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 20px;
    max-width: 280px;
  }
  .reviews-inner-page {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .reviews-inner-page__title {
    margin-bottom: 30px;
  }
  .reviews-inner-page__slider-navigation {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .reviews-inner-page__item {
    width: 520px;
  }
  .route-detailed__image-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .route-detailed__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .route-detailed__params-item {
    margin-bottom: 20px;
  }
  .route-detailed__main-info > li {
    font-size: 14px;
  }
  .route-detailed__main-info > li span {
    font-size: 14px;
    margin-left: 5px;
  }
  .route-detailed__main-info > li span strong {
    font-size: 18px;
  }
  .safety {
    margin-bottom: 400px;
  }
  .safety__inner {
    display: block;
    padding: 25px;
  }
  .safety__headline {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: auto;
    padding: 0;
    text-align: left;
  }
  .safety__header {
    font-size: 45px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .safety__text {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .safety__list {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: auto;
    padding: 0;
  }
  .seo-text-block {
    margin-bottom: 80px;
  }
  .seo-text-block__inner {
    display: block;
  }
  .seo-text-block__content {
    margin-bottom: 30px;
  }
  .seo-text-block__content p {
    margin-bottom: 20px;
  }
  .seo-text-block__content h4 {
    margin-bottom: 20px;
  }
  .seo-text-block__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .seo-text-block__form-box {
    margin-left: 0;
  }
  .video-block {
    margin-bottom: 40px;
  }
  .video-block__document-item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
  }
}
@media (max-width: 1022px) and (max-width: 340px) {
  .mobile-burger-popup__close {
    right: 280px;
  }
}
@media (max-width: 990px) {
  .certicates-content__inner {
    padding-top: 60px;
  }
  .certicates-content__certificate {
    display: none;
  }
  .certicates-content__header {
    padding-right: 0;
  }
}
@media (max-width: 860px) {
  .certicates-content__body {
    display: block;
  }
  .certicates-content__aisde {
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .certicates-content__content {
    padding-left: 0;
    padding-bottom: 120px;
  }
  .certicates-content__content img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .certicates-content__button {
    margin-top: 40px;
  }
}
@media (max-width: 766px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__left {
    margin: 0 0 25px;
  }
  .footer__middle {
    margin: 0 0 25px;
  }
  .footer__right {
    display: block;
  }
  .footer__logo {
    margin: 0 auto 20px;
  }
  .advantages-block__title {
    font-size: 30px;
    text-align: center;
  }
  .advantages-block__title span {
    font-size: 24px;
  }
  .advantages-block__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages-block__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .certicates-content__inner {
    padding-top: 45px;
  }
  .certicates-content__header {
    font-size: 32px;
  }
  .certicates-wrapper {
    padding-bottom: 60px;
  }
  .certicates-text {
    margin-bottom: 45px;
  }
  .certicates-text__header {
    font-size: 32px;
  }
  .certicates-text__subheader {
    font-size: 18px;
  }
  .certicates-text__list-item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 34px);
        flex-basis: calc(50% - 34px);
    max-width: calc(50% - 34px);
    width: calc(50% - 34px);
    margin-bottom: 24px;
  }
  .certicates-text__text {
    margin-top: 40px;
  }
  .certificates-block__inner {
    background: none;
    padding-right: 20px;
  }
  .certificates-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .contacts-form__title {
    font-size: 36px;
  }
  .contacts-form__body {
    margin-right: 0;
    display: block;
  }
  .contacts-form__item {
    margin: 0 0 15px;
    display: block;
  }
  .contacts-hero__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .contacts-hero__contacts {
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .contacts-hero__contacts-item {
    margin: 0 0 30px;
  }
  .contacts-hero__contacts-name {
    margin-bottom: 10px;
  }
  .contacts-hero__requisites-title {
    margin-bottom: 10px;
  }
  .contacts-hero__form-title {
    margin-bottom: 10px;
  }
  .contacts-hero__form-group {
    display: block;
    margin-right: 0;
  }
  .contacts-hero__form-group .contacts-hero__form-item {
    margin-right: 0;
  }
  .contacts-hero__form-bottom {
    display: block;
  }
  .contacts-hero__form-privace {
    margin: 0 auto 15px;
  }
  .contacts-hero__form-button {
    text-align: center;
    margin: 0;
  }
  .departure-thumbs {
    display: block;
  }
  .departure-thumbs__left {
    min-height: 360px;
  }
  .departure-thumbs__content {
    padding: 15px 20px 1px;
  }
  .equipment-block__list {
    margin-right: 0;
    display: block;
  }
  .equipment-block__item {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .equipment-block__item:last-child {
    margin-bottom: 0;
  }
  .equipment-new__item-content {
    display: block;
  }
  .equipment-new__item-name {
    min-height: 0;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ea0440;
    max-width: 100%;
    font-size: 24px;
  }
  .equipment-new__item-name:before {
    display: none;
  }
  .hero-advantages {
    margin-bottom: 60px;
  }
  .hero-advantages__header {
    font-size: 32px;
  }
  .hero-advantages__header div {
    font-size: 32px;
  }
  .hero-advantages__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-advantages__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 20px;
  }
  .hero-advantages__item:first-child {
    margin-top: 0;
  }
  .greetings-block__moscow {
    font-size: 48px;
    line-height: 35px;
  }
  .greetings-block__title {
    padding-right: 90px;
  }
  .greetings-block {
    margin-bottom: 0;
  }
  .greetings-block__title {
    font-size: 32px;
  }
  .greetings-block__desc {
    font-size: 18px;
    width: 255px;
    max-width: 100%;
  }
  .greetings-block__bottom {
    display: block;
  }
  .greetings-block__desc-wrap {
    margin: 0 0 40px;
  }
  .greetings-block__video-button-wr {
    width: 280px;
    margin-left: auto;
  }
  .hero-page__subtitle {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .hero-page__icon {
    display: none;
  }
  .hero-page__button {
    margin-top: 45px;
  }
  .hero-page .button-prev,
  .hero-page .button-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    height: 34px;
  }
  .hero-page .button-prev .svg-icon,
  .hero-page .button-next .svg-icon {
    width: 34px;
    height: 34px;
  }
  .hero-page__hero-slider-item {
    width: 280px;
  }
  .calendar-filter__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .calendar-filter__form {
    display: block;
  }
  .calendar-filter__form-body {
    display: block;
    background: none;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    min-width: 0;
  }
  .calendar-filter__form-item {
    -webkit-box-shadow: 0 1px 18px rgba(0,0,0,0.35);
            box-shadow: 0 1px 18px rgba(0,0,0,0.35);
    background-color: #fff;
    border-radius: 12px;
    display: block;
    margin: 0 0 15px;
  }
  .calendar-filter__form-button {
    text-align: center;
  }
  .navigation-list {
    display: none;
  }
  .history-gallery {
    margin-bottom: 30px;
  }
  .history-gallery__list {
    margin-right: -10px;
  }
  .history-gallery__item {
    margin-bottom: 10px;
  }
  .history-gallery__column {
    margin-right: 10px;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .location-item__content {
    padding: 20px 10px 20px 60px;
  }
  .location-item__date-list li {
    margin-bottom: 10px;
  }
  .location-item__city {
    font-size: 18px;
  }
  .location-map__holder {
    height: 480px;
  }
  .location-more-block__item:nth-child(2n) .route-detailed__content {
    margin: 0;
  }
  .location-more-block__head {
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .location-more-block__desc {
    margin-bottom: 20px;
  }
  .location-more-block__desc-text {
    padding: 20px 0 20px 60px;
    background-size: 40px auto;
  }
  .location-more-block__desc-left {
    font-size: 24px;
  }
  .location-more-block__title {
    font-size: 28px;
  }
  .location-more-block__item {
    margin-bottom: 50px;
  }
  .locations-information__title {
    font-size: 36px;
  }
  .map-full__map-box {
    height: 320px;
  }
  .our-routes__title {
    font-size: 30px;
  }
  .our-routes .button-prev,
  .our-routes .button-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    height: 34px;
  }
  .our-routes .button-prev .svg-icon,
  .our-routes .button-next .svg-icon {
    width: 34px;
    height: 34px;
  }
  .our-routes__item {
    width: 320px;
  }
  .routes-thumbs {
    padding: 20px 20px;
  }
  .routes-thumbs:before {
    content: "";
    position: absolute;
    left: 80px;
    top: -2px;
    right: 20px;
    height: 2px;
    background: #1c708b;
  }
  .routes-thumbs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    margin-right: 10px;
  }
  .routes-thumbs__name {
    font-size: 18px;
    margin-left: -20px;
    margin-top: -30px;
    margin-bottom: 20px;
    line-height: 1;
    min-height: 40px;
  }
  .routes-thumbs__params span,
  .routes-thumbs__params strong {
    font-size: 16px;
  }
  .routes-thumbs__note {
    margin-bottom: 20px;
  }
  .our-team__list {
    margin-right: 0;
    display: block;
  }
  .our-team__title {
    font-size: 26px;
  }
  .our-team__item {
    margin-right: 0;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .team-thumbs__top {
    margin-bottom: 15px;
  }
  .team-thumbs__text {
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .team-thumbs__text p {
    margin: 0 0 10px;
  }
  .team-thumbs__button {
    margin-bottom: -40px;
  }
  .team-thumbs__button .site-btn {
    padding: 10px 35px;
  }
  .team-thumbs__bottom {
    padding: 50px 10px 10px 15px;
  }
  .team-thumbs__name {
    font-size: 18px;
  }
  .team-thumbs__status {
    font-size: 14px;
  }
  .team-thumbs__params-box {
    padding: 0 15px;
  }
  .team-thumbs__params-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    margin-right: 15px;
  }
  .popup-form__title,
  .popup-form__thanks-title {
    font-size: 36px;
  }
  .popup-form__body {
    margin-right: 0;
    display: block;
  }
  .popup-form__item {
    margin: 0 0 15px;
    display: block;
  }
  .reviews-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reviews-block__title {
    font-size: 30px;
    text-align: center;
  }
  .reviews-block__title span {
    font-size: 24px;
  }
  .reviews-block__list {
    display: block;
    margin-right: 0;
  }
  .reviews-block__item {
    margin-right: 0;
  }
  .reviews-block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews-block__head-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 10px;
  }
  .reviews-thumbs__name {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .reviews-thumbs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-right: 10px;
  }
  .reviews-inner-page__title {
    font-size: 30px;
  }
  .reviews-inner-page .button-prev,
  .reviews-inner-page .button-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    height: 34px;
  }
  .reviews-inner-page .button-prev .svg-icon,
  .reviews-inner-page .button-next .svg-icon {
    width: 34px;
    height: 34px;
  }
  .reviews-inner-page__item {
    width: 280px;
  }
  .route-detailed {
    display: block;
  }
  .route-detailed__image-box {
    margin: 0 0 20px;
  }
  .route-detailed__content {
    margin: 0;
  }
  .route-detailed__desc {
    margin-bottom: 15px;
  }
  .safety__header {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .safety__text {
    font-size: 25px;
  }
  .seo-text-block__form-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .seo-text-block__form-group {
    display: block;
    margin-right: 0;
  }
  .seo-text-block__form-group .seo-text-block__form-item {
    margin-right: 0;
  }
  .seo-text-block__form-bottom {
    display: block;
  }
  .seo-text-block__form-privace {
    margin: 0 auto 15px;
  }
  .seo-text-block__form-button {
    text-align: center;
    margin: 0;
  }
  .video-block__video-box {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .certicates-content__images {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 14px);
        flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px);
    width: calc(50% - 14px);
  }
  .certicates-content__images:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .certicates-content__content {
    padding-bottom: 0;
  }
  .certicates-content__content img {
    display: none;
  }
}
@media (max-width: 567px) {
  .certicates-text__list-item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 34px);
        flex-basis: calc(100% - 34px);
    max-width: calc(100% - 34px);
    width: calc(100% - 34px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .certicates-text__list-counter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 560px) {
  .greetings-block__video-button-wr {
    margin-left: 140px;
  }
}
@media (max-width: 480px) {
  .history-gallery__list {
    display: block;
    margin-right: 0;
  }
  .history-gallery__column {
    margin-right: 0;
  }
  .locations-information__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .locations-information__right {
    display: block;
  }
  .locations-information__icon {
    display: none;
  }
  .locations-information__title {
    margin: 0;
    font-size: 28px;
  }
  .locations-information__info-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 130px;
    margin-bottom: 20px;
  }
  .locations-information__info-item-title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .locations-information__info-item-text {
    font-size: 12px;
  }
  .route-detailed__params-list {
    display: block;
  }
  .route-detailed__params-item {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/kayak-moscow/template_styles.css?174539112010666*/
.error_input {
	border-color: #e90241!important
}

.remodal .success,
.contacts-form .success:not(.white)
{
	color: #fff
}
#sw-app-200acc2c4d43e393c58832b19d83a754 .sw-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff!important;
}
.swiper-pagination-bullet {
	background: #ffffff90!important;
}

.events-information {
    margin-top: 0;
	padding-top: 250px;
    padding-bottom: 100px;
	margin-bottom: 0
}
.events-information .locations-information__info-item {
    max-width: 280px;
}
.events-information .locations-information__info-item-text {
    color: #fff;
}
.events-information .locations-information__info-item-title:before {
    background: #fff;
}
.events-more-block .route-detailed__image-box {
	min-height: 460px
}

.events-information:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    margin-left: -32px;
    width: 44px;
    height: 54px;
    background: url(/local/templates/kayak-moscow/img/kayak-mini.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear;
}
.events-icon {
	position: absolute;
}
.locations-information__info-item:nth-child(1) .events-icon {
	top: -24px;
    left: 78px;
}
.locations-information__info-item:nth-child(2) .events-icon {
	top: -17px;
    left: 173px;
}
.locations-information__info-item:nth-child(3) .events-icon {
	top: -13px;
    left: 156px;
}
.events-more-block .equipment-new__title {
    font-weight: 500;
	text-transform: uppercase;
	font-size: 48px
}
.events-more-block .equipment-new__title strong {
	font-weight: 900;
}

.events-more-block .location-more-block__desc {
    margin-top: 0;
    margin-bottom: 60px;
}
.events-more-block .location-more-block__desc-left {
    padding: 30px 0 0 0;
    font-size: 24px;
    color: #405162;
    font-weight: bold;
    text-transform: none;
}
.events-more-block2 .equipment-new__title {
	margin-bottom: 150px
}
.events-gallery {
	position: relative;
    bottom: -40px;
}
.events-gallery .history-gallery__column:nth-child(1),
.events-gallery .history-gallery__column:nth-child(3)
{	
	padding-top: 5%
}
.events-grey-box {
	padding-bottom: 0;
}
.events-more-block2 {
	padding-top: 150px
}

.events-grey-box .events-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.events-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1124px;
    flex: 0 0 1124px;
    margin-left: 0;
	background: #fff;
    border-radius: 40px;
    padding: 50px;
	margin-top: 40px;
    margin-bottom: 120px;
	position: relative
}
.events-price ul {
	list-style: none
}
.events-price li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 45px;
}
.events-price li span.divider {
	height: 1px;
	background: #405162;
	flex-grow: 1;
	margin-left: 4%
}
.events-price li span.price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
	font-weight: normal;
	background: #fff;
	padding-left: 4%;
}
.events-price:after {
	position: absolute;
	bottom: -21px;
    right: 62px;
	width:117px;
	height: 105px;
	background: url("/local/templates/kayak-moscow/img/price.png");
	content:''
}
.sert-block {
	background: #e0f8fe;
	padding: 70px 0;
	position: relative
}
.sert-block:before {
	display: block;
	position: absolute;
	bottom: 95px;
	left: 0;
	content: '';
	background: url("/local/templates/kayak-moscow/img/sert-hand.png");
	width: 297px;
	height: 232px;
}
.sert-block__inner, .subscribe-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.subscribe-block__inner {
	align-items: center
}
.sert-block__inner img {
	margin-top: -30px
}
.sert-block__inner .equipment-new__desc {
	font-style: normal
}
.subscribe-block {
	background: #405162;
	padding: 30px 0
}
.subscribe__title {
	color: #fff;
	font-size: 30px
}
.subscribe__callback .contacts-form__body {
	display: flex;
	align-items: center;
	margin: 0
}
.subscribe__callback  .contacts-form__item {
    margin-right: 30px;
    margin-bottom: 0;
}
.subscribe__callback .contacts-form__privace {
    margin: 0 auto 0 30px;
}
.aboutpage-information {
	margin-top: 0;
	margin-bottom: 0;
	background: url("/local/templates/kayak-moscow/img/about-page2.jpg") no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 380px;
}
.aboutpage-information .locations-information__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	flex-direction: column-reverse;
	flex-wrap: wrap
}

.aboutpage-information small {
	color: #616971;
    font-size: 13px;
    font-weight: 500;
	display: block;
	line-height: normal
}
.aboutpage-information .locations-information__info-item-title {
    padding-top: 15px;
    margin-top: 20px;
}
.aboutpage-information .locations-information__info-item-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: #204061;
}

.aboutpage-information .locations-information__info-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 250px;
    margin-right: 20px;
}
.aboutpage-information .locations-information__info-item-title span {
	display: block;
	margin-top: 10px
}
.aboutpage-information .equipment-new__item-name {
    font-size: 60px;
    font-weight: 900;
    min-height: 65px;
    max-width: 550px;
}
.aboutpage-information .equipment-new__item-name:before {
    height: 65px;
}
.aboutpage-information .equipment-new__item-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-bottom: 60px
}
.aboutpage-information .equipment-new__item-text p {
    margin: 0;
}
.aboutpage .navigation-list {
    margin-bottom: 10px;
}

@media (max-width:767px) {
	.aboutpage-info {
		padding-top: 50px
	}
	.aboutpage-information {
		padding-bottom: 10px
	}
	.sert-block__inner img {
		margin-top: 40px;
	}
	.subscribe-block__inner {
		justify-content: center
	}
	.subscribe__callback .contacts-form__body {
		flex-direction: column
	}
	.subscribe__callback .contacts-form__item {
		margin-right: 0;
		margin-bottom: 30px;
		margin-top: 30px
	}
	.subscribe__callback .contacts-form__privace {
		margin:30px auto 0
	}
	.events-more-block .equipment-new__title {
		font-size: 26px
	}
	.events-price {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 15px;
		margin-bottom: 0
	}
	.events-price ul {
		padding-left: 10px
	}
	.events-price:after {
		display: none
	}
}
review-lab .widget__header,review-lab .widget__footer {
	display: none!important
}
.bx-context-toolbar-empty-area {
	position: relative;
	z-index: 99999999
}
.departure-thumbs__date {
	margin-bottom: 1rem
}
.route-detailed__button {
	display: flex
}
.price {
	font-size: 24px;
	font-weight: bold;
	margin-right: 50px
}
.price >span:first-child {
	display: block;
	font-size: 13px;
	font-weight: 500
}
.price span.rouble {
	font-size: 20px;
	font-weight: 600;
	color: #ea0440
}
.price.promo-price {
	color: #ea0440
}
.old-price .price-value span {
	font-size: 19px;
	color:#405162;
	opacity: .5;
	position: relative;
}
.old-price .price-value:before {
	
}
.promo-popup-wrapper {
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.promo-popup-wrapper-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.80)
}
.promo-popup {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 900px;
	max-width: 100%;
	background: rgb(209,124,4);
	background: linear-gradient(52deg, rgba(209,124,4,0.88) 0%, rgba(207,48,76,0.88) 100%);
	color: #fff;
	padding: 60px 60px 90px
}
.promo-popup:after {
	position: absolute;
	width: 100%;
	content: url("/local/templates/kayak-moscow/img/promo-popup-after.png");
	height: 292px;
	text-align: center;
    bottom: -183px;
}
.promo-popup-title {
	font-size: 60px;
	font-weight: 900;
	text-align: left;
	line-height: 72px
}
.promo-popup-text {
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px
}
.promo-popup-text span.promo-price {
	font-size: 36px;
	line-height: 40px;
	border-bottom: 1px solid #fff
}
.promo-popup-text span.promo-price span {
	font-size: 24px;
}
.promo-img {
	margin-top: 20px;
	margin-bottom: 20px
}
.promo-popup-close {
    top: -90px;
    right: -90px;
}
.promo-popup .site-btn:hover {
	color: #fff
}
@media (max-width: 1022px) {
	.promo-popup-title {
		font-size: 20px;
		line-height: normal
	}
	.promo-popup-close {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 10px;
	}
	.promo-popup-text {
		font-size: 18px;
		line-height: normal;
	}
	.promo-popup-text span.promo-price {
		font-size: 20px;
		line-height: normal;
	}
	.promo-popup-text span.promo-price span {
		font-size: 18px;
	}
}
.remodal__whatsapp a {
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 10px
}
.air-datepicker-global-container {
    z-index: 102
}
.calendar-filter__form-item--calendar input.datepicker-popup {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    height: 56px;
    font-size: 14px;
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.3);
    cursor: pointer;
	color: #fff
}
@media (max-width: 766px) {
	.calendar-filter__form-item {
		background: none
	}
}
.calendar-filter__form-item--calendar input.datepicker-popup::-webkit-input-placeholder {
  color: #fff;
}
.calendar-filter__form-item--calendar input.datepicker-popup::-moz-placeholder {
  color: #fff;
}
.calendar-filter__form-item--calendar input.datepicker-popup:-ms-input-placeholder {
  color: #fff;
}
.calendar-filter__form-item--calendar input.datepicker-popup::-ms-input-placeholder {
  color: #fff;
}
.calendar-filter__form-item--calendar input.datepicker-popup::placeholder {
  color: #fff;
}

.remodal-cert .popup-form__body {
	flex-wrap: wrap
}
.popup-form__item.cert {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    -ms-flex-preferred-size: calc(66% - 15px);
    flex-basis: calc(66% - 15px);
}
/* End */
/* /local/templates/kayak-moscow/css/plugins.min.css?168226116066042 */
/* /local/templates/kayak-moscow/css/style.css?16881029056272 */
/* /local/templates/kayak-moscow/css/app.css?1776677312162838 */
/* /local/templates/kayak-moscow/template_styles.css?174539112010666 */
