@charset "UTF-8";
/**
 * =============================================================================
 * Fonts
 * =============================================================================
 */
/**
 * Base font size (em base).
 * As the name says, this value serves as base font size for every
 * relative sizing needs.
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Responsive
 * =============================================================================
 */
/**
 * =============================================================================
 * Colors
 * =============================================================================
 */
/**
 * =============================================================================
 * Dimensions
 * =============================================================================
 */
/**
 * Spacing
 * -----------------------------------------------------------------------------
 */
/**
 * Borders
 * -----------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Helpers
 * =============================================================================
 */
/**
 * =============================================================================
 * Image replacement
 * =============================================================================
 */
/**
 * =============================================================================
 * Truncate (3 dot cut text)
 * =============================================================================
 */
/**
 * =============================================================================
 * Hover and focus
 * =============================================================================
 */
/**
 * =============================================================================
 * Border radius
 * =============================================================================
 */
/**
 * =============================================================================
 * Box shadow
 * =============================================================================
 */
/**
 * =============================================================================
 * Rotate
 * =============================================================================
 */
/**
 * =============================================================================
 * Animation
 * =============================================================================
 */
/**
 * =============================================================================
 * Opacity
 * =============================================================================
 */
/**
 * =============================================================================
 * Hide element
 * =============================================================================
 */
/**
 * Always convert pixel values to em values with 16px as em base.
 * Useful when you've defined different em base for the whole project
 * but want your media queries in ems (since they *always* take 16px as base).
 */
/**
 * Return value in pixels.
 * Useful when you have numbers as variables and don’t want to bother with
 * concatenation of strings.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * =============================================================================
 * Reset
 * =============================================================================
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*behavior: url(/javascript/boxsizing.htc);*/
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*html                        { font-size: 1em; line-height: 1; }*/
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label[for] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

::-webkit-input-placeholder {
  color: #252525;
  opacity: 1;
}

:-moz-placeholder {
  color: #252525;
  opacity: 1;
}

::-moz-placeholder {
  color: #252525;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #252525;
  opacity: 1;
}

/*html                        { font: 100%/1.5 'museo-sans', 'Open Sans', Arial, Tahoma, Helvetica, sans-serif; font-weight: 400; }*/
html, body {
  height: 100%;
}

body {
  word-wrap: break-word;
}

abbr {
  font-variant: small-caps;
}

dl dd {
  margin-left: 0;
}

ul ul, ol ol {
  list-style-type: none;
}

body {
  color: #01508e;
  font-family: "Catamaran", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a {
  text-decoration: none;
}

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

.u-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.u-inner--small {
  max-width: 975px;
}

.notification {
  height: 60px;
  line-height: 60px;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  z-index: 900;
  color: #3f89c6;
}

.notification strong {
  color: #01508e;
}

.notification__inner {
  text-align: center;
}

.notification__icon, .notification__text {
  display: inline-block;
  vertical-align: middle;
}

.notification a {
  color: #01508e;
}

.notification a:hover {
  color: #01335b;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .notification {
    color: #0a518c;
    line-height: normal;
  }
  .notification__inner {
    display: table;
    text-align: left;
    width: 100%;
    padding: 0 5px;
  }
  .notification__icon, .notification__text {
    display: table-cell;
    height: 60px;
  }
  .notification__text {
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 700;
  }
}

.notification p {
  display: inline;
}

.notification__close {
  color: #ff6615 !important;
  text-decoration: underline;
}

.notification__close:hover {
  color: #0068c6 !important;
}

.header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 800;
}

.notification-visible .header {
  top: 88px;
}

@media screen and (min-width: 768px) {
  .header {
    top: 40px;
  }
  .notification-visible .header {
    top: 100px;
  }
}

.header__inner:first-child {
  /*display: table;*/
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__inner + .header__inner {
    margin-top: 20px;
}

.header__group {
  /*display: table-cell;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
}

/*.header__group:first-child {
  text-align: left;
}

.header__group:nth-child(n+3) {
  text-align: right;
}

.header__group:last-child {
  width: 60px;
}*/

.header__group:first-child {
    flex-grow: 1;
}

.logo {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 140px;
  height: 50px;
  background: no-repeat url(../img/logo.svg) 0 0/140px 50px;
}

.light-header .logo {
  background-image: url(../img/logo-inverted.svg);
}

@media screen and (max-width: 767px) {
  .logo {
    width: 114px;
    height: 40px;
    background-size: 114px 40px;
  }
}

.nav__list {
  /*white-space: nowrap;*/
  display: flex;
  justify-content: space-between;
}

.nav__item {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  font-size: 16px;
  /*margin-left: 30px;*/
  /*margin-right: -4px;*/
  position: relative;
  font-weight: bold;
}

.nav__item + .nav__item {
    margin-left: 20px;
}

.nav--service .nav__item {
    font-weight: normal;
    font-size: 14px;
}

.nav__item--icon a {
    position: relative;
    padding-right: 32px;
}

.nav__item--icon .icon {
    position: absolute;
    right: 0;
    top: -5px;
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
}

@media screen and (min-width: 1180px) {
  .nav__item {
    font-size: 16px;
    margin-left: 42px;
  }
}

.nav__item:first-child {
  margin-left: 0;
}

.nav__item a {
  color: #fff;
}

.light-header .nav__item a {
  color: #3f89c6;
}

.nav__item:not(.nav__item--button):before {
  content: '';
  position: absolute;
  display: none;
  height: 48px;
  background: url(../img/title-wave.svg) no-repeat 50% 0/48px 48px;
  bottom: -32px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  z-index: -1;
}

.nav__item:hover:before, .nav__item.is-active:before {
  display: block;
}

.lang {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 4px 10px 4px 36px;
  display: inline-block;
}

@media screen and (min-width: 992px) and (max-width: 1179px) {
  .lang {
    font-size: 16px;
  }
}

.light-header .lang {
  color: #3f89c6;
}

.lang__icon {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .lang {
    padding: 4px 36px 4px 0;
  }
  .lang__icon {
    left: auto;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lang:hover {
  text-decoration: underline;
}

.nav-trigger {
  display: inline-block;
  vertical-align: middle;
}

.footer {
  background-color: #f5f8fa;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}

.footer a {
  color: inherit;
}

.footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .footer__group {
    border-top: 1px solid #c4d6e4;
    padding: 20px 60px 20px 30px;
    position: relative;
  }
  .footer__group:first-child {
    border-top: none;
  }
  .footer__group:after {
    position: absolute;
    content: '';
    background: no-repeat url(../img/ic-arrow-down-alt.svg) 0 0/16px 16px;
    height: 16px;
    width: 16px;
    right: 30px;
    top: 22px;
  }
  .footer__group.is-active:after {
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 768px) {
  .footer__group {
    float: left;
    width: 25%;
    padding: 0 16px;
  }
  .footer__group:first-child {
    width: 50%;
  }
}

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

@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
  }
}

.footer__text,
.footer .textwidget {
  color: #297fca;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .footer__text,
  .footer .textwidget {
    display: none;
  }
  .footer__group.is-active__text,
  .footer__group.is-active .textwidget {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer--full {
    background: #05549b url(../img/bg-footer.jpg) 50% 100%/cover;
    color: #fff;
  }
  .footer--full .footer__text,
  .footer--full .textwidget {
    color: #fff;
  }
}

.article__image-wrap {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.article__link {
  display: block;
  color: inherit;
}

.article__image {
  display: block;
  height: auto;
  width: 100%;
}

.article__title a {
  color: inherit;
}

.article__title a:hover {
  color: #01335b;
}

.article__price-info {
  font-size: 14px;
  line-height: 1.5555555556;
}

@media screen and (min-width: 992px) {
  .article__price-info {
    font-size: 18px;
  }
}

.article--default .article__group {
  margin-top: 15px;
}

.article--default .article__group:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .article--default {
    display: table;
    margin: 0 -15px;
    min-width: 100%;
  }
  .article--default.article--odd {
    direction: rtl;
  }
  .article--default.article--odd .article__group {
    direction: ltr;
  }
  .article--default .article__group {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
  }
  .article--default .article__group--text {
    vertical-align: middle;
  }
}

@media screen and (min-width: 992px) {
  .article--default .article__group--text {
    padding: 0 8.3333333333%;
  }
}

.article--default .article__image-wrap {
  box-shadow: 40px 30px 40px 0 rgba(9, 97, 169, 0.12);
}

.article--default .article__title {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .article--default .article__title {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .article--default .article__title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1180px) {
  .article--default .article__title {
    font-size: 48px;
  }
}

.article--default .article__text {
  margin-top: 15px;
}

.article--default .article__text:first-child {
  margin-top: 0;
}

.article--default .article__meta {
  margin-top: 20px;
}

.article--default .article__meta:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .article--default .article__meta {
    margin-top: 50px;
  }
}

.article--default .article__price-info {
  padding: 10px 10px 10px 50px;
  float: left;
  color: #3f89c6;
  position: relative;
}

.article--default .article__price-info strong {
  color: #01508e;
}

.article--default .article__price-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.article--default .article__button {
  float: right;
}

.article--overlay {
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
}

.article--overlay.article--left {
  text-align: left;
}

.article--overlay.article--left .article__title:before {
  left: 0;
  margin-left: 0;
}

.article--overlay .article__group {
  display: block;
  width: 100%;
}

.article--overlay .article__group--text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .article--overlay .article__group--text {
    padding: 20px 40px 40px;
  }
}

.article--overlay .article__title {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 40px;
  position: relative;
  padding-bottom: 12px;
}

@media screen and (min-width: 480px) and (max-width: 992px) {
  .article--overlay .article__title {
    font-size: 32px;
  }
}

.article--overlay .article__title:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}

.article--overlay .article__meta {
  margin-top: 10px;
}

.article--overlay .article__price-info {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.article--overlay .article__button {
  opacity: 0;
  bottom: -15px;
  position: absolute;
  left: 15px;
  right: 15px;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .article--overlay .article__button {
    left: 25px;
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .article--overlay:not(.article--overlay-alt) .article__group--text {
    padding-bottom: 35px;
  }
  .article--overlay:not(.article--overlay-alt) .article__button {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .article--overlay:hover .article__group--text {
    padding-bottom: 60px;
    transition: padding-bottom 0.2s ease-out;
  }
  .article--overlay:hover .article__button {
    opacity: 1;
    transition: opacity 0.1s ease-out;
    bottom: -25px;
    left: 25px;
    right: 25px;
  }
}

.article--overlay .article__image-wrap:after {
  background: url(../img/overlay.png) no-repeat 100% 0/cover;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 400px;
  height: 100%;
  pointer-events: none;
}

.article--overlay-alt .article__title {
  font-weight: 400;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .article--overlay-alt .article__title {
    font-weight: 300;
    font-size: 40px;
  }
}

.article--kv {
  text-align: center;
}

.article--kv .article__title {
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  position: relative;
  padding-bottom: 27px;
}

.article--kv .article__title:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}

.article--kv .article__title a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.article--kv .article__meta {
  margin-top: 15px;
}

.article--vertical {
  padding: 0 8.3333333333%;
  text-align: center;
}

.article--vertical .article__image {
  width: auto;
  margin: 0 auto;
}

.article--vertical .article__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
}

.article--vertical .article__title--small {
  font-size: 18px;
}

.article--vertical .article__text {
  margin-top: 16px;
}

.article--shadow .article__image-wrap {
  box-shadow: 0 40px 50px -10px rgba(9, 97, 169, 0.24);
}

.block {
  padding: 40px 0;
  position: relative;
}

.block--negative {
  margin-top: -40px;
  margin-bottom: -40px;
}

@media screen and (min-width: 600px) {
  .block {
    padding: 60px 0 80px;
    position: relative;
  }
  .block--negative {
    margin-top: -60px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 992px) {
  .block {
    padding: 60px 0 120px;
  }
  .block--negative {
    margin-top: -60px;
    margin-bottom: -120px;
  }
}

@media screen and (min-width: 1180px) {
  .block {
    padding: 80px 0 160px;
  }
  .block--negative {
    margin-top: -80px;
    margin-bottom: -160px;
  }
  .block--large-spacing {
    padding-top: 120px;
  }
}

.block--waves {
  background: #fff url(../img/bg-waves.jpg) no-repeat 50% 60%;
}

.block--waves-blue {
  background: #fff url(../img/bg-waves-blue.jpg) no-repeat 50% 70%;
}

.block--map {
  height: 800px;
  background-color: #043b7e;
}

.block--map .block__title, .block--map .text__title, .block--map .infobox__title, .block--map .results__title, .block--map .single-article__title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .block--map {
    height: 960px;
  }
}

.block--grey {
  background-color: #fafbfc;
  padding-bottom: 0px;
}

.block--kv {
  background-color: #01508e;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.block--kv .block__media {
  max-width: 580px;
  margin: 25vh auto 0;
}

.block--auto {
  padding-top: 140px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .block--auto {
    padding-top: 240px;
  }
}

.block--no-spacing {
  padding-top: 0;
}

.block--no-spacing-bottom {
  padding-bottom: 0;
}

.block__title-wrap, .text__title-wrap, .infobox__title-wrap {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .block__title-wrap, .text__title-wrap, .infobox__title-wrap {
    margin-top: 150px;
  }
}

.block__title-wrap:first-child, .text__title-wrap:first-child, .infobox__title-wrap:first-child {
  margin-top: 0;
}

.block__title, .text__title, .infobox__title, .results__title, .single-article__title {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  padding-bottom: 48px;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .block__title, .text__title, .infobox__title, .results__title, .single-article__title {
    font-size: 36px;
    font-weight: 200;
  }
}

@media screen and (min-width: 992px) {
  .block__title, .text__title, .infobox__title, .results__title, .single-article__title {
    font-size: 48px;
  }
}

.block__title:before, .text__title:before, .infobox__title:before, .results__title:before, .single-article__title:before {
  content: '';
  position: absolute;
  height: 48px;
  background: url(../img/title-wave.svg) no-repeat 50% 0/48px 48px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 600px) {
  .block--left .block__title, .block--left .text__title, .block--left .infobox__title, .block--left .results__title, .block--left .single-article__title {
    padding-bottom: 0;
    text-align: left;
    max-width: none;
  }
  .block--left .block__title:before, .block--left .text__title:before, .block--left .infobox__title:before, .block--left .results__title:before, .block--left .single-article__title:before {
    display: none;
  }
}

.block__title--small {
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 599px) {
  .block__title--main {
    font-size: 36px;
    font-weight: 200;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .block__title--main {
    font-size: 48px;
    font-weight: 200;
  }
}

.block__subtitle {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.8px;
  color: #3f89c6;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 600px) {
  .block--left .block__subtitle {
    text-align: left;
  }
}

.block__subtitle strong {
  color: #01508e;
}

.block__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.gv-zadar.com/wp-content/uploads//2020/09/tmp-map.jpg) no-repeat 100% 0;
}

.block__inner {
  position: relative;
}

.block__media {
  margin-top: 20px;
  position: relative;
}

.block__carousel + .block__media,
.block__pricelist + .block__media {
  margin-top: 80px;
}

.block__media:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .block__media {
    margin-top: 40px;
  }
}

.block__media-symbol, .image-symbol:after {
  position: absolute;
  left: -45px;
  top: 80px;
  pointer-events: none;
}

.block__media-symbol--right {
  left: auto;
  right: -45px;
}

.block__media-symbol--right-bottom {
  left: auto;
  right: -45px;
  top: auto;
  bottom: 80px;
}

.block__search {
  background-color: #fff;
  margin-top: 40px;
  max-width: 654px;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .block__search {
    max-width: 60%;
  }
}

@media screen and (min-width: 767px) {
  .block__search {
    margin-top: 80px;
  }
}

.block__pricelist {
  margin-top: 40px;
}

.block__pricelist:first-child {
  margin-top: 0;
}

.block__faq {
  position: relative;
}

@media screen and (min-width: 768px) {
  .block__faq {
    padding: 0 16.6666666667%;
    padding-top: 76px;
  }
}

.block__mobile-nav, .hero__mobile-nav {
  display: none;
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative;
  color: #3f89c6;
}

@media screen and (min-width: 768px) {
  .block__mobile-nav, .hero__mobile-nav {
    padding-top: 130px;
  }
}

.is-last > .block--negative {
  margin-bottom: inherit;
}

.button {
  background: #ff6615;
  background: -moz-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
  background: -webkit-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
  background: linear, 135deg, #ff6615 0%, #ff5040 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6615', endColorstr='#ff5040',GradientType=1 );
  color: #fff !important;
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  border: 0;
  padding: 12px 40px;
  border-radius: 6px;
  outline: none;
}

@media screen and (max-width: 768px) {
  .button {
    display: block;
    width: 100%;
  }
}

.button--menu {
  font-size: 18px;
  padding: 12px;
  text-align: center;
}

.button--medium {
  font-size: 16px;
  padding: 8px 10px;
}

@media screen and (min-width: 768px) {
  .button--menu {
    font-size: 16px;
    padding: 4px 12px;
  }

  .button--medium {
    font-size: 20px;
    padding: 8px 18px;
  }
}

@media screen and (min-width: 768px) {
  .button:not(.button--disabled):hover, .button--alt {
    background: #3f89c6;
    background: -moz-linear-gradient(left, #3f89c6 0%, #3f6ec6 100%);
    background: -webkit-linear-gradient(left, #3f89c6 0%, #3f6ec6 100%);
    background: linear, to right, #3f89c6 0%, #3f6ec6 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f89c6', endColorstr='#3f6ec6',GradientType=1 );
  }
}

.button--disabled {
  background: #929292;
  background: -moz-linear-gradient(left, #929292 0%, gray 100%);
  background: -webkit-linear-gradient(left, #929292 0%, gray 100%);
  background: linear, to right, #929292 0%, gray 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#808080',GradientType=1 );
  cursor: default;
}

.text-button {
  color: #fff;
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  border: 0;
  padding: 12px;
  border-radius: 6px;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
}

.text-button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.link {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  background: none;
  border-bottom: 2px solid #c4d6e4;
  line-height: 1;
}

.link:hover {
  border-bottom-color: #a1bed4;
}

.hero {
  min-height: calc(100vh - 90px);
  position: relative;
}

.hero--video {
  overflow: hidden;
  height: 100vh;
  min-height: 640px;
  background: url(http://127.0.0.1:8888/gv-wp/wp-content/uploads/2017/11/tmp-5.jpg) 50% 50%/cover;
}

.hero--map {
  height: 800px;
  min-height: 0;
}

.hero--auto {
  height: auto;
  min-height: 0;
  padding-top: 260px;
  padding-bottom: 80px;
}

.hero__map, .hero__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/tmp-map.jpg) no-repeat 70% 0/cover;
}

.hero__img {
  background: url(../img/bg-search.jpg) no-repeat 50% 50%/cover;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 1s opacity 1s;
}

.hero__video.is-started {
  opacity: 1;
}

@media (min-aspect-ratio: 16 / 9) {
  .hero__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .hero__video {
    width: 300%;
    left: -100%;
  }
}

.hero__carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__map, .hero__img, .hero__carousel {
  background-color: #05549b;
}

.hero__map:after, .hero__img:after, .hero__carousel:after {
  background: -moz-linear-gradient(top, rgba(0, 104, 190, 0.54) 0%, rgba(5, 190, 187, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 104, 190, 0.54) 0%, rgba(5, 190, 187, 0.4) 100%);
  background: linear, to bottom, rgba(0, 104, 190, 0.54) 0%, rgba(5, 190, 187, 0.4) 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0068be', endColorstr='#6605bebb',GradientType=0 );
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.hero__inner {
  position: absolute;
  left: 0;
  top: 24%;
  right: 0;
  padding: 0 16px;
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .hero__inner {
    padding: 0 32px;
  }
}

.hero--auto .hero__inner {
  position: relative;
}

.hero__inner.is-hidden {
  transition: opacity 0.3s;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .hero__inner {
    top: 40%;
  }
}

.hero__title {
  text-align: center;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .hero__title {
    font-size: 44px;
    font-weight: 200;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 54px;
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) {
  .hero__title {
    font-size: 64px;
    font-size: 54px;
  }
}

.hero__title--medium {
  font-size: 64px;
}

@media screen and (min-width: 768px) {
  .hero__title--medium {
    font-size: 72px;
  }
}

@media screen and (min-width: 992px) {
  .hero__title--medium {
    font-size: 96px;
  }
}

.hero__title--small {
  font-size: 48px;
}

.light-header .hero__title {
  color: #0a518c;
}

.hero__subtitle {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .hero__subtitle {
    font-size: 24px;
    margin-top: 20px;
  }
}

.light-header .hero__subtitle {
  color: #0a518c;
}

.hero__subtitle a {
  color: inherit;
}

.hero__subtitle a:hover {
  text-decoration: underline;
}

.hero__text {
  text-align: center;
  padding: 0 16.6666666667%;
  padding-top: 24px;
  margin-top: 22px;
  position: relative;
}

.hero__text:before {
  height: 2px;
  width: 60px;
  background-color: #c4d6e4;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  content: '';
}

.hero__search {
  background-color: #fff;
  margin: 40px auto 0;
  max-width: 360px;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.hero__search--bottom {
  box-shadow: 0 20px 32px rgba(0, 60, 122, 0.32);
  margin: 40px auto -120px auto;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .hero__search {
    max-width: 945px;
  }
  .hero__search--front .button {
    background: transparent;
    border: 1px solid #fff;
  }
  .hero__search--front.is-active .button--regular, .hero__search--front:hover .button--regular {
    background: #ff6615;
    background: -moz-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
    background: -webkit-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
    background: linear, 135deg, #ff6615 0%, #ff5040 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6615', endColorstr='#ff5040',GradientType=1 );
    border-color: transparent;
  }
  .hero__search--front.is-active .button--alt, .hero__search--front:hover .button--alt,
  .hero__search--front.is-active .button--regular:hover, .hero__search--front:hover .button--regular:hover {
    background: #3f89c6;
    background: -moz-linear-gradient(left, #3f89c6 0%, #3f6ec6 100%);
    background: -webkit-linear-gradient(left, #3f89c6 0%, #3f6ec6 100%);
    background: linear, to right, #3f89c6 0%, #3f6ec6 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f89c6', endColorstr='#3f6ec6',GradientType=1 );
    border-color: transparent;
  }
}

.hero__search--front {
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.2s background-color;
}

.hero__search--front .search__input::-webkit-input-placeholder {
  color: #fff;
}

.hero__search--front .search__input::-moz-placeholder {
  color: #fff;
}

.hero__search--front .search__input:-ms-input-placeholder {
  color: #fff;
}

.hero__search--front .search__input:-moz-placeholder {
  color: #fff;
}

.hero__search--front .icon--calendar {
  background-image: url(../img/ic-calendar-w.svg);
}

.hero__search--front .icon--departure {
  background-image: url(../img/ic-departure-w.svg);
}

.hero__search--front .icon--destination {
  background-image: url(../img/ic-destination-w.svg);
}

.hero__search--front.is-active, .hero__search--front:hover {
  background-color: #fff;
}

.hero__search--front.is-active .search__input::-webkit-input-placeholder, .hero__search--front:hover .search__input::-webkit-input-placeholder {
  color: #c4d6e4;
}

.hero__search--front.is-active .search__input::-moz-placeholder, .hero__search--front:hover .search__input::-moz-placeholder {
  color: #c4d6e4;
}

.hero__search--front.is-active .search__input:-ms-input-placeholder, .hero__search--front:hover .search__input:-ms-input-placeholder {
  color: #c4d6e4;
}

.hero__search--front.is-active .search__input:-moz-placeholder, .hero__search--front:hover .search__input:-moz-placeholder {
  color: #c4d6e4;
}

.hero__search--front.is-active .icon--calendar, .hero__search--front:hover .icon--calendar {
  background-image: url(../img/ic-calendar.svg);
}

.hero__search--front.is-active .icon--departure, .hero__search--front:hover .icon--departure {
  background-image: url(../img/ic-departure.svg);
}

.hero__search--front.is-active .icon--destination, .hero__search--front:hover .icon--destination {
  background-image: url(../img/ic-destination.svg);
}

.hero__icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.hero__action {
  text-align: right;
  max-width: 945px;
  margin: 20px auto 0;
  padding: 0 12px;
}

.hero__action a {
  color: #fff;
}

.hero__caption, .block__caption {
  position: absolute;
  color: #fff;
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 14px;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .hero__caption, .block__caption {
    font-size: 12px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    text-align: center;
  }
}

.hero__mobile-nav {
  color: #fff;
}

.mobile-nav-visible .hero__inner,
.mobile-nav-visible .hero__icon,
.mobile-nav-visible .hero__caption,
.mobile-nav-visible .block__caption,
.mobile-nav-visible .block--main .block__inner {
  display: none;
}

.mobile-nav-visible .hero--main,
.mobile-nav-visible .block--main {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-nav-visible .hero__mobile-nav,
.mobile-nav-visible .block__mobile-nav,
.mobile-nav-visible .hero__mobile-nav {
  display: block;
}

.mobile-nav-visible .hero__img:after {
  background: none rgba(10, 81, 140, 0.9);
}

.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 48px 48px;
}

.icon--lang {
  background-image: url(../img/ic-earth.svg);
}

.light-header .icon--lang {
  background-image: url(../img/ic-earth-inverted.svg);
}

.icon--alert {
  background-image: url(../img/ic-alert.svg);
}

.icon--calendar {
  background-image: url(../img/ic-calendar.svg);
}

.icon--departure {
  background-image: url(../img/ic-departure.svg);
}

.icon--destination {
  background-image: url(../img/ic-destination.svg);
}

.icon--price {
  background-image: url(../img/ic-price.svg);
}

.icon--wave {
  background-image: url(../img/ic-wave.svg);
}

.icon--arrow {
  background-image: url(../img/ic-arrow.svg);
}

.icon--nav {
  background-image: url(../img/ic-nav.svg);
}

.mobile-nav-visible .icon--nav {
  background-image: url(../img/ic-nav-active.svg);
}

.light-header .icon--nav {
  background-image: url(../img/ic-nav-inverted.svg);
}

.light-header.mobile-nav-visible .icon--nav {
  background-image: url(../img/ic-nav-active-inverted.svg);
}

.icon--ship {
  background-image: url(../img/ic-ship.svg);
  background-size: 56px 19px;
  height: 19px;
  width: 56px;
}

.icon--arrow-down {
  background-image: url(../img/ic-arrow-down.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

.symbol {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

.symbol--1, .image-symbol:after {
  background: url(../img/symbol-1.svg) no-repeat 0 0/128px 14px;
  height: 14px;
  width: 128px;
}

.symbol--2 {
  background: url(../img/symbol-2.svg) no-repeat 0 0/128px 14px;
  height: 14px;
  width: 128px;
}

.media--2 {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .media--2 {
    margin: 0 -15px;
  }
}

.media--3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .media--3 {
    margin: 0 -15px;
  }
}

.media--4 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .media--4 {
    margin: 0 -15px;
  }
}

.media--slider {
  margin: 0 -15px;
}

.media--left {
  text-align: left;
}

.media--border-top {
  border-top: 1px solid #d8e3ec;
}

.media--border {
  border: 1px solid #d8e3ec;
  border-radius: 8px;
}

.media--alt {
  max-width: 945px;
  margin: 0 auto;
  overflow: hidden;
}

.media--alt .media__item {
  margin-top: 0;
}

.media__item {
  margin-top: 20px;
}

.media__item:first-child {
  margin-top: 0;
}

.media--slider .media__item {
  margin-top: 0;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-right: -4px;
}

@media screen and (min-width: 480px) {
  .media--slider .media__item {
    width: 45%;
  }
}

@media screen and (min-width: 600px) {
  .media--slider .media__item {
    width: 30%;
  }
}

@media screen and (min-width: 600px) {
  .media--2 .media__item {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .media--3 .media__item {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 33.3333333333%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  .media--4 .media__item {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 25%;
    padding: 0 15px;
  }
}

.media--spacing .media__item {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .media--spacing .media__item {
    margin-top: 30px;
  }
}

.media--spacing .media__item:first-child {
  margin-top: 0;
}

.media--spacing-large .media__item {
  margin-top: 100px;
}

.media--spacing-large .media__item:first-child {
  margin-top: 0;
}

.media--alt .media__item,
.media--border-top .media__item,
.media--border .media__item {
  border-top: 1px solid #d8e3ec;
}

.media--alt .media__item:first-child,
.media--border-top .media__item:first-child,
.media--border .media__item:first-child {
  border-top: 0;
}

.search--single {
  text-align: center;
}

.search--single:after {
  content: "";
  display: table;
  clear: both;
}

.search__group {
  border-top: 1px solid #d8e3ec;
  padding: 5px 8px;
}

.search__group:first-child {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .search__group--special {
    position: relative;
    padding: 0;
    height: 43px;
    border-radius: 0 0 8px 8px;
  }
  .search__group--special .hero__search:not(.hero__search--front) {
    background-color: #f5f8fa;
  }
  .search__button {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .search__inner {
    display: table;
    table-layout: fixed;
  }
  .search__group {
    border-left: 1px solid #d8e3ec;
    border-top: none;
    display: table-cell;
    padding: 12px;
  }
  .search__group:first-child, .search__group:last-child {
    border-left: 0;
  }
}

.search legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search__label {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #7f7f7f;
}

.search--single .search__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.search__input-wrap {
  position: relative;
}

.search--single .search__input-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
}

.search__icon {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.search__dd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search__dd + .search__input {
  padding-right: 32px;
}

.search__input {
  outline: none;
  border: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  padding: 10px 10px 10px 60px;
  width: 100%;
  background-color: transparent;
  color: #0a518c;
}

.search__input::-webkit-input-placeholder {
  color: #c4d6e4;
}

.search__input::-moz-placeholder {
  color: #c4d6e4;
}

.search__input:-ms-input-placeholder {
  color: #c4d6e4;
}

.search__input:-moz-placeholder {
  color: #c4d6e4;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search__input {
    font-size: 18px;
  }
}

.search__select {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  opacity: 0;
}

.search__validate {
  position: absolute;
  left: 46px;
  top: -20px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

@media screen and (min-width: 768px) {
  .search__validate {
    top: -44px;
    left: 3px;
  }
}

.is-dirty .search__validate {
  transition: opacity 0.2s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
}

.search__validate-inner {
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  background: #ff6615;
  background: -moz-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
  background: -webkit-linear-gradient(-45deg, #ff6615 0%, #ff5040 100%);
  background: linear, 135deg, #ff6615 0%, #ff5040 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6615', endColorstr='#ff5040',GradientType=1 );
  z-index: 110;
}

@media screen and (min-width: 768px) {
  .search__validate-inner {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.search__validate:before {
  content: '';
  background: #ff5f23;
  border-radius: 2px;
  position: absolute;
  transform: rotate(-45deg);
  height: 14px;
  width: 14px;
  bottom: 0;
  left: 14px;
  margin-bottom: -6px;
  z-index: -1;
}

.text b,
.text strong {
  font-weight: 600;
}

.text h1:not(.text__title) {
  color: #0a518c;
  font-size: 48px;
}

.text h1:not(.text__title) + p {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .text h1:not(.text__title) + p {
    margin-top: 32px;
  }
}

.text h2:not(.text__title) {
  color: #0a518c;
  font-size: 24px;
  margin-top: 32px;
  line-height: 1.3333333333;
}

.text h2:not(.text__title):first-child {
  margin-top: 0;
}

.text h2:not(.text__title) + p {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .text h2:not(.text__title) + p {
    margin-top: 32px;
  }
}

.text h3:not(.text__title),
.text h4:not(.text__title) {
  font-size: 18px;
  margin-top: 24px;
  line-height: 1.3333333333;
}

.text h3:not(.text__title):first-child,
.text h4:not(.text__title):first-child {
  margin-top: 0;
}

.text h3:not(.text__title) + p,
.text h4:not(.text__title) + p {
  margin-top: 24px;
}

.text p {
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.8px;
  font-size: 18px;
  color: #7f7f7f;
  line-height: 1.6666666667;
  margin-top: 26px;
}

.text p:first-child {
  margin-top: 0;
}

.text li {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 1.6666666667;
}

.text img {
  border-radius: 12px;
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 40px 30px 40px 0 rgba(9, 97, 169, 0.12);
}

.text img.alignnone {
  max-width: 170%;
  margin: 20px -35% 0;
}

.text img.alignleft {
  float: left;
  margin: 5px 30px 30px -17.5%;
}

.text img.alignright {
  float: right;
  margin: 5px -17.5% 30px 30px;
}

.text img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 135%;
}

.text hr {
  border: none;
  background-color: #d8e3ec;
  height: 1px;
  margin: 24px 0;
}

.text--white p,
.text--white li {
  color: #fff;
}

.text--footer p,
.text--footer li {
  font-size: 16px;
}

.text--light p {
  font-weight: 300;
}

.text--large p,
.text--large li {
  font-size: 24px;
}

.text--small p {
  font-size: 14px;
  letter-spacing: -0.6px;
}

.text--blue p {
  color: #3f89c6;
}

.text blockquote {
  background-color: #f5f8fa;
  padding: 25px 25px;
  margin-top: 40px;
}

.text blockquote p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .text blockquote {
    padding: 50px 100px;
    margin: 60px -35% 0;
  }
  .text blockquote p {
    font-size: 24px;
  }
}

.text blockquote:first-child {
  margin-top: 0;
}

.text:not(.text--footer) ul {
  list-style: disc outside none;
}

.text:not(.text--footer) ol {
  list-style: decimal outside none;
}

.text:not(.text--footer) ul,
.text:not(.text--footer) ol {
  margin: 16px 0 0 20px;
}

.text:not(.text--footer) a {
  text-decoration: underline;
}

.text:not(.text--white) ul,
.text:not(.text--white) ol {
  color: #7f7f7f;
}

.text:not(.text--white) a {
  color: #ff6615;
}

.text:not(.text--white) a:hover {
  color: #0068c6;
}

.text .video-container {
  margin-top: 25px;
}

.text--half img {
  max-width: 100% !important;
}

.text--half img.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.text--half img.alignleft {
  margin-left: 0;
}

.text--half img.alignright {
  margin-right: 0;
}

.text--half blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 50px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel {
  height: 100%;
  position: relative;
}

.carousel__cell {
  height: 100%;
}

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

.destination-nav-wrapper {
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(9, 97, 169, 0.12);
  position: relative;
}

@media screen and (max-width: 991px) {
  .destination-nav-wrapper {
    border-top: 1px solid #f5f5f5;
  }
  .is-sticky > .destination-nav-wrapper {
    border-top: none;
  }
  .destination-nav-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
    background: linear, to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
  }
}

.destination-nav {
  text-align: center;
}

.destination-nav__item {
  display: inline-block;
  font-size: 16px;
}

@media screen and (min-width: 1180px) {
  .destination-nav__item {
    font-size: 18px;
  }
}

.destination-nav__item.active {
  font-weight: 700;
}

.destination-nav__item.active a {
  color: #01508e;
}

.destination-nav__item a {
  display: block;
  color: #3f89c6;
  padding: 15px;
}

.destination-nav__item a:hover {
  color: #01508e;
  text-decoration: underline;
}

@media screen and (min-width: 1180px) {
  .destination-nav__item a {
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .destination-nav {
    height: 58px;
    overflow-x: auto;
  }
  .destination-nav ul {
    white-space: nowrap;
    width: auto;
  }
}

.result {
  padding: 18px;
  position: relative;
}

.result--arrow {
  padding-right: 78px;
}

.result--full {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  border-top: 0;
}

@media screen and (min-width: 992px) {
  .result--full {
    padding: 30px;
  }
}

@media screen and (min-width: 1180px) {
  .result--full {
    padding: 40px;
  }
}

.result--inactive {
  opacity: 0.5;
}

.result__info {
  text-align: center;
}

.result__ship {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: 700;
  min-width: 140px;
}

.result--full .result__ship {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .result--full .result__ship {
    margin-right: 0;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #e9f0f5;
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .result--full .result__ship {
    padding: 24px;
    text-align: center;
  }
}

.result__group {
  display: inline-block;
  vertical-align: middle;
  width: 37.5%;
}

@media screen and (max-width: 991px) {
  .result__group {
    margin-right: -4px;
    padding: 20px;
    width: 60%;
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  .result__group {
    padding: 30px;
    text-align: left;
    width: 50%;
    vertical-align: top;
  }
}

.result__trip-data {
  position: relative;
}

@media screen and (max-width: 599px) {
  .result__trip-data {
    padding-left: 30px;
  }
}

.result__destination, .result__time {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 140px;
}

.result__destination {
  font-weight: 700;
}

.result:hover .result__destination {
  text-decoration: underline;
}

.result__destination--auto {
  width: auto;
  font-size: 16px;
  line-height: 1.1428571429;
}

@media screen and (min-width: 600px) {
  .result__destination--auto {
    font-size: 18px;
  }
}

@media screen and (min-width: 767px) {
  .result__destination--auto {
    font-size: 21px;
  }
}

@media screen and (min-width: 992px) {
  .result__destination--auto {
    font-size: 24px;
  }
}

.result__time {
  width: 84px;
}

@media screen and (max-width: 991px) {
  .result__time {
    width: auto;
    font-size: 28px;
    font-weight: 700;
  }
}

.result__button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

@media screen and (min-width: 1180px) {
  .result__button {
    margin-left: 45px;
  }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .result__button {
    position: absolute;
    top: 16px;
    right: 16px;
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .result__button {
    margin-left: 0;
    position: absolute;
    text-align: center;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    bottom: -21px;
  }
}

.result__main-info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 25%;
}

.result--full .result__main-info {
  padding: 0 30px;
  width: calc(100% - 180px);
}

@media screen and (max-width: 599px) {
  .result--full .result__main-info {
    padding: 25px 0;
    width: auto;
    display: block;
  }
}

.result__duration, .result__stops {
  color: #6390b5;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .result__stops {
    display: none;
  }
}

.result__route {
  background-color: #e9f0f5;
  height: 4px;
  margin: 4px 0;
  position: relative;
}

.result__route:before, .result__route:after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #3f89c6;
  top: 50%;
  transform: translateY(-50%);
}

.result__route:before {
  left: -6px;
}

.result__route:after {
  right: -6px;
}

.result__route--vertical {
  width: 4px;
  margin: 0 4px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: auto;
  left: 0;
}

.result__route--vertical:before {
  left: 50%;
  top: -6px;
  transform: translate(-50%, 0);
}

.result__route--vertical:after {
  left: 50%;
  right: auto;
  top: auto;
  bottom: -6px;
  transform: translate(-50%, 0);
}

.result__route-stop {
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #3f89c6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.result__prices {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.result--full .result__prices {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .result--full .result__prices {
    margin-left: 0;
    text-align: right;
    padding: 20px;
    width: 40%;
  }
}

@media screen and (max-width: 599px) {
  .result--full .result__prices {
    vertical-align: top;
    width: 50%;
    padding: 30px;
  }
}

.result__price {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  .result__price {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.result__price:first-child {
  margin-left: 0;
  margin-top: 0;
}

.result__price-value {
  font-size: 28px;
  font-weight: 700;
}

.result__price-value--light {
  color: #3f89c6;
}

.result__price-label {
  color: #6390b5;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}

.result__meta {
  display: table;
  margin: 10px auto 0;
}

.result--full .result__meta {
  border-top: 1px solid #e9f0f5;
  padding: 20px 30px 25px;
  margin-top: 0;
  width: 100%;
}

.result__meta-item {
  display: table-cell;
  font-weight: 700;
  vertical-align: middle;
  padding: 0 25px;
}

.result__meta-item a {
  color: inherit;
}

.result--full .result__meta-item {
  padding: 0 15px;
  text-align: right;
  white-space: nowrap;
}

.result--full .result__meta-item:first-child {
  padding-left: 0;
  text-align: left;
  width: 30%;
}

.result--full .result__meta-item:last-child {
  padding-right: 0;
}

.result__ship-icon, .result__meta-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.result__arrow {
  background-color: #f7fafb;
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.media__item:last-child .result__arrow {
  border-bottom-right-radius: 8px;
}

.media--alt .media__item:first-child .result__arrow {
  border-top-right-radius: 8px;
}

.result__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.result__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999em;
}

.infobox {
  color: #0a518c;
  margin-left: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  max-width: 458px;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .infobox {
    padding: 60px;
  }
}

.infobox__text {
  margin-top: 10px;
}

.pricelist__dropdown {
  text-align: right;
}

.pricelist__table {
  box-shadow: 0 20px 32px rgba(0, 60, 122, 0.32);
  margin-top: 20px;
}

.pricelist__table:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pricelist__table {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin-right: -20px;
  }
}

.table {
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table {
    min-width: 800px;
  }
}

.table th,
.table td {
  border: 1px solid #e4f1fd;
  font-family: "Work Sans", sans-serif;
  padding: 13px 30px;
  color: #7f7f7f;
}

.table td {
  font-size: 16px;
  text-align: center;
}

.table th.table__title {
  text-align: left;
  font-size: 32px;
  font-weight: 200;
  color: #0A518C;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .table th.table__title {
    font-size: 48px;
  }
}

.table thead th {
  text-align: center;
  font-weight: 700;
}

.table tbody th {
  text-align: left;
  font-weight: 400;
}

.table th.table__search {
  text-align: left;
  width: 270px;
  padding: 35px 20px 70px;
}

.table__body--prices:not(.is-active) {
  display: none;
}

.results {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .results {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.results--no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.results--grey {
  background-color: #fafbfc;
}

.results--waves {
  background: #fff url(../img/bg-waves.jpg) no-repeat 50% 60%;
}

@media screen and (min-width: 768px) {
  .results__inner {
    margin-top: 40px;
  }
  .results__inner:first-child {
    margin-top: 0;
  }
}

.results__sidebar {
  margin-top: 100px;
}

.info {
  color: #0a518c;
  background-color: #e9f0f5;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  min-height: 250px;
}

.info--white {
  background-color: transparent;
  border: 1px solid #c4d6e4;
}

.info__title {
  font-size: 32px;
  font-weight: 700;
}

.info__text {
  margin-top: 10px;
}

.info__link {
  margin-top: 20px;
}

.dropdown:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown__link {
  font-weight: 700;
  color: inherit;
}

.dropdown__inner {
  display: inline-block;
  margin-left: 10px;
}

.dropdown__select {
  border: 1px solid #d8e3ec;
  width: 120px;
}

.message {
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .message__icon {
    max-width: 80%;
    margin: 0 auto;
  }
  .message__icon img {
    max-width: 100%;
    height: auto;
  }
}

.message__title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.125;
}

.message__title:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .message__title {
    font-size: 32px;
  }
}

.message__text {
  font-size: 18px;
  color: #3f89c6;
  margin: 10px auto 0;
  max-width: 840px;
}

.message__text:first-child {
  margin-top: 0;
}

.message__text a {
  color: #0068c6;
  border-bottom: 1px solid #c4d6e4;
}

.faq__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e9f0f5;
}

.faq__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.faq__question {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
}

.faq__answer {
  margin-top: 20px;
}

.faq__answer p {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  color: #3f89c6;
  line-height: 1.6666666667;
}

/*.home {
    min-width: 1240px;

    &__kv {
        height: 100vh;
        position: relative;
        background-color: #054883;
    }

    &__video-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        // z-index: -1;

        
        &--overlay:after {
            background: -moz-linear-gradient(top, rgba(0,104,191,0.54) 0%, rgba(0,191,185,0.34) 100%);
            background: -webkit-linear-gradient(top, rgba(0,104,191,0.54) 0%,rgba(0,191,185,0.34) 100%);
            background: linear-gradient(to bottom, rgba(0,104,191,0.54) 0%,rgba(0,191,185,0.34) 100%);
            // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0068bf', endColorstr='#5700bfb9',GradientType=0 );
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
    }

    &__video {
        width: 100%;
        height: 300%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        // top: 50%;
        // left: 50%;
        // min-width: 100%;
        // min-height: 100%;
        // width: auto;
        // height: auto;
        // z-index: -100;
        // transform: translate(-50%, -50%);
    }

    &__head {
        position: absolute;
        left: 0;
        top: 50px;
        right: 0;
        height: 62px;
        background: no-repeat url(../img/head.png) center top / 1139px 62px;
    }

    &__search {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        height: 268px;
        margin-top: -100px;
        background: no-repeat url(../img/search.png) center top / 945px 268px;
    }

    &__icon {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    &__bottom {
        background: no-repeat url(../img/home.jpg) center top / 1920px 3420px;
        height: 3420px;
    }
}
*/
.page__sidebar {
  padding: 100px 0;
}

.sidebar {
  margin: 0 -15px;
}

.sidebar:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar__info {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}

.sidebar--vertical {
  margin: 0;
}

.sidebar--vertical .sidebar__info {
  margin-top: 30px;
  padding: 0;
  float: none;
  width: 100%;
}

.sidebar--vertical .sidebar__info:first-child {
  margin-top: 0;
}

.single-article__title {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .single-article__title {
    margin-bottom: 40px;
  }
}

.single-article__body {
  padding: 40px 0;
}

.single-article__body--no-spacing {
  padding-top: 0;
}

.single-article__body--no-bottom-spacing {
  padding-bottom: 0;
}

.single-article__body--negative {
  margin: -40px 0;
}

@media screen and (min-width: 768px) {
  .single-article__body {
    padding: 80px 0;
  }
  .single-article__body--negative {
    margin: -80px 0;
  }
}

.single-article__body--grey {
  background-color: #fafbfc;
}

.single-article__body--waves {
  background: #fff url(../img/bg-waves.jpg) no-repeat 50% 60%;
}

.single-article__body + .block:not(.block--no-spacing) {
  padding: 0;
}

.single-article__body + .block--no-spacing {
  padding-bottom: 100px;
}

@media screen and (min-width: 600px) {
  .single-article__row {
    margin: 0 -15px;
  }
  .single-article__row:after {
    content: "";
    display: table;
    clear: both;
  }
}

.single-article__col {
  margin-top: 30px;
}

.single-article__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .single-article__col {
    float: left;
    padding: 0 15px;
    margin-top: 0;
    width: 50%;
  }
}

.single-article__text--alt {
  text-align: center;
}

.single-article__text + .single-article__text {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .single-article__text {
    padding: 0 25%;
  }
  .single-article__text--alt {
    padding: 0 16.6666666667%;
  }
}

.single-article__full img {
  width: 100%;
  height: auto;
  display: block;
}

.single-article__full iframe {
  width: 100%;
}

.datepicker.dropdown-menu {
  border-color: #d8e3ec;
  font-size: 16px;
  box-shadow: none;
  margin-left: 9px;
  color: inherit;
}

.datepicker-dropdown:before {
  border-bottom-color: #d8e3ec;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc;
}

.datepicker table tr th,
.datepicker table tr td {
  height: 32px;
  width: 40px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  text-shadow: none;
}

.carousel--gallery {
  position: relative;
}

.carousel--gallery .carousel__cell {
  width: 66%;
  margin-right: 30px;
  max-width: 946px;
  opacity: 0.08;
  transition: 0.2s opacity;
  height: 45vw;
  max-height: 650px;
  transition: opacity 0.3s;
}

.no-js .carousel--gallery .carousel__cell {
  display: none;
}

.no-js .carousel--gallery .carousel__cell:first-child {
  display: block;
  margin: 0 auto;
}

.carousel--gallery .carousel__cell.is-selected {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .carousel--gallery {
    padding-bottom: 20px;
  }
  .carousel--gallery .carousel__cell {
    transition: 0.2s transform;
  }
  .carousel--gallery .carousel__cell.is-selected {
    transform: scale(1.05);
  }
}

.carousel--gallery .flickity-viewport {
  overflow: visible;
}

.flickity-page-dots {
  bottom: -15px;
}

@media screen and (min-width: 768px) {
  .flickity-page-dots {
    bottom: -30px;
  }
}

@media screen and (min-width: 992px) {
  .flickity-page-dots {
    bottom: -75px;
  }
}

.flickity-page-dots .dot {
  opacity: 1;
  height: 6px;
  width: 6px;
  background-color: #c4d6e4;
  vertical-align: middle;
  margin: 0 5px;
}

.flickity-page-dots .dot.is-selected {
  background-color: #3f89c6;
  height: 10px;
  width: 10px;
}

.flickity-prev-next-button {
  height: 48px;
  width: 48px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(63, 137, 198, 0.32);
}

.flickity-prev-next-button:disabled {
  display: none;
}

.flickity-prev-next-button .arrow {
  fill: #3f89c6;
}

.flickity-prev-next-button.previous {
  left: 50%;
  margin-left: -497px;
}

.flickity-prev-next-button.next {
  margin-right: -497px;
  right: 50%;
}

.flickity-alt .flickity-viewport {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .flickity-alt .flickity-cell {
    transition: 0.2s transform;
  }
  .flickity-alt .flickity-cell.is-selected {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 768px) {
  .flickity-alt .flickity-cell {
    opacity: 0.3;
    transition: 0.2s opacity ease-out;
  }
  .flickity-alt .flickity-cell.is-selected {
    opacity: 1;
  }
}

.flickity-alt .flickity-prev-next-button.previous {
  left: -10px;
  margin-left: 0;
}

.flickity-alt .flickity-prev-next-button.next {
  right: -10px;
  margin-right: 0;
}

.flickity-mobile-alt .flickity-viewport {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .flickity-mobile-alt .flickity-cell {
    transition: 0.2s transform;
  }
  .flickity-mobile-alt .flickity-cell.is-selected {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .flickity-alt,
  .flickity-mobile-alt {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .no-js .flickity-alt .flickity-cell:nth-child(n+2),
  .no-js .flickity-mobile-alt .flickity-cell:nth-child(n+2) {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .no-js .flickity-alt .flickity-cell:nth-child(n+3),
  .no-js .flickity-mobile-alt .flickity-cell:nth-child(n+3) {
    display: none;
  }
}

@media screen and (min-width: 599px) and (max-width: 991px) {
  .no-js .flickity-alt .flickity-cell:nth-child(n+4),
  .no-js .flickity-mobile-alt .flickity-cell:nth-child(n+4) {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .no-js .flickity-alt .flickity-cell:nth-child(n+5) {
    display: none;
  }
}

.wpcf7 {
  margin-top: 10px;
}

.wpcf7 .screen-reader-response {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
}

.wpcf7-row {
  margin-top: 20px;
}

.wpcf7-row:first-child {
  margin-top: 0;
}

.wpcf7-row-right {
  text-align: right;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d8e3ec;
  outline: none;
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  color: #0a518c;
  padding: 18px;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #c4d6e4;
}

.wpcf7-form-control::-moz-placeholder {
  color: #c4d6e4;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #c4d6e4;
}

.wpcf7-form-control:-moz-placeholder {
  color: #c4d6e4;
}

.wpcf7-form-control:focus, .wpcf7-form-control:hover {
  border-color: #3f89c6;
}

.wpcf7-textarea {
  height: 170px;
}

.wpcf7-not-valid-tip {
  color: #ff6615;
  font-size: 14px;
  font-weight: 700;
  /*
        position: absolute;
        top: -20px;
        left: 16px;
        z-index: 100;
        display: block;
        padding: 10px 15px;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        border-radius: 4px;
        color: #fff;
        background: rgb(255,102,21);
        background: -moz-linear-gradient(-45deg, rgba(255,102,21,1) 0%, rgba(255,80,64,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(255,102,21,1) 0%,rgba(255,80,64,1) 100%);
        background: linear-gradient(135deg, rgba(255,102,21,1) 0%,rgba(255,80,64,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6615', endColorstr='#ff5040',GradientType=1 );
*/
}

.wpcf7-response-output {
  padding: 15px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
  background: #ffc815;
  background: -moz-linear-gradient(left, #ffc815 0%, #ffb040 100%);
  background: -webkit-linear-gradient(left, #ffc815 0%, #ffb040 100%);
  background: linear, to right, #ffc815 0%, #ffb040 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc815', endColorstr='#ffb040',GradientType=1 );
}

.wpcf7-mail-sent-ok {
  background: #66d03f;
  background: -moz-linear-gradient(left, #66d03f 0%, #4ab623 100%);
  background: -webkit-linear-gradient(left, #66d03f 0%, #4ab623 100%);
  background: linear, to right, #66d03f 0%, #4ab623 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d03f', endColorstr='#4ab623',GradientType=1 );
}

.wpcf7-display-none {
  display: none;
}

.wpcf7 label {
  display: none;
}

.wp-caption {
  margin-top: 20px;
}

.wp-caption:first-child {
  margin-top: 0;
}

.wp-caption-text {
  font-size: 14px;
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    display: none;
  }
}

.wp-caption--large .wp-caption-text {
  margin-top: 30px;
}

.image-symbol {
  position: relative;
}

.image-symbol:after {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  content: '';
}

.image-symbol--alt:after {
  background-image: url(../img/symbol-2.svg);
}

.image-symbol--right:after {
  left: auto;
  right: -45px;
}

.image-symbol--bottom:after {
  top: auto;
  bottom: 80px;
}

@media screen and (max-width: 599px) {
  .u-hide-tablet-down {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-hide-tablet-up {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .u-hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .u-hide-desktop {
    display: none;
  }
}

body.admin-bar {
  padding-top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px;
  }
}

.mobile-nav {
  /*text-align: center;*/
}

.mobile-nav__list {
    display: flex;
    flex-direction: column;
}

.mobile-nav__item--button {
    order: -1;
    margin-bottom: 10px;
}

.mobile-nav__item {
  font-size: 20px;
  /*font-family: "Work Sans", sans-serif;*/
  font-weight: 700;
  padding: 0 20px;
}

.mobile-nav__link {
  color: inherit;
  display: block;
  /*padding: 10px 0;*/
  padding: 10px;
}

.mobile-nav__item--icon {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
}

.mobile-nav__item--icon:before {
    content: '';
    height: 1px;
    background: #3F89C6;
    opacity: 0.5;
    left: 20px;
    right: 20px;
    top: 0;
    position: absolute;
}

.mobile-nav__item--icon a {
    position: relative;
}

.mobile-nav__item--icon .icon {
    top: 0;
    right: 0;
    position: absolute;
}

.fancybox-bg {
  background-color: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/*# sourceMappingURL=global.css.map */
/* recaptcha */
.grecaptcha-badge{
	visibility: collapse !important;  
}

.wpcf7-response-output { display: none; }


.result__note {
    border-top: 1px solid #e9f0f5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    margin: 10px -40px -40px;
}
    
@media screen and (max-width: 991px) {
    .result__note {
        margin: 10px 0 0;
    }
}